diff options
author | Shane Wang <shane.wang@intel.com> | 2012-04-09 22:13:35 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-11 00:04:44 +0100 |
commit | e2c1092905ceb0e7fc0a6141a9d3e36b89ec31f4 (patch) | |
tree | 4d07419eb2486823940964cfc0f555cc2092af52 /bitbake/lib/bb/ui/crumbs | |
parent | 4495a73abc5ad30bd973691b4b3ed0988468377a (diff) | |
download | poky-e2c1092905ceb0e7fc0a6141a9d3e36b89ec31f4.tar.gz |
Hob: correct indent
(Bitbake rev: 684e0eddfbbb4618a1adcf179296f3f1066ae1c0)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs')
-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 "" |