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>
This commit is contained in:
Richard Purdie 2010-12-10 12:40:23 +00:00
parent 47efcfdf79
commit c47cfc56c7
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ the_data = cooker.bb_cache.loadDataFull(fn, cooker.get_file_appends(fn), cooker.
cooker.bb_cache.setData(fn, buildfile, the_data)
cooker.bb_cache.handle_data(fn, cooker.status)
exportlist = bb.utils.preserved_envvars_export_list()
bb.utils.filter_environment(exportlist)
#exportlist = bb.utils.preserved_envvars_export_list()
#bb.utils.filter_environment(exportlist)
if taskname.endswith("_setscene"):
the_data.setVarFlag(taskname, "quieterrors", "1")