[oe-commits] [openembedded-core] 01/20: cmake: enable verbose builds

git at git.openembedded.org git at git.openembedded.org
Fri May 13 16:46:41 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 62f95a769ec9e11c72fbf78257badbfb59f1b354
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu May 12 20:21:05 2016 +0100

    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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 02f313a..e788310 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list