summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake-worker2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-worker b/bitbake/bin/bitbake-worker
index c173dbe01d..68e2bf4571 100755
--- a/bitbake/bin/bitbake-worker
+++ b/bitbake/bin/bitbake-worker
@@ -132,6 +132,8 @@ def fork_off_task(cfg, data, workerdata, fn, task, taskname, appends, taskdepdat
132 global worker_pipe 132 global worker_pipe
133 pipein.close() 133 pipein.close()
134 134
135 signal.signal(signal.SIGTERM, signal.SIG_DFL)
136
135 # Save out the PID so that the event can include it the 137 # Save out the PID so that the event can include it the
136 # events 138 # events
137 bb.event.worker_pid = os.getpid() 139 bb.event.worker_pid = os.getpid()