summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-06-16 11:52:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-17 08:59:05 +0100
commit01fb5bbf1b4b5f039fb3fbfc51682dc7d3ee8338 (patch)
tree37985decb99ab99993b64ef69abb1b15dddb3fc6 /meta/recipes-extended/wget
parent4dae6c1f045c5b2951ce17d4851f672305003958 (diff)
downloadast2050-yocto-poky-01fb5bbf1b4b5f039fb3fbfc51682dc7d3ee8338.zip
ast2050-yocto-poky-01fb5bbf1b4b5f039fb3fbfc51682dc7d3ee8338.tar.gz
wget: use GnuTLS instead of OpenSSL
OpenSSL has license complications and GnuTLS is preferred, so although the license complications don't impact wget use GnuTLS for consistency. Also add a recommendation on ca-certificates so that https: URLs work. (From OE-Core rev: 4c9c737c1b93663a18e625918f32dfc2d4f9ca2f) Signed-off-by: Ross Burton <ross.burton@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.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index a778bca..642d502 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -3,15 +3,16 @@ HOMEPAGE = "https://www.gnu.org/software/wget/"
SECTION = "console/network"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-DEPENDS = "openssl zlib libpcre"
+DEPENDS = "gnutls zlib libpcre"
INC_PR = "r16"
inherit autotools gettext texinfo update-alternatives
-EXTRA_OECONF = "--enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \
- --with-ssl=openssl --disable-rpath --disable-iri \
+EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \
ac_cv_header_uuid_uuid_h=no"
ALTERNATIVE_${PN} = "wget"
ALTERNATIVE_PRIORITY = "100"
+
+RRECOMMENDS_${PN} += "ca-certificates"
OpenPOWER on IntegriCloud