diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index dc2b1bb4f6..d608b5f780 100644 --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py | |||
@@ -243,8 +243,8 @@ class HobHandler(gobject.GObject): | |||
243 | self.run_next_command(self.PARSE_CONFIG) | 243 | self.run_next_command(self.PARSE_CONFIG) |
244 | 244 | ||
245 | def parse_generate_configuration(self): | 245 | def parse_generate_configuration(self): |
246 | self.commands_async.append(self.SUB_PARSE_CONFIG) | 246 | self.commands_async.append(self.SUB_PARSE_CONFIG) |
247 | self.generate_configuration() | 247 | self.generate_configuration() |
248 | 248 | ||
249 | def set_extra_inherit(self, bbclass): | 249 | def set_extra_inherit(self, bbclass): |
250 | inherits = self.server.runCommand(["getVariable", "INHERIT"]) or "" | 250 | inherits = self.server.runCommand(["getVariable", "INHERIT"]) or "" |