From 36912cd2e45edd84ff414c673d446c94c538516e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 12 May 2016 20:21:05 +0100 Subject: cmake: enable verbose builds To help debugging build problems pass VERBOSE=1 to make so that the makefiles print their commands, just like we do with autotools. (From OE-Core rev: 62f95a769ec9e11c72fbf78257badbfb59f1b354) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/classes/cmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 02f313a861..e7883105da 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass @@ -126,7 +126,7 @@ cmake_do_configure() { cmake_do_compile() { cd ${B} - base_do_compile + base_do_compile VERBOSE=1 } cmake_do_install() { -- cgit v1.2.3-54-g00ecf