Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] curl: Modify PACKAGECONFIG to enable openssl
@ 2015-06-12  3:40 Li xin
  2015-06-12  8:29 ` Anders Darander
  0 siblings, 1 reply; 5+ messages in thread
From: Li xin @ 2015-06-12  3:40 UTC (permalink / raw)
  To: openembedded-core

Enabled openssl defalutly to use https, just like Ubuntu and Red Hat do.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta/recipes-support/curl/curl_7.42.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/curl/curl_7.42.1.bb b/meta/recipes-support/curl/curl_7.42.1.bb
index 8b0ccb8..ce39892 100644
--- a/meta/recipes-support/curl/curl_7.42.1.bb
+++ b/meta/recipes-support/curl/curl_7.42.1.bb
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "e2905973391ec2dfd7743a8034ad10eeb58dab8b3a297e7892a41a7999
 
 inherit autotools pkgconfig binconfig multilib_header
 
-PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)} gnutls zlib"
+PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)} ssl zlib"
 PACKAGECONFIG_class-native = "ipv6 ssl zlib"
 PACKAGECONFIG_class-nativesdk = "ipv6 ssl zlib"
 
@@ -36,6 +36,7 @@ EXTRA_OECONF = "--without-libidn \
                 --disable-ldap \
                 --disable-ldaps \
                 --with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \
+                --with-libssh2 \
 "
 # see https://lists.yoctoproject.org/pipermail/poky/2013-December/009435.html
 # We should ideally drop ac_cv_sizeof_off_t from site files but until then
-- 
1.8.4.2



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

end of thread, other threads:[~2015-07-16 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-12  3:40 [PATCH] curl: Modify PACKAGECONFIG to enable openssl Li xin
2015-06-12  8:29 ` Anders Darander
2015-06-12  9:23   ` Li, Xin
2015-07-16  3:54   ` Li, Xin
2015-07-16 11:43     ` Martin Jansa

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