[oe-commits] [bitbake] 01/03: cookerdata: fire ConfigParsed event after re-parse

git at git.openembedded.org git at git.openembedded.org
Fri Sep 16 14:25:45 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit ec1c951a4ee0c33acdde29e578f79ad719a34aca
Author: Markus Lehtonen <markus.lehtonen at linux.intel.com>
AuthorDate: Thu Sep 15 14:20:49 2016 +0300

    cookerdata: fire ConfigParsed event after re-parse
    
    [YOCTO #10188]
    
    Signed-off-by: Markus Lehtonen <markus.lehtonen at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/cookerdata.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bb/cookerdata.py b/lib/bb/cookerdata.py
index bf9bfbf..07425ce 100644
--- a/lib/bb/cookerdata.py
+++ b/lib/bb/cookerdata.py
@@ -273,6 +273,7 @@ class CookerDataBuilder(object):
             if self.data.getVar("BB_INVALIDCONF", False) is True:
                 self.data.setVar("BB_INVALIDCONF", False)
                 self.data = self.parseConfigurationFiles(self.prefiles, self.postfiles)
+                bb.event.fire(bb.event.ConfigParsed(), self.data)
 
             bb.parse.init_parser(self.data)
             self.data_hash = self.data.get_hash()

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list