mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignored
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -922,7 +922,7 @@ class RunQueue:
|
||||
logger.debug(2, "%s.%s is nostamp\n" % (fn, taskname))
|
||||
return False
|
||||
|
||||
if taskname.endswith("_setscene"):
|
||||
if taskname != "do_setscene" and taskname.endswith("_setscene"):
|
||||
return True
|
||||
|
||||
iscurrent = True
|
||||
|
||||
Reference in New Issue
Block a user