summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake-worker1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-worker b/bitbake/bin/bitbake-worker
index 6a12e1fed2..c8eb65567f 100755
--- a/bitbake/bin/bitbake-worker
+++ b/bitbake/bin/bitbake-worker
@@ -237,6 +237,7 @@ def fork_off_task(cfg, data, databuilder, workerdata, fn, task, taskname, taskha
237 the_data = databuilder.mcdata[mc] 237 the_data = databuilder.mcdata[mc]
238 the_data.setVar("BB_WORKERCONTEXT", "1") 238 the_data.setVar("BB_WORKERCONTEXT", "1")
239 the_data.setVar("BB_TASKDEPDATA", taskdepdata) 239 the_data.setVar("BB_TASKDEPDATA", taskdepdata)
240 the_data.setVar('BB_CURRENTTASK', taskname.replace("do_", ""))
240 if cfg.limited_deps: 241 if cfg.limited_deps:
241 the_data.setVar("BB_LIMITEDDEPS", "1") 242 the_data.setVar("BB_LIMITEDDEPS", "1")
242 the_data.setVar("BUILDNAME", workerdata["buildname"]) 243 the_data.setVar("BUILDNAME", workerdata["buildname"])