summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/runqueue.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index b90ac875e3..729439ef31 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1959,7 +1959,8 @@ class RunQueueExecute:
1959 """ 1959 """
1960 1960
1961 self.rq.read_workers() 1961 self.rq.read_workers()
1962 self.process_possible_migrations() 1962 if self.updated_taskhash_queue or self.pending_migrations:
1963 self.process_possible_migrations()
1963 1964
1964 if not hasattr(self, "sorted_setscene_tids"): 1965 if not hasattr(self, "sorted_setscene_tids"):
1965 # Don't want to sort this set every execution 1966 # Don't want to sort this set every execution