From patchwork Sun Apr 8 10:21:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,05/20] Hob: correct indent Date: Sun, 08 Apr 2012 10:21:08 -0000 From: Shane Wang X-Patchwork-Id: 25301 Message-Id: <014fa9840e473eb4d6ab27bbcf7f91c852d0d274.1333880210.git.shane.wang@intel.com> To: bitbake-devel@lists.openembedded.org Signed-off-by: Shane Wang --- 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 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 ""