1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

bitbake: Sync with upstream

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4504 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-05-19 20:41:58 +00:00
parent 4bf7ed5458
commit f1e89b2bb9
3 changed files with 12 additions and 2 deletions
+4
View File
@@ -230,6 +230,10 @@ class BuildStarted(BuildBase):
"""bbmake build run started"""
class BuildFailed(BuildBase):
"""bbmake build run failed"""
class BuildCompleted(BuildBase):
"""bbmake build run completed"""