summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-03-04 21:59:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-06 10:39:25 +0000
commit243655b6c22ced795d79c888fd0f01608300dfaa (patch)
treeab88153650c58d5294968b5e11e42d4f1078d08e /meta/recipes-devtools/btrfs-tools
parent2f0bb0cba15e21cbae979524e9621414ae16ae2d (diff)
downloadpoky-243655b6c22ced795d79c888fd0f01608300dfaa.tar.gz
btrfs-tools: pass V=1 to get verbose builds
Quiet builds are nice for interactive builds, but hide information we'd like in the logs. (From OE-Core rev: 623b1e59f752c6bdd4e7e46a007191ee13405830) 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_4.20.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb
index a6ca71d868..3647232dc6 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb
@@ -27,6 +27,7 @@ CLEANBROKEN = "1"
27PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" 27PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native"
28EXTRA_OECONF = " --disable-zstd" 28EXTRA_OECONF = " --disable-zstd"
29EXTRA_OECONF_append_libc-musl = " --disable-backtrace " 29EXTRA_OECONF_append_libc-musl = " --disable-backtrace "
30EXTRA_OEMAKE = "V=1"
30 31
31do_configure_prepend() { 32do_configure_prepend() {
32 # Upstream doesn't ship this and autoreconf won't install it as automake isn't used. 33 # Upstream doesn't ship this and autoreconf won't install it as automake isn't used.