From: Pierre-Jean Texier Date: Sat, 29 Feb 2020 17:10:06 +0000 (+0100) Subject: libarchive: support mbedtls in PACKAGECONFIG X-Git-Tag: yocto-4.0~7190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19ef429ffb7ccd7277da82c5487f3ab1ae2af994;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libarchive: support mbedtls in PACKAGECONFIG The version 3.4.2 of libarchive add support for mbed TLS [1]. So, add PACKAGECONFIG for mbedtls. [1] - https://github.com/libarchive/libarchive/releases/tag/v3.4.2 Signed-off-by: Pierre-Jean Texier Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/libarchive/libarchive_3.4.2.bb b/meta/recipes-extended/libarchive/libarchive_3.4.2.bb index c3edb573e76..0ab40fc096e 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.4.2.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.4.2.bb @@ -28,6 +28,7 @@ PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat," PACKAGECONFIG[lzo] = "--with-lzo2,--without-lzo2,lzo," PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle," PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4," +PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls," EXTRA_OECONF += "--enable-largefile"