[Buildroot] [git commit] cmake: disable building of ccmake

Peter Korsgaard peter at korsgaard.com
Mon May 12 20:23:43 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=e87c0ded4df0e539c5c1cb0b578dfc2ab2af5e45
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

To speedup building disable ccmake because it's not needed by buildroot.
Also disabling ccmake get rid of the ncurses optional unspecified
dependency for the sake of reproducible builds.

Signed-off-by: Fabio Porcedda <fabio.porcedda at gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Cc: Jerzy Grzegorek <jerzy.grzegorek at trzebnica.net>
Cc: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
Cc: Luca Ceresoli <luca at lucaceresoli.net>
Cc: Samuel Martin <s.martin49 at gmail.com>
Cc: Alexander Potashev <aspotashev at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/cmake/cmake.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 235988b..ee49e80 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -19,6 +19,7 @@ define HOST_CMAKE_CONFIGURE_CMDS
 			-DCMAKE_C_FLAGS="$(HOST_CFLAGS)" \
 			-DCMAKE_CXX_FLAGS="$(HOST_CXXFLAGS)" \
 			-DCMAKE_EXE_LINKER_FLAGS="$(HOST_LDFLAGS)" \
+			-DBUILD_CursesDialog=OFF \
 	)
 endef
 


More information about the buildroot mailing list