bb/ui/crumbs/hobeventhandler: adapt to reset -> reparse change

The API has changed from just a reparse call to a reset call followed by
a reparse call.

(Bitbake rev: c828ba571c3cf27d1bbd65184e287c45ef64de89)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Lock 2011-08-10 18:09:22 -07:00 committed by Richard Purdie
parent 1926591876
commit fdcf262672
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ class HobHandler(gobject.GObject):
self.current_command = self.BUILD_IMAGE
else:
self.current_command = self.CFG_PATH_LAYERS
self.server.runCommand(["resetCooker"])
self.server.runCommand(["reparseFiles"])
elif self.current_command == self.BUILD_IMAGE:
self.building = "image"