diff options
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index fcf8db5c11..db4cb51c8d 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -176,8 +176,6 @@ class BBCooker: | |||
176 | sys.exit("FATAL: Failed to import extra cache class '%s'." % cache_name) | 176 | sys.exit("FATAL: Failed to import extra cache class '%s'." % cache_name) |
177 | 177 | ||
178 | self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False) | 178 | self.databuilder = bb.cookerdata.CookerDataBuilder(self.configuration, False) |
179 | self.data = self.databuilder.data | ||
180 | |||
181 | self.databuilder.parseBaseConfiguration() | 179 | self.databuilder.parseBaseConfiguration() |
182 | self.data = self.databuilder.data | 180 | self.data = self.databuilder.data |
183 | self.data_hash = self.databuilder.data_hash | 181 | self.data_hash = self.databuilder.data_hash |