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 7fa074f679..88212ca00c 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -2283,6 +2283,7 @@ class RunQueueExecute: | |||
| 2283 | continue | 2283 | continue |
| 2284 | 2284 | ||
| 2285 | self.pending_migrations.remove(tid) | 2285 | self.pending_migrations.remove(tid) |
| 2286 | changed = True | ||
| 2286 | 2287 | ||
| 2287 | if tid in self.tasks_scenequeue_done: | 2288 | if tid in self.tasks_scenequeue_done: |
| 2288 | self.tasks_scenequeue_done.remove(tid) | 2289 | self.tasks_scenequeue_done.remove(tid) |
