diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-10 10:48:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 15:52:24 +0100 |
commit | 8b32d408967e9f596a13bdc50093ebbe3ec435f6 (patch) | |
tree | d191bb3a437ac6d7c1f0897724369ced075b1977 | |
parent | a90914c60ac37e378c22cb2edff7088024afa7e5 (diff) | |
download | poky-8b32d408967e9f596a13bdc50093ebbe3ec435f6.tar.gz |
bitbake/runqueue.py: Remove old log file handling remnants
These lines date from earlier code and are no longer required.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 6 |
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 |