Export ALL_PROXY for bitbake commands
authorDarren Hart <dvhart@linux.intel.com>
Wed, 29 Sep 2010 08:42:42 +0000 (01:42 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 7 Oct 2010 09:18:25 +0000 (10:18 +0100)
commit4b3ac12a0e7ffb91779895df0cfe421a60310c4b
treef6114398bbc65ec32f6560311fe29612c1361676
parent9318c195d4da76c1b58e27ab79dad8c9926d5b3c
Export ALL_PROXY for bitbake commands

We already export http,ftp,https proxy environment variables. Some environments,
GNOME for instance, place the socks proxy in ALL_PROXY and all_proxy. Export it
as well.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
bitbake/lib/bb/fetch/__init__.py
scripts/poky-env-internal