Same here: why do this? Alex
On Tue, 25 May 2021 at 11:35, Samuli Piippo <[email protected]> wrote: > Now that zstd is in oe-core, add PACKAGECONFIG for it and enabled > it by default in libarchive. > > zstd support is expected by CMake, which in nativesdk depends on > libarchive (https://gitlab.kitware.com/cmake/cmake/-/issues/21552) > --- > meta/recipes-extended/libarchive/libarchive_3.5.1.bb | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > 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" > > DEPENDS = "e2fsprogs-native" > > -PACKAGECONFIG ?= "zlib bz2 xz lzo" > +PACKAGECONFIG ?= "zlib bz2 xz lzo zstd" > > PACKAGECONFIG_append_class-target = "\ > ${@bb.utils.filter('DISTRO_FEATURES', 'acl xattr', d)} \ > @@ -28,6 +28,7 @@ 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," > +PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd," > > EXTRA_OECONF += "--enable-largefile" > > -- > 2.25.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#152209): https://lists.openembedded.org/g/openembedded-core/message/152209 Mute This Topic: https://lists.openembedded.org/mt/83072226/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
