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: # themselves bblogger.handlers = [bb.event.LogHandler()] + signal.signal(signal.SIGCHLD, signal.SIG_DFL) + self.rq.state = runQueueChildProcess # Make the child the process group leader os.setpgid(0, 0)