From d771fdbc4c03cb3a131b235359f9bea681dd3196 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Thu, 3 Feb 2022 12:13:17 +0100 Subject: chromium: reduce verbosity on compilation Compilation of chromium is done invoking ninja with -v. This adds a lot of noise to compilation. This patch drops the flag. Bug-AGL: SPEC-4142 Change-Id: I0dd3700c1ebecab99776e24d79a98211ff8f592d Signed-off-by: Jose Dapena Paz --- recipes-wam/chromium/chromium.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-wam/chromium/chromium.inc') diff --git a/recipes-wam/chromium/chromium.inc b/recipes-wam/chromium/chromium.inc index 0fc599bc..8c825427 100644 --- a/recipes-wam/chromium/chromium.inc +++ b/recipes-wam/chromium/chromium.inc @@ -189,7 +189,7 @@ do_compile() { fi export PATH="${S}/depot_tools:$PATH" - ${S}/depot_tools/ninja ${PARALLEL_MAKE} -v -C ${OUT_DIR} ${TARGET} + ${S}/depot_tools/ninja ${PARALLEL_MAKE} -C ${OUT_DIR} ${TARGET} } do_configure() { -- cgit 1.2.3-korg