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:14:05 +0000
commit852c4b8dcc99aa93e45680c0e42917d7dd202d55 (patch)
tree499633dbff7c8ffdde7bf4b8aa5f48afe5325e2d /meta/recipes-extended/wget
parent9c82bad3c341d1ef54537f0c023998747c125381 (diff)
downloadopenembedded-core-contrib-852c4b8dcc99aa93e45680c0e42917d7dd202d55.tar.gz
wget: enable https and openssl
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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."
SECTION = "console/network"
LICENSE = "GPL"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+DEPENDS = "openssl"
-INC_PR = "r11"
+INC_PR = "r12"
inherit autotools gettext update-alternatives
-# Disable checking for SSL since that searches the system paths
-EXTRA_OECONF = "--with-libc --enable-ipv6 --without-ssl"
+EXTRA_OECONF = "--with-libc --enable-ipv6 --with-ssl=openssl"
do_install_append () {
mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN}