diff options
Diffstat (limited to 'bitbake/lib/bb/event.py')
-rw-r--r-- | bitbake/lib/bb/event.py | 6 |
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 | 385 | class BuildInit(BuildBase): | |
386 | """buildFile or buildTargets was invoked""" | ||
387 | def __init__(self, p=[]): | ||
388 | name = None | ||
389 | BuildBase.__init__(self, name, p) | ||
386 | 390 | ||
387 | class BuildStarted(BuildBase, OperationStarted): | 391 | class BuildStarted(BuildBase, OperationStarted): |
388 | """bbmake build run started""" | 392 | """bbmake build run started""" |