summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobeventhandler.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobeventhandler.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
index d953f3497c..15d28d927a 100644
--- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
@@ -202,6 +202,10 @@ class HobHandler(gobject.GObject):
202 self.run_next_command() 202 self.run_next_command()
203 203
204 elif isinstance(event, bb.event.SanityCheckPassed): 204 elif isinstance(event, bb.event.SanityCheckPassed):
205 reparse = self.runCommand(["getVariable", "BB_INVALIDCONF"]) or None
206 if reparse is True:
207 self.runCommand(["setVariable", "BB_INVALIDCONF", False])
208 self.runCommand(["parseConfigurationFiles", "", ""])
205 self.run_next_command() 209 self.run_next_command()
206 210
207 elif isinstance(event, bb.event.SanityCheckFailed): 211 elif isinstance(event, bb.event.SanityCheckFailed):