summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/siggen.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-21 14:02:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-23 23:40:06 +0000
commit319ea222ee5e6bf01386f344ec9f9b8b49f639eb (patch)
tree3c2cd20233e8a466529bfd4cac9d26a0b27b25e4 /bitbake/lib/bb/siggen.py
parentaa9b10d1b09afe5312d5dd1ea409d22f7eaa953d (diff)
downloadpoky-319ea222ee5e6bf01386f344ec9f9b8b49f639eb.tar.gz
runqueue.py: Ensure we fully process the covered list
The existing looping code can mask an existing "found = True" by forcing it to False each time. This can lead to dependency lists not being fully searched and results in dependency errors. An exmaple of this was the autobuilder building linux-yocto from sstate but then rebuilding some of the recipe's tasks for no apparent reason. Separating the logic into two variables solves this problem since any "found = True" value is now always preserved. (Bitbake rev: 61017fc5d30b7a13308d038872ec92efc1a84cef) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/siggen.py')
0 files changed, 0 insertions, 0 deletions