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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 7d57fc332e..8d0b85d33a 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1515,8 +1515,9 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
1515 1515
1516 for task in xrange(len(self.sq_revdeps)): 1516 for task in xrange(len(self.sq_revdeps)):
1517 if task not in valid_new and task not in noexec: 1517 if task not in valid_new and task not in noexec:
1518 realtask = self.rqdata.runq_setscene[task]
1518 logger.debug(2, 'No package found, so skipping setscene task %s', 1519 logger.debug(2, 'No package found, so skipping setscene task %s',
1519 self.rqdata.get_user_idstring(task)) 1520 self.rqdata.get_user_idstring(realtask))
1520 self.task_failoutright(task) 1521 self.task_failoutright(task)
1521 1522
1522 logger.info('Executing SetScene Tasks') 1523 logger.info('Executing SetScene Tasks')