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>
This commit is contained in:
Saul Wold 2011-12-06 18:10:10 -08:00 committed by Richard Purdie
parent b41724dad6
commit 567ed2892b
1 changed files with 3 additions and 3 deletions

View 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}