Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] wget: use GnuTLS instead of OpenSSL
@ 2014-06-16 10:52 Ross Burton
  2014-07-04  9:08 ` Jack Mitchell
  2014-07-25 16:22 ` Khem Raj
  0 siblings, 2 replies; 14+ messages in thread
From: Ross Burton @ 2014-06-16 10:52 UTC (permalink / raw)
  To: openembedded-core

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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-extended/wget/wget.inc |    7 ++++---
 1 file 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"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-07-25 17:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 10:52 [PATCH] wget: use GnuTLS instead of OpenSSL Ross Burton
2014-07-04  9:08 ` Jack Mitchell
2014-07-17 11:06   ` Jack Mitchell
2014-07-17 11:33     ` Richard Purdie
2014-07-17 11:39       ` Jack Mitchell
2014-07-17 11:44         ` Jack Mitchell
2014-07-17 11:46         ` Jack Mitchell
2014-07-17 12:39           ` Richard Purdie
2014-07-17 12:48             ` Richard Purdie
2014-07-25 16:40               ` Khem Raj
2014-07-25 16:59                 ` Richard Purdie
2014-07-25 10:42   ` Koen Kooi
2014-07-25 16:22 ` Khem Raj
2014-07-25 16:27   ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox