diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-10-22 21:56:30 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-10-22 21:56:30 +0100 |
commit | 4329a29db5666adc95388c2cc2ebfacb07a81637 (patch) | |
tree | 73746ae2cba954b900e328544edd39a8e1120dce /scripts/poky-env-internal | |
parent | 2236c01164ca1e2e1401727d131fa7152bb433da (diff) | |
download | poky-4329a29db5666adc95388c2cc2ebfacb07a81637.tar.gz |
scripts/poky-env-internal: Add proxy variables to the enviornment whitelist (and OEROOT)
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
91 | echo "### Shell environment set up for Poky builds. ###" | 91 | echo "### Shell environment set up for Poky builds. ###" |
92 | echo | 92 | echo |
93 | 93 | ||
94 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYLIBC" | 94 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYLIBC OEROOT http_proxy ftp_proxy" |