diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index a7a84630d7..a4e82f375c 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -2664,7 +2664,6 @@ def build_scenequeue_data(sqdata, rqdata, rq, cooker, stampcache, sqrq): | |||
2664 | sq_revdeps_squash[point] = set() | 2664 | sq_revdeps_squash[point] = set() |
2665 | if point in rqdata.runq_setscene_tids: | 2665 | if point in rqdata.runq_setscene_tids: |
2666 | sq_revdeps_squash[point] = tasks | 2666 | sq_revdeps_squash[point] = tasks |
2667 | tasks = set() | ||
2668 | continue | 2667 | continue |
2669 | for dep in rqdata.runtaskentries[point].depends: | 2668 | for dep in rqdata.runtaskentries[point].depends: |
2670 | if point in sq_revdeps[dep]: | 2669 | if point in sq_revdeps[dep]: |