diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-07 18:28:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-14 22:30:56 +0000 |
commit | 28fa3044d5e978de5801cf9fa02ae596e9ebc833 (patch) | |
tree | a5605da733056815c3444e5b1e275c907438bfe1 /meta/recipes-devtools/automake/automake_1.15.bb | |
parent | f5e681d8677d7dd528cc316e937ff186ede8ca9a (diff) | |
download | poky-28fa3044d5e978de5801cf9fa02ae596e9ebc833.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/automake/automake_1.15.bb')
-rw-r--r-- | meta/recipes-devtools/automake/automake_1.15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.15.bb b/meta/recipes-devtools/automake/automake_1.15.bb index c33dc22679..4f280ba8c3 100644 --- a/meta/recipes-devtools/automake/automake_1.15.bb +++ b/meta/recipes-devtools/automake/automake_1.15.bb | |||
@@ -20,7 +20,8 @@ RDEPENDS_${PN}_class-native = "autoconf-native perl-native-runtime" | |||
20 | 20 | ||
21 | SRC_URI += " file://python-libdir.patch \ | 21 | SRC_URI += " file://python-libdir.patch \ |
22 | file://py-compile-compile-only-optimized-byte-code.patch \ | 22 | file://py-compile-compile-only-optimized-byte-code.patch \ |
23 | file://buildtest.patch" | 23 | file://buildtest.patch \ |
24 | file://performance.patch" | ||
24 | 25 | ||
25 | SRC_URI[md5sum] = "716946a105ca228ab545fc37a70df3a3" | 26 | SRC_URI[md5sum] = "716946a105ca228ab545fc37a70df3a3" |
26 | SRC_URI[sha256sum] = "7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924" | 27 | SRC_URI[sha256sum] = "7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924" |