summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 572b872276..7d1f48aee2 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1107,6 +1107,8 @@ class RunQueueExecute:
1107 # themselves 1107 # themselves
1108 bblogger.handlers = [bb.event.LogHandler()] 1108 bblogger.handlers = [bb.event.LogHandler()]
1109 1109
1110 signal.signal(signal.SIGCHLD, signal.SIG_DFL)
1111
1110 self.rq.state = runQueueChildProcess 1112 self.rq.state = runQueueChildProcess
1111 # Make the child the process group leader 1113 # Make the child the process group leader
1112 os.setpgid(0, 0) 1114 os.setpgid(0, 0)