diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-23 12:38:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-23 12:45:30 +0000 |
commit | 54217ee467f239f244a8697c5e12c0fa8212f4c2 (patch) | |
tree | ceecbe58169b2b051a21c1f7cd566d57c284c223 /meta/lib/oe/distro_check.py | |
parent | 89a5b473767caf38dfaae4437e0543dd068276c3 (diff) | |
download | poky-54217ee467f239f244a8697c5e12c0fa8212f4c2.tar.gz |
runqueue.py: Ensure setscene tasks don't break dependency order
If A depends upon B which depends upon C and the setscene for B
succeeds but C is going to get rebuilt, we should wait for C to
try and build A but currently we don't.
This is due to the timing of when we run the task_skip() as this
triggers other tasks to become buildable. This patch moves the timing
of that call to a more appropriate place allowing dependencies to
behave as expected.
(Bitbake rev: b7114d8e5d9b0720339bd5d24d243c0f2a7c1f3b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/distro_check.py')
0 files changed, 0 insertions, 0 deletions