From: Binghua Guan Date: Thu, 5 Jul 2018 11:36:59 +0000 (+0800) Subject: curl: support mbedtls in PACKAGECONFIG X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b86e87a693fc7a76e163734cd2da56494302c8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git curl: support mbedtls in PACKAGECONFIG Signed-off-by: Binghua Guan Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/curl/curl_7.60.0.bb b/meta/recipes-support/curl/curl_7.60.0.bb index fe04fa63c9d..50c90518d4d 100644 --- a/meta/recipes-support/curl/curl_7.60.0.bb +++ b/meta/recipes-support/curl/curl_7.60.0.bb @@ -31,6 +31,7 @@ PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap," PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" +PACKAGECONFIG[mbedtls] = "--with-mbedtls=${STAGING_DIR_TARGET},--without-mbedtls,mbedtls" PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2" PACKAGECONFIG[pop3] = "--enable-pop3,--disable-pop3," PACKAGECONFIG[proxy] = "--enable-proxy,--disable-proxy,"