summaryrefslogtreecommitdiff
path: root/recipes/cmake/cmake-2.8.2
AgeCommit message (Collapse)AuthorFiles
2010-09-17cmake-native: Disable ncursesTom Rini1
Enrico mentioned how to do this on the ML and it's that or add ncurses-native to the dependency list. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-23cmake-native_2.8.2.bb : Force ccmake to link against -ltinfo.Philip Balister1
I needed this to build cmake-native for angstrom-2010 on a F13 machine. Hopefully, this does not break other builds.
2010-08-19cmake-2.8.2: Add recipe for non-native cmake 2.8.2.David Kozub1
Tested on om-gta02: * builds trivial C and C++ executable * "include(FindPkgConfig)" correctly finds the cmake module * pkg_check_modules correctly invokes pkg-config * ccmake works Also tested on babbage by Eduardo Lima (thanks for help). Unfortunately, useful doc is not packaged. The reason is that the doc is produced by running the built binaries. Changing this would probably require a complex patch of the build process. Luckily, the doc is still contained in the original binaries, so it's accessible on target by e.g. cmake --help-full. Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>