diff options
author | Binghua Guan <freebendy@gmail.com> | 2018-07-05 19:36:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-06 22:55:02 +0100 |
commit | 2ca8eeeaef67429603c339dfd27e0f74607b4678 (patch) | |
tree | 977d7991ed5a10bcb005e5e5225a1c8a58965c36 /meta/recipes-support/curl | |
parent | 2d28e8370e2e6677a07697f91192d1d199da8cd8 (diff) | |
download | poky-2ca8eeeaef67429603c339dfd27e0f74607b4678.tar.gz |
curl: support mbedtls in PACKAGECONFIG
(From OE-Core rev: 65b86e87a693fc7a76e163734cd2da56494302c8)
Signed-off-by: Binghua Guan <freebendy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r-- | meta/recipes-support/curl/curl_7.60.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.60.0.bb b/meta/recipes-support/curl/curl_7.60.0.bb index fe04fa63c9..50c90518d4 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," | |||
31 | PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," | 31 | PACKAGECONFIG[ldaps] = "--enable-ldaps,--disable-ldaps," |
32 | PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" | 32 | PACKAGECONFIG[libidn] = "--with-libidn2,--without-libidn2,libidn2" |
33 | PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" | 33 | PACKAGECONFIG[libssh2] = "--with-libssh2,--without-libssh2,libssh2" |
34 | PACKAGECONFIG[mbedtls] = "--with-mbedtls=${STAGING_DIR_TARGET},--without-mbedtls,mbedtls" | ||
34 | PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2" | 35 | PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2" |
35 | PACKAGECONFIG[pop3] = "--enable-pop3,--disable-pop3," | 36 | PACKAGECONFIG[pop3] = "--enable-pop3,--disable-pop3," |
36 | PACKAGECONFIG[proxy] = "--enable-proxy,--disable-proxy," | 37 | PACKAGECONFIG[proxy] = "--enable-proxy,--disable-proxy," |