summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-06 18:10:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-08 15:24:29 +0000
commit567ed2892b48c725883d7b04d451847ff5a7b3f3 (patch)
tree632d32bbb5f7122c00cf4f6c6cab5857d4185b6f /meta/recipes-extended/wget
parentb41724dad68fdd785a7fd38c1f11a4077bbff24f (diff)
downloadpoky-567ed2892b48c725883d7b04d451847ff5a7b3f3.tar.gz
wget: enable https and openssl
(From OE-Core rev: 852c4b8dcc99aa93e45680c0e42917d7dd202d55) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget')
-rw-r--r--meta/recipes-extended/wget/wget.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 91400cc69e..7083569959 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -2,13 +2,13 @@ DESCRIPTION = "A console URL download utility featuring HTTP, FTP, and more."
2SECTION = "console/network" 2SECTION = "console/network"
3LICENSE = "GPL" 3LICENSE = "GPL"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
5DEPENDS = "openssl"
5 6
6INC_PR = "r11" 7INC_PR = "r12"
7 8
8inherit autotools gettext update-alternatives 9inherit autotools gettext update-alternatives
9 10
10# Disable checking for SSL since that searches the system paths 11EXTRA_OECONF = "--with-libc --enable-ipv6 --with-ssl=openssl"
11EXTRA_OECONF = "--with-libc --enable-ipv6 --without-ssl"
12 12
13do_install_append () { 13do_install_append () {
14 mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} 14 mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN}