aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/cmake.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-05-12 20:21:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 17:25:12 +0100
commit62f95a769ec9e11c72fbf78257badbfb59f1b354 (patch)
tree8687d42b1f0f781d55dca26a386dfb85dd2b9f73 /meta/classes/cmake.bbclass
parentfcaaabb401fffcda4db9a7d1f927a2a404e4776d (diff)
downloadopenembedded-core-contrib-62f95a769ec9e11c72fbf78257badbfb59f1b354.tar.gz
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@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cmake.bbclass')
-rw-r--r--meta/classes/cmake.bbclass2
1 files changed, 1 insertions, 1 deletions
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() {