summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-08-21 13:58:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-22 22:48:26 +0100
commitedc6e1458c1e229aaad7c9f92c4806a7cd1678c6 (patch)
tree2c214cd04ef965e0423b89929a5f0352b0827a4f /meta/recipes-devtools/btrfs-tools
parentf326d31c4e16aa9b7f9dc0ca139f52594352cb85 (diff)
downloadpoky-edc6e1458c1e229aaad7c9f92c4806a7cd1678c6.tar.gz
btrfs-tools: Add a PACKAGECONFIG for zstd
(From OE-Core rev: 88e61a317f44dfc5e2f7a037353d500f80c75d02) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb3
1 files changed, 2 insertions, 1 deletions
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
24CLEANBROKEN = "1" 24CLEANBROKEN = "1"
25 25
26PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" 26PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native"
27EXTRA_OECONF = " --disable-zstd" 27PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd"
28
28EXTRA_OECONF_append_libc-musl = " --disable-backtrace " 29EXTRA_OECONF_append_libc-musl = " --disable-backtrace "
29EXTRA_PYTHON_CFLAGS = "${DEBUG_PREFIX_MAP}" 30EXTRA_PYTHON_CFLAGS = "${DEBUG_PREFIX_MAP}"
30EXTRA_PYTHON_CFLAGS_class-native = "" 31EXTRA_PYTHON_CFLAGS_class-native = ""