diff options
-rwxr-xr-x | bitbake/bin/bitbake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 4d93a35cdc..920c6c4fc6 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -292,6 +292,7 @@ def main(): | |||
292 | if not configParams.remote_server: | 292 | if not configParams.remote_server: |
293 | # we start a server with a given configuration | 293 | # we start a server with a given configuration |
294 | server = start_server(servermodule, configParams, configuration) | 294 | server = start_server(servermodule, configParams, configuration) |
295 | bb.event.ui_queue = [] | ||
295 | else: | 296 | else: |
296 | # we start a stub server that is actually a XMLRPClient that connects to a real server | 297 | # we start a stub server that is actually a XMLRPClient that connects to a real server |
297 | server = servermodule.BitBakeXMLRPCClient(configParams.observe_only) | 298 | server = servermodule.BitBakeXMLRPCClient(configParams.observe_only) |