]> code.ossystems Code Review - openembedded-core.git/commitdiff
libarchive: support mbedtls in PACKAGECONFIG
authorPierre-Jean Texier <pjtexier@koncepto.io>
Sat, 29 Feb 2020 17:10:06 +0000 (18:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Mar 2020 10:39:49 +0000 (10:39 +0000)
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 <pjtexier@koncepto.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libarchive/libarchive_3.4.2.bb

index c3edb573e76203beff2d23401e7240c14795d770..0ab40fc096e633c55336490b64e2f3b5b7e1eadc 100644 (file)
@@ -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"