summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/event.py')
-rw-r--r--bitbake/lib/bb/event.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py
index a5f026e151..1f3200e196 100644
--- a/bitbake/lib/bb/event.py
+++ b/bitbake/lib/bb/event.py
@@ -382,7 +382,11 @@ class BuildBase(Event):
382 382
383 383
384 384
385 385class BuildInit(BuildBase):
386 """buildFile or buildTargets was invoked"""
387 def __init__(self, p=[]):
388 name = None
389 BuildBase.__init__(self, name, p)
386 390
387class BuildStarted(BuildBase, OperationStarted): 391class BuildStarted(BuildBase, OperationStarted):
388 """bbmake build run started""" 392 """bbmake build run started"""