]> code.ossystems Code Review - openembedded-core.git/commitdiff
btrfs-tools: Add a PACKAGECONFIG for zstd
authorAdrian Bunk <bunk@stusta.de>
Wed, 21 Aug 2019 10:58:25 +0000 (13:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2019 16:35:43 +0000 (17:35 +0100)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb

index 138ec749e73ca961c35455fe342293ea4b6349a1..647516cf9240dbec8f61c7dd5d48ac074b945581 100644 (file)
@@ -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 = ""