summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/ui/toasterui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py
index e0c278bb3e..3891e639bd 100644
--- a/bitbake/lib/bb/ui/toasterui.py
+++ b/bitbake/lib/bb/ui/toasterui.py
@@ -308,7 +308,8 @@ def main(server, eventHandler, params ):
308 bb.event.OperationProgress, 308 bb.event.OperationProgress,
309 bb.command.CommandFailed, 309 bb.command.CommandFailed,
310 bb.command.CommandExit, 310 bb.command.CommandExit,
311 bb.command.CommandCompleted)): 311 bb.command.CommandCompleted,
312 bb.event.ReachableStamps)):
312 continue 313 continue
313 314
314 if isinstance(event, bb.event.DepTreeGenerated): 315 if isinstance(event, bb.event.DepTreeGenerated):