summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 30cab5379e1..73582f5f555 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -2416,6 +2416,7 @@ class RunQueueExecute:
if changed:
self.holdoff_need_update = True
+ self.update_holdofftasks()
def scenequeue_updatecounters(self, task, fail=False):
@@ -2443,6 +2444,7 @@ class RunQueueExecute:
next = new
self.holdoff_need_update = True
+ self.update_holdofftasks()
def sq_task_completeoutright(self, task):
"""