aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
AgeCommit message (Collapse)Author
2012-04-16wget: Fix re-execution issueRichard Purdie
The patch in this recipe patches both configure and configure.in which leads to build failures once configure has executed and regenerated configure. The fix to make patch re-executable is not to patch configure and only patch configure.in. [YOCTO #2194] (From OE-Core rev: b3df34ba57284fa2c85f34be86d5d8e357becf7c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-16wget: Fix bad RPATH QA warningRichard Purdie
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 (From OE-Core rev: ee9ee5be2ce21d63306de887e97037942f0dfdf0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-16wget: Fix License warningSaul Wold
WARNING: wget: No generic license file exists for: GPL in any provider (From OE-Core rev: d1b4410ff348e7f7b422e609b681a5c78e8f25a6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-22wget: fix a host intrusion issue introduced by adding --with-ssl=openssl.Dexuan Cui
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. (From OE-Core rev: 5f9851f609f503aec098778ef59c27e5f5dd9579) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-08wget: enable https and opensslSaul Wold
(From OE-Core rev: 852c4b8dcc99aa93e45680c0e42917d7dd202d55) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-06wget: Fix wget alternative path to be /usr/bin not /binSaul Wold
(From OE-Core rev: 4339459bd38c75250610c4cdb767504e808c5bf0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30wget: Update to 1.13.4Saul Wold
* remove gnutls.bzr patch as it was in upstream (From OE-Core rev: 32dc588820006a6c5f86c4b4da8dab09c8b49f73) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31wget: Remove pointless codeRichard Purdie
(From OE-Core rev: 20d870867e69300844dc6523db6cc344325b54ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31wget: Add recipe from OESaul Wold
Needed to support building oe-core with oe-core (From OE-Core rev: 017595a81acff23290894cf3e3e60f7fc88510f9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>