summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-03-25 13:22:01 +0000
committerSaul Wold <sgw@linux.intel.com>2011-05-04 15:43:24 -0700
commit3c81ae17ea134c320551168e0b7f4d0b100a05d8 (patch)
tree2129abd29c2bc822da78410dab939e7465637825 /meta/conf
parent1528b88657646fbf22dc43729992260606f4ef75 (diff)
downloadpoky-3c81ae17ea134c320551168e0b7f4d0b100a05d8.tar.gz
bitbake/runqueue: fix clash when setscene & real tasks done in same build
If a build causes a real task to be run when the setscene task has already run then it was possible for dependent packages to be rebuilding at the same time as a rebuild of the packages they depended on, resulting in failures when files were missing. This change looks in the setscene covered list and removes anything where a dependency of the real task is going to be run (e.g. do_install is going to be run even though the setscene equivalent of do_populate_sysroot has already been run). As an additional safeguard we also delete the stamp file for the setscene task under these circumstances. Fixes [YOCTO #792] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/conf')
0 files changed, 0 insertions, 0 deletions