From fdcf262672788e82d19a607298407330b947206f Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 10 Aug 2011 18:09:22 -0700 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/bb/ui/crumbs/hobeventhandler.py') diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index 2e0a99900d..1a4c7b5058 100644 --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py @@ -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" -- cgit v1.2.3-54-g00ecf