summaryrefslogtreecommitdiff
path: root/classes/cmake.bbclass
AgeCommit message (Collapse)AuthorFiles
2010-03-21cmake.bbclass: force CMAKE_INSTALL_SO_NO_EXE to be 0Roman I Khimov1
By default cmake guesses whether install shared libaries with exec permissions or not based on host distribution, so this behaviour changes from host to host. OpenEmbedded assumes shared libraries to be with exec permissions (reverse way brakes stripping, for example), so let's force this in cmake configure invocation. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Ash Charles <ashcharles@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-12-02cmake.bbclass: style fix for CMAKE_FIND_ROOT_PATHHenning Heinold1
* this fixes the uninitalize message in CMakeCache.txt
2009-12-02cmake.bbclass: support for seperate building directoryHenning Heinold1
2009-11-03cmake.bbclass: use staging from autotools tooHenning Heinold1
2009-03-20cmake.bbclass: Put mandatory cmake option to endRobert Schuster1
2009-03-20cmake.bbclass: Allow out of tree builds with cmake.Robert Schuster1
2009-03-20cmake.bbclass: Allow overriding path-to-source argument for cmake call.Robert Schuster1
2008-09-03cmake bbclass: allow extra argument via EXTRA_OECMAKEKoen Kooi1
2008-06-27cmake.bbclass: use cross-compilation support with 2.6.0 (from Poky)Marcin Juszkiewicz1
2008-01-21classes/cmake: To invoke cmake it has to be present, add cmake-native to the ↵Holger Freyther1
DEPENDS
2008-01-21classes/cmake.bbclass: A small explanation why it says inherit autotoolsHolger Freyther1
CMake's Makefiles know about the DESTDIR. This allows us to use the staging and install functions of the autotools bbclass. Reusing them makes perfect sense and we should consider moving these functions to another base class.
2008-01-21classes/cmake.bbclass: Spaces are cool, use themHolger Freyther1
2008-01-15add rudimentary cmake support classMichael Lauer1