summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r--bitbake/lib/bb/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 33b9201e6f..2e139558bc 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -291,7 +291,7 @@ class BBCooker:
291 depend_tree["rdepends-pkg"] = {} 291 depend_tree["rdepends-pkg"] = {}
292 depend_tree["rrecs-pkg"] = {} 292 depend_tree["rrecs-pkg"] = {}
293 293
294 for task in range(len(rq.rqdata.runq_fnid)): 294 for task in xrange(len(rq.rqdata.runq_fnid)):
295 taskname = rq.rqdata.runq_task[task] 295 taskname = rq.rqdata.runq_task[task]
296 fnid = rq.rqdata.runq_fnid[task] 296 fnid = rq.rqdata.runq_fnid[task]
297 fn = taskdata.fn_index[fnid] 297 fn = taskdata.fn_index[fnid]