summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake/performance.patch
Commit message (Collapse)AuthorAgeFilesLines
* automake: Remove delays in configure scripts using automakeRichard Purdie2015-12-141-0/+73
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>