bitbake: runqueue: Fix sstate task dependency problems
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Mar 2014 22:07:20 +0000 (23:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Apr 2014 09:21:30 +0000 (10:21 +0100)
commit0fd903ab0d07ee50282a13fb44fe9ee236f3ffc2
treed79578d0c83a2dcd82027a9d643ea4abc7a24488
parent661cf49d0ef6b93d6cbdedf9cca03a689dec6005
bitbake: runqueue: Fix sstate task dependency problems

If a setscene task has [depends], its possible they may still get executed out
of order. The issue is that the dependencies are set to set() for all tasks
involved. This patch adds back in explict dependencies within these chains
to avoid the setscene task failures.

[YOCTO #6069]

(Bitbake rev: 724c889eed3b03d3199810c185086d3973af826c)

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