[oe-commits] [openembedded-core] 07/26: btrfs-tools: Add a PACKAGECONFIG for zstd

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 08:25:51 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0a152ba5ebf85ec30560b23f8cdac810d2f07214
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Wed Aug 21 13:58:25 2019 +0300

    btrfs-tools: Add a PACKAGECONFIG for zstd
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 138ec74..647516c 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list