From: Richard Purdie Date: Fri, 10 Dec 2010 12:40:23 +0000 (+0000) Subject: bitbake/bitbake-runtask: Since the parent has set the environment up cleanly we don... X-Git-Tag: 2011-1~3557 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c47cfc56c779304a575507793618dccad178432f;p=openembedded-core.git 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 --- 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. 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")