summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/wget
Commit message (Collapse)AuthorAgeFilesLines
* wget: Fix bad RPATH QA warningRichard Purdie2012-03-162-2/+2
| | | | | | WARNING: QA Issue: package wget contains bad RPATH /media/build1/poky/build/tmp/sysroots/qemux86/lib in file /media/build1/poky/build/tmp/work/i586-poky-linux/wget-1.13.4-r13.1/packages-split/wget/usr/bin/wget.wget Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wget: Fix License warningSaul Wold2012-03-151-1/+1
| | | | | WARNING: wget: No generic license file exists for: GPL in any provider Signed-off-by: Saul Wold <sgw@linux.intel.com>
* wget: fix a host intrusion issue introduced by adding --with-ssl=openssl.Dexuan Cui2011-12-211-2/+2
| | | | | | | | | | | | | | | | On my x86-64 Ubuntu 11.04, with MACHINE=qemux86, "bitbake wget" fails. The config.log shows: configure:30072: i586-poky-linux-gcc -m32 -march=i586 --sysroot=/distro/dcui/1212/p1/build/tmp/sysroots/qemux86 -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lz /usr/lib/libssl.so /usr/lib/libcrypto.so -lz >&5 /usr/lib/libssl.so: could not read symbols: File in wrong format The patch fixes the issue by specifying libssl-prefix. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* wget: enable https and opensslSaul Wold2011-12-081-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* wget: Fix wget alternative path to be /usr/bin not /binSaul Wold2011-12-061-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* wget: Update to 1.13.4Saul Wold2011-11-294-277/+9
| | | | | | * remove gnutls.bzr patch as it was in upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
* wget: Remove pointless codeRichard Purdie2011-10-311-4/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wget: Add recipe from OESaul Wold2011-10-314-0/+360
Needed to support building oe-core with oe-core Signed-off-by: Saul Wold <sgw@linux.intel.com>