runqueue.py: Fix missing setscene dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jan 2012 12:53:21 +0000 (12:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Jan 2012 09:40:05 +0000 (09:40 +0000)
commit8c503c63c2085965d19dab616f269190195f9e37
tree3f10d008a4a8b231791e24148c9bd07de94a4207
parentb68716f0c74f09917a9535b5ee328299e4e202da
runqueue.py: Fix missing setscene dependencies

When constructing the setscene inter-dependencies, we need to account for all task,
not just the last one found. This patch corrects this oversight and ensures all
dependencies are added, not just the first one found.

(Bitbake rev: b9b5b5129d066e1ff7d3effda116afc3c6657beb)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/runqueue.py