summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/command.py')
-rw-r--r--bitbake/lib/bb/command.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py
index 36891b923f..eb7c86f4fe 100644
--- a/bitbake/lib/bb/command.py
+++ b/bitbake/lib/bb/command.py
@@ -238,6 +238,11 @@ class CommandsSync:
238 return command.cooker.matchFile(fMatch) 238 return command.cooker.matchFile(fMatch)
239 matchFile.needconfig = False 239 matchFile.needconfig = False
240 240
241 def getUIHandlerNum(self, command, params):
242 return bb.event.get_uihandler()
243 getUIHandlerNum.needconfig = False
244 getUIHandlerNum.readonly = True
245
241 def setEventMask(self, command, params): 246 def setEventMask(self, command, params):
242 handlerNum = params[0] 247 handlerNum = params[0]
243 llevel = params[1] 248 llevel = params[1]