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 4c6e6fd06e..294eb5dd1f 100644
--- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
+++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py
@@ -452,6 +452,9 @@ class HobHandler(gobject.GObject):
452 def get_logfile(self): 452 def get_logfile(self):
453 return self.server.runCommand(["getVariable", "BB_CONSOLELOG"])[0] 453 return self.server.runCommand(["getVariable", "BB_CONSOLELOG"])[0]
454 454
455 def get_topdir(self):
456 return self.runCommand(["getVariable", "TOPDIR"]) or ""
457
455 def _remove_redundant(self, string): 458 def _remove_redundant(self, string):
456 ret = [] 459 ret = []
457 for i in string.split(): 460 for i in string.split():