diff options
Diffstat (limited to 'bitbake/bin/bitbake-worker')
| -rwxr-xr-x | bitbake/bin/bitbake-worker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-worker b/bitbake/bin/bitbake-worker index 063cf37926..9d850ec77c 100755 --- a/bitbake/bin/bitbake-worker +++ b/bitbake/bin/bitbake-worker | |||
| @@ -440,7 +440,7 @@ class BitbakeWorker(object): | |||
| 440 | def handle_cookercfg(self, data): | 440 | def handle_cookercfg(self, data): |
| 441 | self.cookercfg = pickle.loads(data) | 441 | self.cookercfg = pickle.loads(data) |
| 442 | self.databuilder = bb.cookerdata.CookerDataBuilder(self.cookercfg, worker=True) | 442 | self.databuilder = bb.cookerdata.CookerDataBuilder(self.cookercfg, worker=True) |
| 443 | self.databuilder.parseBaseConfiguration() | 443 | self.databuilder.parseBaseConfiguration(worker=True) |
| 444 | self.data = self.databuilder.data | 444 | self.data = self.databuilder.data |
| 445 | 445 | ||
| 446 | def handle_extraconfigdata(self, data): | 446 | def handle_extraconfigdata(self, data): |
