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 675f830712..93b65741ee 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1585,7 +1585,7 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
1585 taskname = self.rqdata.runq_task[realtask] + "_setscene" 1585 taskname = self.rqdata.runq_task[realtask] + "_setscene"
1586 if self.rq.check_stamp_task(realtask, self.rqdata.runq_task[realtask]): 1586 if self.rq.check_stamp_task(realtask, self.rqdata.runq_task[realtask]):
1587 logger.debug(2, 'Stamp for underlying task %s(%s) is current, so skipping setscene variant', 1587 logger.debug(2, 'Stamp for underlying task %s(%s) is current, so skipping setscene variant',
1588 task, self.rqdata.get_user_idstring(task)) 1588 task, self.rqdata.get_user_idstring(realtask))
1589 self.task_failoutright(task) 1589 self.task_failoutright(task)
1590 return True 1590 return True
1591 1591