]> code.ossystems Code Review - openembedded-core.git/commit
cmake-native: Stop building ccmake
authorMike Crowe <mac@mcrowe.com>
Wed, 2 Apr 2014 16:04:11 +0000 (16:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Apr 2014 10:50:44 +0000 (11:50 +0100)
commit4bee0a93ed985b38c6b4eb605d8e16f5d7c82d51
tree69f201f6ed856515ee0b295cce8b4074219c2330
parent2b6a1cf9c7e05d204df82aa962d3ae09744dd86a
cmake-native: Stop building ccmake

The bootstrapped cmake is called in such a way that it will automatically
enable building ccmake if curses is found. This tool isn't particularly
useful to us and it will cause build problems if ncurses-native is built in
parallel with cmake-native so let's just pass -DBUILD_CursesDialog=0 to
disable the feature altogether as the non-native cmake does.

Unfortunately this requires patching the bootstrap script since there
appears to be no way to get this option through.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/cmake/cmake-native_2.8.12.2.bb
meta/recipes-devtools/cmake/cmake/disable-bootstrap-cursesdialog.patch [new file with mode: 0644]