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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user