diff options
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.5.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.5.1.bb b/meta/recipes-extended/libarchive/libarchive_3.5.1.bb index c9e30f468f..ebecee1f3e 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.5.1.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.5.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665" | |||
7 | 7 | ||
8 | DEPENDS = "e2fsprogs-native" | 8 | DEPENDS = "e2fsprogs-native" |
9 | 9 | ||
10 | PACKAGECONFIG ?= "zlib bz2 xz lzo" | 10 | PACKAGECONFIG ?= "zlib bz2 xz lzo zstd" |
11 | 11 | ||
12 | PACKAGECONFIG_append_class-target = "\ | 12 | PACKAGECONFIG_append_class-target = "\ |
13 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)} \ | 13 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)} \ |
@@ -28,6 +28,7 @@ PACKAGECONFIG[lzo] = "--with-lzo2,--without-lzo2,lzo," | |||
28 | PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle," | 28 | PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle," |
29 | PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4," | 29 | PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4," |
30 | PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls," | 30 | PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls," |
31 | PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd," | ||
31 | 32 | ||
32 | EXTRA_OECONF += "--enable-largefile" | 33 | EXTRA_OECONF += "--enable-largefile" |
33 | 34 | ||