diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 338d1fe36f..437f4a185c 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -1610,9 +1610,8 @@ class RunQueue: | |||
1610 | self.rqexe.finish() | 1610 | self.rqexe.finish() |
1611 | 1611 | ||
1612 | def rq_dump_sigfn(self, fn, options): | 1612 | def rq_dump_sigfn(self, fn, options): |
1613 | bb_cache = bb.cache.NoCache(self.cooker.databuilder) | ||
1614 | mc = bb.runqueue.mc_from_tid(fn) | 1613 | mc = bb.runqueue.mc_from_tid(fn) |
1615 | the_data = bb_cache.loadDataFull(fn, self.cooker.collections[mc].get_file_appends(fn)) | 1614 | the_data = self.cooker.databuilder.parseRecipe(fn, self.cooker.collections[mc].get_file_appends(fn)) |
1616 | siggen = bb.parse.siggen | 1615 | siggen = bb.parse.siggen |
1617 | dataCaches = self.rqdata.dataCaches | 1616 | dataCaches = self.rqdata.dataCaches |
1618 | siggen.dump_sigfn(fn, dataCaches, options) | 1617 | siggen.dump_sigfn(fn, dataCaches, options) |