summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 3d84bb17ee..4d1dc49d78 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1042,6 +1042,7 @@ class RunQueueExecute:
1042 env[comps[0]] = comps[1] 1042 env[comps[0]] = comps[1]
1043 1043
1044 env['BB_TASKHASH'] = self.rqdata.runq_hash[task] 1044 env['BB_TASKHASH'] = self.rqdata.runq_hash[task]
1045 env['PATH'] = self.cooker.configuration.initial_path
1045 1046
1046 sys.stdout.flush() 1047 sys.stdout.flush()
1047 sys.stderr.flush() 1048 sys.stderr.flush()