diff options
Diffstat (limited to 'bitbake/lib/bb/ui/knotty.py')
| -rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index 158a132726..e2e6ac3d65 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
| @@ -263,7 +263,10 @@ def main(server, eventHandler): | |||
| 263 | bb.event.RecipeParsed, | 263 | bb.event.RecipeParsed, |
| 264 | bb.event.RecipePreFinalise, | 264 | bb.event.RecipePreFinalise, |
| 265 | bb.runqueue.runQueueEvent, | 265 | bb.runqueue.runQueueEvent, |
| 266 | bb.runqueue.runQueueExitWait)): | 266 | bb.runqueue.runQueueExitWait, |
| 267 | bb.event.OperationStarted, | ||
| 268 | bb.event.OperationCompleted, | ||
| 269 | bb.event.OperationProgress)): | ||
| 267 | continue | 270 | continue |
| 268 | 271 | ||
| 269 | logger.error("Unknown event: %s", event) | 272 | logger.error("Unknown event: %s", event) |
