| Submitter | Shane Wang |
|---|---|
| Date | April 8, 2012, 10:21 a.m. |
| Message ID | <014fa9840e473eb4d6ab27bbcf7f91c852d0d274.1333880210.git.shane.wang@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/25301/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index dc2b1bb..d608b5f 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): self.run_next_command(self.PARSE_CONFIG) def parse_generate_configuration(self): - self.commands_async.append(self.SUB_PARSE_CONFIG) - self.generate_configuration() + self.commands_async.append(self.SUB_PARSE_CONFIG) + self.generate_configuration() def set_extra_inherit(self, bbclass): inherits = self.server.runCommand(["getVariable", "INHERIT"]) or ""
Signed-off-by: Shane Wang <shane.wang@intel.com> --- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)