mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
zstd: do verbose builds
Set V=1 so that the compile log is useful when things go wrong. (From OE-Core rev: 9815417bda5cbe88b5bc2524cd96c34e8b729050) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
17e2eaed03
commit
fa4b74a5a7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user