From: Adrian Bunk Date: Wed, 21 Aug 2019 10:58:25 +0000 (+0300) Subject: btrfs-tools: Add a PACKAGECONFIG for zstd X-Git-Tag: uninative-2.7~418 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=88e61a317f44dfc5e2f7a037353d500f80c75d02;p=openembedded-core.git btrfs-tools: Add a PACKAGECONFIG for zstd Signed-off-by: Adrian Bunk Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb index 138ec749e7..647516cf92 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb @@ -24,7 +24,8 @@ inherit autotools-brokensep pkgconfig manpages distutils3-base CLEANBROKEN = "1" PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" -EXTRA_OECONF = " --disable-zstd" +PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" + EXTRA_OECONF_append_libc-musl = " --disable-backtrace " EXTRA_PYTHON_CFLAGS = "${DEBUG_PREFIX_MAP}" EXTRA_PYTHON_CFLAGS_class-native = ""