summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/bitbake1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 4d93a35cd..920c6c4fc 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -292,6 +292,7 @@ def main():
if not configParams.remote_server:
# we start a server with a given configuration
server = start_server(servermodule, configParams, configuration)
+ bb.event.ui_queue = []
else:
# we start a stub server that is actually a XMLRPClient that connects to a real server
server = servermodule.BitBakeXMLRPCClient(configParams.observe_only)