]> code.ossystems Code Review - openembedded-core.git/commitdiff
wget: enable https and openssl
authorSaul Wold <sgw@linux.intel.com>
Wed, 7 Dec 2011 02:10:10 +0000 (18:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2011 15:14:05 +0000 (15:14 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/wget/wget.inc

index 91400cc69ee4150a264c2c0d578b38e0f3658bd8..70835699597393778dea5798595da1e53a5952e8 100644 (file)
@@ -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}