From 9815417bda5cbe88b5bc2524cd96c34e8b729050 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 22 Jul 2022 12:13:36 +0100 Subject: [PATCH] zstd: do verbose builds Set V=1 so that the compile log is useful when things go wrong. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/zstd/zstd_1.5.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/zstd/zstd_1.5.2.bb b/meta/recipes-extended/zstd/zstd_1.5.2.bb index 3887f31ecfa..2a638eb4269 100644 --- a/meta/recipes-extended/zstd/zstd_1.5.2.bb +++ b/meta/recipes-extended/zstd/zstd_1.5.2.bb @@ -26,6 +26,8 @@ PACKAGECONFIG[zlib] = "HAVE_ZLIB=1,HAVE_ZLIB=0,zlib" # See programs/README.md for how to use this ZSTD_LEGACY_SUPPORT ??= "4" +EXTRA_OEMAKE += "V=1" + do_compile () { oe_runmake ${PACKAGECONFIG_CONFARGS} ZSTD_LEGACY_SUPPORT=${ZSTD_LEGACY_SUPPORT} oe_runmake ${PACKAGECONFIG_CONFARGS} ZSTD_LEGACY_SUPPORT=${ZSTD_LEGACY_SUPPORT} -C contrib/pzstd -- 2.47.3