diff options
Diffstat (limited to 'bitbake/lib/bb')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 | ||||
| -rw-r--r-- | bitbake/lib/bb/siggen.py | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 63cce8184f..991aa94f67 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -651,6 +651,8 @@ class RunQueueData: | |||
| 651 | # Nothing to do | 651 | # Nothing to do |
| 652 | return 0 | 652 | return 0 |
| 653 | 653 | ||
| 654 | bb.parse.siggen.setup_datacache(self.dataCaches) | ||
| 655 | |||
| 654 | self.init_progress_reporter.start() | 656 | self.init_progress_reporter.start() |
| 655 | self.init_progress_reporter.next_stage() | 657 | self.init_progress_reporter.next_stage() |
| 656 | 658 | ||
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py index cdf7d03a34..e57f1ffe69 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py | |||
| @@ -70,6 +70,9 @@ class SignatureGenerator(object): | |||
| 70 | def postparsing_clean_cache(self): | 70 | def postparsing_clean_cache(self): |
| 71 | return | 71 | return |
| 72 | 72 | ||
| 73 | def setup_datacache(self, datacaches): | ||
| 74 | self.datacaches = datacaches | ||
| 75 | |||
| 73 | def get_unihash(self, tid): | 76 | def get_unihash(self, tid): |
| 74 | return self.taskhash[tid] | 77 | return self.taskhash[tid] |
| 75 | 78 | ||
