diff options
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.1.bb | 3 |
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 | |||
24 | CLEANBROKEN = "1" | 24 | CLEANBROKEN = "1" |
25 | 25 | ||
26 | PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" | 26 | PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" |
27 | EXTRA_OECONF = " --disable-zstd" | 27 | PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" |
28 | |||
28 | EXTRA_OECONF_append_libc-musl = " --disable-backtrace " | 29 | EXTRA_OECONF_append_libc-musl = " --disable-backtrace " |
29 | EXTRA_PYTHON_CFLAGS = "${DEBUG_PREFIX_MAP}" | 30 | EXTRA_PYTHON_CFLAGS = "${DEBUG_PREFIX_MAP}" |
30 | EXTRA_PYTHON_CFLAGS_class-native = "" | 31 | EXTRA_PYTHON_CFLAGS_class-native = "" |