summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-24 14:14:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-24 22:11:44 +0000
commitddd3f56ded66622cbee0e394947803e80ddebf65 (patch)
treea6378532645acf3b22c4c07dd510747a4bb1eac6 /bitbake
parent8b0a893e75c9d54c2cd90e10f22e072bd5711422 (diff)
downloadast2050-yocto-poky-ddd3f56ded66622cbee0e394947803e80ddebf65.zip
ast2050-yocto-poky-ddd3f56ded66622cbee0e394947803e80ddebf65.tar.gz
runqueue.py: Fix debug message to reference the correct task
(Bitbake rev: 035c673c463ca450245acf824e7b7e8f889bdc89) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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 256f4e3..3fc384d 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1519,8 +1519,9 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
for task in xrange(len(self.sq_revdeps)):
if task not in valid_new and task not in noexec:
+ realtask = self.rqdata.runq_setscene[task]
logger.debug(2, 'No package found, so skipping setscene task %s',
- self.rqdata.get_user_idstring(task))
+ self.rqdata.get_user_idstring(realtask))
self.task_failoutright(task)
logger.info('Executing SetScene Tasks')
OpenPOWER on IntegriCloud