diff options
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake-worker | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-worker b/bitbake/bin/bitbake-worker index 5010bada79..ee2d6224a5 100755 --- a/bitbake/bin/bitbake-worker +++ b/bitbake/bin/bitbake-worker | |||
@@ -222,6 +222,8 @@ def fork_off_task(cfg, data, databuilder, workerdata, fn, task, taskname, append | |||
222 | the_data = databuilder.mcdata[mc] | 222 | the_data = databuilder.mcdata[mc] |
223 | the_data.setVar("BB_WORKERCONTEXT", "1") | 223 | the_data.setVar("BB_WORKERCONTEXT", "1") |
224 | the_data.setVar("BB_TASKDEPDATA", taskdepdata) | 224 | the_data.setVar("BB_TASKDEPDATA", taskdepdata) |
225 | if cfg.limited_deps: | ||
226 | the_data.setVar("BB_LIMITEDDEPS", "1") | ||
225 | the_data.setVar("BUILDNAME", workerdata["buildname"]) | 227 | the_data.setVar("BUILDNAME", workerdata["buildname"]) |
226 | the_data.setVar("DATE", workerdata["date"]) | 228 | the_data.setVar("DATE", workerdata["date"]) |
227 | the_data.setVar("TIME", workerdata["time"]) | 229 | the_data.setVar("TIME", workerdata["time"]) |