]> code.ossystems Code Review - openembedded-core.git/commit
oe-buildenv-internal: Add upper and lower case proxy vars to BB_ENV_EXTRAWHITE
authorDarren Hart <dvhart@linux.intel.com>
Fri, 8 Feb 2013 22:27:20 +0000 (14:27 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Feb 2013 22:52:33 +0000 (22:52 +0000)
commit684c6512850ceb108e52af634be98eaacb8351e1
tree890e8920ba2e8a44a8cc7a8bab8619eca5946e94
parentea0284a8cc1b531e115b7fdbfa18852f55573f00
oe-buildenv-internal: Add upper and lower case proxy vars to BB_ENV_EXTRAWHITE

Applications are inconsistent in their use of upper and lower case proxy
variables. Curl, for example, specifies NO_PROXY (not no_proxy) in the
man page (changed in 2009 [1]). Avoid proxy issues by ensuring both the
upper and lower case versions of each proxy variable are available in
the environment for the fetcher commands.

Add FTPS_PROXY and ftps_proxy to the list as well.

1. http://curl.haxx.se/mail/tracker-2009-04/0012.html

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-buildenv-internal