diff options
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 3300bb4f98..cd10da8b3a 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -933,6 +933,7 @@ class RunQueueData: | |||
| 933 | for tid in list(self.runtaskentries.keys()): | 933 | for tid in list(self.runtaskentries.keys()): |
| 934 | if tid not in runq_build: | 934 | if tid not in runq_build: |
| 935 | reduced_tasklist.remove(tid) | 935 | reduced_tasklist.remove(tid) |
| 936 | runq_build = {} | ||
| 936 | 937 | ||
| 937 | for task in self.cooker.configuration.runall: | 938 | for task in self.cooker.configuration.runall: |
| 938 | if not task.startswith("do_"): | 939 | if not task.startswith("do_"): |
