]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
site/common-linux: Add some macros to avoid sleeps during configure
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Dec 2015 18:27:29 +0000 (18:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Dec 2015 22:30:56 +0000 (22:30 +0000)
commitf5e681d8677d7dd528cc316e937ff186ede8ca9a
treec015f560d1b7aec5f3e016b2319a8d7121b52d70
parent93adf465988210f31a46f53e4bb28e63f3147077
site/common-linux: Add some macros to avoid sleeps during configure

If you profile gettext do_configure you notice it has some "sleep 1"
type events occurring. This patch ensures we cache the right values to
avoid those pointless delays there and in any other configure scripts
using the same macros.

(From OE-Core rev: ae49c16816e23fcfdcfb88d2d763e91be78f9dc0)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/common-linux