Message ID | 20190304215900.21796-2-ross.burton@intel.com |
---|---|
State | Accepted |
Commit | 623b1e59f752c6bdd4e7e46a007191ee13405830 |
Headers | show |
Series | [1/2] btrfs-tools: remove redundant cross-compilation patch | expand |
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.
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> --- meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb | 1 + 1 file changed, 1 insertion(+) -- 2.11.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core