diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-02-29 18:10:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-01 10:40:11 +0000 |
commit | e1b4a438cb55e187a9406b80fa3f247960dd5bc8 (patch) | |
tree | 68598572a806fff3d284cfb204d860b55c8757e5 /meta/recipes-extended/libarchive | |
parent | 6479de2ae6162c79616413541f064300e050a826 (diff) | |
download | poky-e1b4a438cb55e187a9406b80fa3f247960dd5bc8.tar.gz |
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
(From OE-Core rev: 19ef429ffb7ccd7277da82c5487f3ab1ae2af994)
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libarchive')
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.4.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.4.2.bb b/meta/recipes-extended/libarchive/libarchive_3.4.2.bb index c3edb573e7..0ab40fc096 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," | |||
28 | PACKAGECONFIG[lzo] = "--with-lzo2,--without-lzo2,lzo," | 28 | PACKAGECONFIG[lzo] = "--with-lzo2,--without-lzo2,lzo," |
29 | PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle," | 29 | PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle," |
30 | PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4," | 30 | PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4," |
31 | PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls," | ||
31 | 32 | ||
32 | EXTRA_OECONF += "--enable-largefile" | 33 | EXTRA_OECONF += "--enable-largefile" |
33 | 34 | ||