[oe-commits] [openembedded-core] 11/15: libarchive: support mbedtls in PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Sat Feb 29 21:48:11 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b44d447bd25ffbd51a9a1c2b52a7cb8790e2e7ca
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Sat Feb 29 18:10:06 2020 +0100

    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 <pjtexier at koncepto.io>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/libarchive/libarchive_3.4.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/libarchive/libarchive_3.4.2.bb b/meta/recipes-extended/libarchive/libarchive_3.4.2.bb
index c3edb57..0ab40fc 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list