mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2f0bb0cba1
commit
243655b6c2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user