diff options
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 93079a9776..3462ed4457 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -2550,9 +2550,6 @@ class RunQueueExecute: | |||
2550 | self.rqdata.runtaskentries[hashtid].unihash = unihash | 2550 | self.rqdata.runtaskentries[hashtid].unihash = unihash |
2551 | bb.parse.siggen.set_unihash(hashtid, unihash) | 2551 | bb.parse.siggen.set_unihash(hashtid, unihash) |
2552 | toprocess.add(hashtid) | 2552 | toprocess.add(hashtid) |
2553 | if torehash: | ||
2554 | # Need to save after set_unihash above | ||
2555 | bb.parse.siggen.save_unitaskhashes() | ||
2556 | 2553 | ||
2557 | # Work out all tasks which depend upon these | 2554 | # Work out all tasks which depend upon these |
2558 | total = set() | 2555 | total = set() |