diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2015-10-08 09:11:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-12 14:33:49 +0100 |
commit | 92fb327b08e4f9cfb2400610c2983afe579b3592 (patch) | |
tree | 27f55506213e600e5729d97cb92ba62094b3de47 /meta/recipes-gnome | |
parent | 8779245ca404ec3851699b1e4309f9df3ff52a6c (diff) | |
download | openembedded-core-92fb327b08e4f9cfb2400610c2983afe579b3592.tar.gz openembedded-core-92fb327b08e4f9cfb2400610c2983afe579b3592.tar.bz2 openembedded-core-92fb327b08e4f9cfb2400610c2983afe579b3592.zip |
lib/oe/distro_check: Remove '_proxy' on dict values used by urllib.open
There are two ways to pass the proxies values into urllib.open: exporting
the environment variables *_proxy and passing as dictionary into the
urllib.open call. The latter is currenty used and values should not have
the '_proxy' string, so removing it. Also, ignore uppercase proxies, these
are not taken into account by the library.
Tested on a network with proxy, adding 'inherit +="distrodata"' on local.conf
with the following commands
for distrotask in distrodataall distro_checkall checklicenseall; do
bitbake universe -c $distrotask
done
[YOCTO #7567]
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-gnome')
0 files changed, 0 insertions, 0 deletions