classes/cmake.bbclass: A small explanation why it says inherit autotools
authorHolger Freyther <zecke@selfish.org>
Mon, 21 Jan 2008 08:22:42 +0000 (08:22 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 21 Jan 2008 08:22:42 +0000 (08:22 +0000)
    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.

classes/cmake.bbclass

index b3ae3f7..3ae2b1e 100644 (file)
@@ -1,3 +1,4 @@
+# We want the staging and installing functions from autotools
 inherit autotools
 
 cmake_do_configure() {