summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/main.py')
-rwxr-xr-xbitbake/lib/bb/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py
index b09513f462..5ca3485096 100755
--- a/bitbake/lib/bb/main.py
+++ b/bitbake/lib/bb/main.py
@@ -355,7 +355,7 @@ def bitbake_main(configParams, configuration):
355 ("the BBSERVER environment variable" if "BBSERVER" in os.environ \ 355 ("the BBSERVER environment variable" if "BBSERVER" in os.environ \
356 else "the '--remote-server' option")) 356 else "the '--remote-server' option"))
357 357
358 if configParams.observe_only and (not configParams.remote_server or configParams.bind): 358 if configParams.observe_only and not (configParams.remote_server or configParams.bind):
359 raise BBMainException("FATAL: '--observe-only' can only be used by UI clients " 359 raise BBMainException("FATAL: '--observe-only' can only be used by UI clients "
360 "connecting to a server.\n") 360 "connecting to a server.\n")
361 361