summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/event.py
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-19 20:41:58 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-19 20:41:58 +0000
commitf1e89b2bb9f7d2677cd589f808df9594987fb1e0 (patch)
treeab835e90e7557d66aebd07d3a2d6d967843175e3 /bitbake/lib/bb/event.py
parent4bf7ed5458d05f3d124eb00c2bfcd3c61877bdd1 (diff)
downloadpoky-f1e89b2bb9f7d2677cd589f808df9594987fb1e0.tar.gz
bitbake: Sync with upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4504 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/event.py')
-rw-r--r--bitbake/lib/bb/event.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/bb/event.py b/bitbake/lib/bb/event.py
index c0a59e6120..fb99c3912d 100644
--- a/bitbake/lib/bb/event.py
+++ b/bitbake/lib/bb/event.py
@@ -230,6 +230,10 @@ class BuildStarted(BuildBase):
230 """bbmake build run started""" 230 """bbmake build run started"""
231 231
232 232
233class BuildFailed(BuildBase):
234 """bbmake build run failed"""
235
236
233class BuildCompleted(BuildBase): 237class BuildCompleted(BuildBase):
234 """bbmake build run completed""" 238 """bbmake build run completed"""
235 239