summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 7451e5c56b..63cce8184f 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1408,7 +1408,7 @@ class RunQueue:
1408 logger.debug2("%s.%s is nostamp\n", fn, taskname) 1408 logger.debug2("%s.%s is nostamp\n", fn, taskname)
1409 return False 1409 return False
1410 1410
1411 if taskname != "do_setscene" and taskname.endswith("_setscene"): 1411 if taskname.endswith("_setscene"):
1412 return True 1412 return True
1413 1413
1414 if cache is None: 1414 if cache is None: