diff options
Diffstat (limited to 'bitbake/lib')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index b32e8e694d..c9b6b847db 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -347,7 +347,7 @@ class RunQueueData: | |||
| 347 | if dep not in total_deps: | 347 | if dep not in total_deps: |
| 348 | total_deps.append(dep) | 348 | total_deps.append(dep) |
| 349 | 349 | ||
| 350 | explored_deps[taskid] = total_deps | 350 | explored_deps[tid] = total_deps |
| 351 | 351 | ||
| 352 | for task in tasks: | 352 | for task in tasks: |
| 353 | find_chains(task, []) | 353 | find_chains(task, []) |
