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 a1e3285821..eb8e342761 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -2237,7 +2237,7 @@ class RunQueueExecute: | |||
2237 | self.update_holdofftasks() | 2237 | self.update_holdofftasks() |
2238 | 2238 | ||
2239 | def update_holdofftasks(self): | 2239 | def update_holdofftasks(self): |
2240 | self.holdoff_tasks = set(self.changed_setscene) | 2240 | self.holdoff_tasks = set() |
2241 | 2241 | ||
2242 | for tid in self.rqdata.runq_setscene_tids: | 2242 | for tid in self.rqdata.runq_setscene_tids: |
2243 | if tid not in self.scenequeue_covered and tid not in self.scenequeue_notcovered: | 2243 | if tid not in self.scenequeue_covered and tid not in self.scenequeue_notcovered: |