diff options
| author | Robert Bradford <rob@openedhand.com> | 2008-10-20 11:35:49 +0000 |
|---|---|---|
| committer | Robert Bradford <rob@openedhand.com> | 2008-10-20 11:35:49 +0000 |
| commit | f105cdc88a735b6e0a0b1b0c5a0bd3931a5ad9c3 (patch) | |
| tree | 28c6a3b1602603b31bba81b085dc00330e47faab /bitbake-dev/lib/bb/event.py | |
| parent | a8644924ab92b090546df1869714b57ba91fcd8b (diff) | |
| download | poky-f105cdc88a735b6e0a0b1b0c5a0bd3931a5ad9c3.tar.gz | |
bitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their handling in the UI
These events are superfluous now that BB operates on a task level granularity.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5541 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake-dev/lib/bb/event.py')
| -rw-r--r-- | bitbake-dev/lib/bb/event.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bitbake-dev/lib/bb/event.py b/bitbake-dev/lib/bb/event.py index c13a0127a5..e5cae275ac 100644 --- a/bitbake-dev/lib/bb/event.py +++ b/bitbake-dev/lib/bb/event.py | |||
| @@ -208,18 +208,6 @@ class DepBase(PkgBase): | |||
| 208 | dep = property(getDep, setDep, None, "dep property") | 208 | dep = property(getDep, setDep, None, "dep property") |
| 209 | 209 | ||
| 210 | 210 | ||
| 211 | class PkgStarted(PkgBase): | ||
| 212 | """Package build started""" | ||
| 213 | |||
| 214 | |||
| 215 | class PkgFailed(PkgBase): | ||
| 216 | """Package build failed""" | ||
| 217 | |||
| 218 | |||
| 219 | class PkgSucceeded(PkgBase): | ||
| 220 | """Package build completed""" | ||
| 221 | |||
| 222 | |||
| 223 | class BuildStarted(BuildBase): | 211 | class BuildStarted(BuildBase): |
| 224 | """bbmake build run started""" | 212 | """bbmake build run started""" |
| 225 | 213 | ||
