1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-08 15:29:50 +00:00

bitbake/runqueue.py: Fix invalid variable reference fixing the -f option with setscene tasks

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-10-07 15:45:02 +01:00
parent 240b6636f9
commit bee7c21f6e
+1 -1
View File
@@ -1428,7 +1428,7 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
return True
if self.cooker.configuration.force:
for target in self.target_pairs:
for target in self.rqdata.target_pairs:
if target[0] == fn and target[1] == self.rqdata.runq_task[realtask]:
self.task_failoutright(task)
return True