diff options
-rw-r--r-- | bitbake/lib/bb/cookerdata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index bf9bfbf931..07425ce00d 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/lib/bb/cookerdata.py | |||
@@ -273,6 +273,7 @@ class CookerDataBuilder(object): | |||
273 | if self.data.getVar("BB_INVALIDCONF", False) is True: | 273 | if self.data.getVar("BB_INVALIDCONF", False) is True: |
274 | self.data.setVar("BB_INVALIDCONF", False) | 274 | self.data.setVar("BB_INVALIDCONF", False) |
275 | self.data = self.parseConfigurationFiles(self.prefiles, self.postfiles) | 275 | self.data = self.parseConfigurationFiles(self.prefiles, self.postfiles) |
276 | bb.event.fire(bb.event.ConfigParsed(), self.data) | ||
276 | 277 | ||
277 | bb.parse.init_parser(self.data) | 278 | bb.parse.init_parser(self.data) |
278 | self.data_hash = self.data.get_hash() | 279 | self.data_hash = self.data.get_hash() |