From 567ed2892b48c725883d7b04d451847ff5a7b3f3 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 6 Dec 2011 18:10:10 -0800 Subject: wget: enable https and openssl (From OE-Core rev: 852c4b8dcc99aa93e45680c0e42917d7dd202d55) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/wget/wget.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-extended/wget') 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} -- cgit v1.2.3-54-g00ecf