summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/runqueue.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 95828ca2d6..6ca14ec9de 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1098,12 +1098,6 @@ class RunQueueExecute:
1098 # events 1098 # events
1099 bb.event.worker_pid = os.getpid() 1099 bb.event.worker_pid = os.getpid()
1100 bb.event.worker_pipe = pipeout 1100 bb.event.worker_pipe = pipeout
1101 bb.event.useStdout = False
1102
1103 # Child processes should send their messages to the UI
1104 # process via the server process, not print them
1105 # themselves
1106 bblogger.handlers = [bb.event.LogHandler()]
1107 1101
1108 self.rq.state = runQueueChildProcess 1102 self.rq.state = runQueueChildProcess
1109 # Make the child the process group leader 1103 # Make the child the process group leader