| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2010-03-21 | cmake.bbclass: force CMAKE_INSTALL_SO_NO_EXE to be 0 | Roman I Khimov | 1 | |
| 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-02 | cmake.bbclass: style fix for CMAKE_FIND_ROOT_PATH | Henning Heinold | 1 | |
| * this fixes the uninitalize message in CMakeCache.txt | ||||
| 2009-12-02 | cmake.bbclass: support for seperate building directory | Henning Heinold | 1 | |
| 2009-11-03 | cmake.bbclass: use staging from autotools too | Henning Heinold | 1 | |
| 2009-03-20 | cmake.bbclass: Put mandatory cmake option to end | Robert Schuster | 1 | |
| 2009-03-20 | cmake.bbclass: Allow out of tree builds with cmake. | Robert Schuster | 1 | |
| 2009-03-20 | cmake.bbclass: Allow overriding path-to-source argument for cmake call. | Robert Schuster | 1 | |
| 2008-09-03 | cmake bbclass: allow extra argument via EXTRA_OECMAKE | Koen Kooi | 1 | |
| 2008-06-27 | cmake.bbclass: use cross-compilation support with 2.6.0 (from Poky) | Marcin Juszkiewicz | 1 | |
| 2008-01-21 | classes/cmake: To invoke cmake it has to be present, add cmake-native to the ↵ | Holger Freyther | 1 | |
| DEPENDS | ||||
| 2008-01-21 | classes/cmake.bbclass: A small explanation why it says inherit autotools | Holger Freyther | 1 | |
| 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-21 | classes/cmake.bbclass: Spaces are cool, use them | Holger Freyther | 1 | |
| 2008-01-15 | add rudimentary cmake support class | Michael Lauer | 1 | |
