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:54:03 +0000 (22:54 +0000)
commit2627fbef3591d2f4d33031ba0cf9a2956426339c
tree4a746f9f654225830b632927781118968a961afb
parenta7756950c709f867796c5672cb9bc90bfff61b71
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

(From OE-Core rev: 684c6512850ceb108e52af634be98eaacb8351e1)

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