From: Richard Purdie Date: Wed, 22 Oct 2008 20:56:30 +0000 (+0100) Subject: scripts/poky-env-internal: Add proxy variables to the enviornment whitelist (and... X-Git-Tag: 2011-1~7959 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4329a29db5666adc95388c2cc2ebfacb07a81637;p=openembedded-core.git scripts/poky-env-internal: Add proxy variables to the enviornment whitelist (and OEROOT) --- diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 6acc7a3905..ee7a0a935c 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -91,4 +91,4 @@ echo echo "### Shell environment set up for Poky builds. ###" echo -export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYLIBC" +export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYLIBC OEROOT http_proxy ftp_proxy"