summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobeventhandler.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobeventhandler.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
index cd257548e4..790e2ef819 100644
--- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
@@ -371,6 +371,9 @@ class HobHandler(gobject.GObject):
371 self.commands_async = [] 371 self.commands_async = []
372 self.building = False 372 self.building = False
373 373
374 def cancel_parse(self):
375 self.server.runCommand(["stateStop"])
376
374 def cancel_build(self, force=False): 377 def cancel_build(self, force=False):
375 if force: 378 if force:
376 # Force the cooker to stop as quickly as possible 379 # Force the cooker to stop as quickly as possible