From 623b1e59f752c6bdd4e7e46a007191ee13405830 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 4 Mar 2019 21:59:00 +0000 Subject: 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb | 1 + 1 file changed, 1 insertion(+) 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" PACKAGECONFIG[manpages] = "--enable-documentation, --disable-documentation, asciidoc-native xmlto-native" EXTRA_OECONF = " --disable-zstd" EXTRA_OECONF_append_libc-musl = " --disable-backtrace " +EXTRA_OEMAKE = "V=1" do_configure_prepend() { # Upstream doesn't ship this and autoreconf won't install it as automake isn't used. -- cgit 1.2.3-korg