]> code.ossystems Code Review - openembedded-core.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 15:13:50 +0000 (15:13 +0000)
commit25eca6793cd4ad7af7e23669ed4f47d075ec696d
tree23c4549fc84d8f2bf75278d029154a73fc80acac
parentae49c16816e23fcfdcfb88d2d763e91be78f9dc0
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.

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