[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2495/8267] bitbake: cookerdata: fire ConfigParsed event after re-parse



commit e3e239ba5448c9a5f809a6fda1319f90124c0dce
Author: Markus Lehtonen <markus lehtonen linux intel com>
Date:   Thu Sep 15 14:20:49 2016 +0300

    bitbake: cookerdata: fire ConfigParsed event after re-parse
    
    [YOCTO #10188]
    
    (Bitbake rev: ec1c951a4ee0c33acdde29e578f79ad719a34aca)
    
    Signed-off-by: Markus Lehtonen <markus lehtonen linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 bf9bfbf..07425ce 100644
--- a/bitbake/lib/bb/cookerdata.py
+++ b/bitbake/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()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]