aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cmake
AgeCommit message (Collapse)Author
2010-09-17cmake-native: Disable ncursesTom Rini
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 Balister
I needed this to build cmake-native for angstrom-2010 on a F13 machine. Hopefully, this does not break other builds.
2010-08-19cmake-native: add recipe for cmake 2.8.2.David Kozub
Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-19cmake-2.8.2: Add recipe for non-native cmake 2.8.2.David Kozub
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>
2010-08-14cmake: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-06-10cmake_2.6.4: Patch added to fix compilation when FORTIFY_SOURCE is enabledYuri Bushmelev
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-28cmake 2.6.4: convert native to new style staging and add (currenly non ↵Koen Kooi
working) 2.6.4 for target * does anyone know how pass only 3 vars to cmakecache instead everything?
2009-05-06cmake-native 2.6.4: New recipe.Robert Schuster
2009-04-05cmake, git-native, python: Bump PR to force rebuildSteve Sakoman
* commit 27d8a050c81bba4b42d496572c64b9cb6a43fec6 to openssl triggered build failures
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>