mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
Hob: correct indent
(Bitbake rev: 684e0eddfbbb4618a1adcf179296f3f1066ae1c0) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4495a73abc
commit
e2c1092905
@@ -243,8 +243,8 @@ class HobHandler(gobject.GObject):
|
|||||||
self.run_next_command(self.PARSE_CONFIG)
|
self.run_next_command(self.PARSE_CONFIG)
|
||||||
|
|
||||||
def parse_generate_configuration(self):
|
def parse_generate_configuration(self):
|
||||||
self.commands_async.append(self.SUB_PARSE_CONFIG)
|
self.commands_async.append(self.SUB_PARSE_CONFIG)
|
||||||
self.generate_configuration()
|
self.generate_configuration()
|
||||||
|
|
||||||
def set_extra_inherit(self, bbclass):
|
def set_extra_inherit(self, bbclass):
|
||||||
inherits = self.server.runCommand(["getVariable", "INHERIT"]) or ""
|
inherits = self.server.runCommand(["getVariable", "INHERIT"]) or ""
|
||||||
|
|||||||
Reference in New Issue
Block a user