diff options
author | Ross Burton <ross.burton@intel.com> | 2019-03-04 21:59:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-05 22:27:22 +0000 |
commit | 623b1e59f752c6bdd4e7e46a007191ee13405830 (patch) | |
tree | 09fa14fa9380b24a9a7d04c8cbfe950ecf053426 | |
parent | 7b5d022e8dd19ee39e084444a32600dc54a3ccc3 (diff) | |
download | openembedded-core-contrib-623b1e59f752c6bdd4e7e46a007191ee13405830.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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb | 1 |
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 a6ca71d8689..3647232dc68 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. |