aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-05-23 10:13:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-24 14:07:03 +0100
commitffd8f05e5548500199c9b04a174067811ad2c5e7 (patch)
treeb23fa1786e3163c23db99798b9739e8bf039f5cb /meta/recipes-core/dbus
parent919e4335c5f907fde4b46eb0cd421fbd360ddbae (diff)
downloadopenembedded-core-contrib-ffd8f05e5548500199c9b04a174067811ad2c5e7.tar.gz
binutils: the cat should always succeed when building config.cache
There is a race condition between when the CONFIG_SITE list is generated and then used here via the cat to create the config.cache and in *all* configure scripts when reading from CONFIG_SITE. The race in this case is that the sstate setscene task runs on a package that contains a site config file (ncurses in this case) and then bitbake decides that it needs to rebuild and cleans out the site config file, so it existed for siteinfo_get_files() to find in SITECONFIG_SYSROOTCACHE and then was removed for the rebuild. When bintuils tried to run the do_configure() task which creates the binutil's version of config.cache it reads from CONFIG_SITE which now contains the non-existant site config file. (confused yet ;-)? Currently the configure script does a test -r to ensure the file is readable before using it, therefore having the cat succeed regardless of the file being available is consistent behaviour. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/dbus')
0 files changed, 0 insertions, 0 deletions