]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
automake: Remove delays in configure scripts using automake
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Dec 2015 18:28:05 +0000 (18:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Dec 2015 22:30:56 +0000 (22:30 +0000)
commit28fa3044d5e978de5801cf9fa02ae596e9ebc833
treea5605da733056815c3444e5b1e275c907438bfe1
parentf5e681d8677d7dd528cc316e937ff186ede8ca9a
automake: Remove delays in configure scripts using automake

By default automake puts "sleep 1" into the start of configure scripts
which adds pointless delays to them. Rather than do this, lets just assume
our systems are sane.

Since this means our patches touch m4 files, we need to stop automake running
autoreconf so we tweak the do_configure to avoid this.

(From OE-Core rev: 25eca6793cd4ad7af7e23669ed4f47d075ec696d)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/automake/automake.inc
meta/recipes-devtools/automake/automake/performance.patch [new file with mode: 0644]
meta/recipes-devtools/automake/automake_1.15.bb