summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/knotty.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/knotty.py')
-rw-r--r--bitbake/lib/bb/ui/knotty.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py
index f330c084df..997eb3fe89 100644
--- a/bitbake/lib/bb/ui/knotty.py
+++ b/bitbake/lib/bb/ui/knotty.py
@@ -228,6 +228,7 @@ def main(server, eventHandler):
228 bb.event.StampUpdate, 228 bb.event.StampUpdate,
229 bb.event.ConfigParsed, 229 bb.event.ConfigParsed,
230 bb.event.RecipeParsed, 230 bb.event.RecipeParsed,
231 bb.event.RecipePreFinalise,
231 bb.runqueue.runQueueEvent, 232 bb.runqueue.runQueueEvent,
232 bb.runqueue.runQueueExitWait)): 233 bb.runqueue.runQueueExitWait)):
233 continue 234 continue