diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 12:40:23 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-10 12:40:23 +0000 |
| commit | c47cfc56c779304a575507793618dccad178432f (patch) | |
| tree | 65554481db34e8fd77a1b3a313cce97851018436 /bitbake/bin | |
| parent | 47efcfdf79bb859047611c4b17e7ff744bfb4fe5 (diff) | |
| download | poky-c47cfc56c779304a575507793618dccad178432f.tar.gz | |
bitbake/bitbake-runtask: Since the parent has set the environment up cleanly we don't need to filter this ourselves anymore
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/bin')
| -rwxr-xr-x | bitbake/bin/bitbake-runtask | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/bitbake-runtask b/bitbake/bin/bitbake-runtask index 9079f5725b..bee0f429ff 100755 --- a/bitbake/bin/bitbake-runtask +++ b/bitbake/bin/bitbake-runtask | |||
| @@ -100,8 +100,8 @@ the_data = cooker.bb_cache.loadDataFull(fn, cooker.get_file_appends(fn), cooker. | |||
| 100 | cooker.bb_cache.setData(fn, buildfile, the_data) | 100 | cooker.bb_cache.setData(fn, buildfile, the_data) |
| 101 | cooker.bb_cache.handle_data(fn, cooker.status) | 101 | cooker.bb_cache.handle_data(fn, cooker.status) |
| 102 | 102 | ||
| 103 | exportlist = bb.utils.preserved_envvars_export_list() | 103 | #exportlist = bb.utils.preserved_envvars_export_list() |
| 104 | bb.utils.filter_environment(exportlist) | 104 | #bb.utils.filter_environment(exportlist) |
| 105 | 105 | ||
| 106 | if taskname.endswith("_setscene"): | 106 | if taskname.endswith("_setscene"): |
| 107 | the_data.setVarFlag(taskname, "quieterrors", "1") | 107 | the_data.setVarFlag(taskname, "quieterrors", "1") |
