bitbake: hob: fix for XMLRPC mode

Contains a small fix to the builder.py code
(a missing "self" in a variable assignment).
With this changes, "hob" can run with the XMLRPC backend:

$ hob -t xmlrpc

(Bitbake rev: 3497478f803986af32099ddd124c47df8e89f6da)

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bogdan Marinescu 2013-01-16 12:36:55 +00:00 committed by Richard Purdie
parent f0457e5436
commit 4f070506df
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ class Builder(gtk.Window):
if not self.display_sanity_check:
func()
else:
sanity_check_post_func = func
self.sanity_check_post_func = func
def generate_configuration(self):
if not self.sanity_checked: