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 256f4e30ce..3fc384d5bb 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1519,8 +1519,9 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
1519 1519
1520 for task in xrange(len(self.sq_revdeps)): 1520 for task in xrange(len(self.sq_revdeps)):
1521 if task not in valid_new and task not in noexec: 1521 if task not in valid_new and task not in noexec:
1522 realtask = self.rqdata.runq_setscene[task]
1522 logger.debug(2, 'No package found, so skipping setscene task %s', 1523 logger.debug(2, 'No package found, so skipping setscene task %s',
1523 self.rqdata.get_user_idstring(task)) 1524 self.rqdata.get_user_idstring(realtask))
1524 self.task_failoutright(task) 1525 self.task_failoutright(task)
1525 1526
1526 logger.info('Executing SetScene Tasks') 1527 logger.info('Executing SetScene Tasks')