]> code.ossystems Code Review - openembedded-core.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>
Sat, 12 Dec 2015 23:43:09 +0000 (23:43 +0000)
commitae49c16816e23fcfdcfb88d2d763e91be78f9dc0
tree6f8f446b2303f9db438aef8306374e0c1c312823
parent8807f4fd8a9ccdcdec016d87fd18fd0717f35dca
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.

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