mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4dae6c1f04
commit
01fb5bbf1b
@@ -3,15 +3,16 @@ HOMEPAGE = "https://www.gnu.org/software/wget/"
|
|||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
DEPENDS = "openssl zlib libpcre"
|
DEPENDS = "gnutls zlib libpcre"
|
||||||
|
|
||||||
INC_PR = "r16"
|
INC_PR = "r16"
|
||||||
|
|
||||||
inherit autotools gettext texinfo update-alternatives
|
inherit autotools gettext texinfo update-alternatives
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \
|
EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \
|
||||||
--with-ssl=openssl --disable-rpath --disable-iri \
|
|
||||||
ac_cv_header_uuid_uuid_h=no"
|
ac_cv_header_uuid_uuid_h=no"
|
||||||
|
|
||||||
ALTERNATIVE_${PN} = "wget"
|
ALTERNATIVE_${PN} = "wget"
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|
||||||
|
RRECOMMENDS_${PN} += "ca-certificates"
|
||||||
|
|||||||
Reference in New Issue
Block a user