diff options
| -rw-r--r-- | bitbake/lib/bb/command.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 74106d1434..0559ffc07c 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
| @@ -279,6 +279,7 @@ class CommandsSync: | |||
| 279 | mask = params[3] | 279 | mask = params[3] |
| 280 | return bb.event.set_UIHmask(handlerNum, llevel, debug_domains, mask) | 280 | return bb.event.set_UIHmask(handlerNum, llevel, debug_domains, mask) |
| 281 | setEventMask.needconfig = False | 281 | setEventMask.needconfig = False |
| 282 | setEventMask.readonly = True | ||
| 282 | 283 | ||
| 283 | def setFeatures(self, command, params): | 284 | def setFeatures(self, command, params): |
| 284 | """ | 285 | """ |
