summaryrefslogtreecommitdiff
path: root/classes/cmake.bbclass
AgeCommit message (Collapse)AuthorFiles
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