aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-01-21 08:22:42 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-21 08:22:42 +0000
commiteb1025e4dd2522a35ea2988254bca9a6b5a6e02b (patch)
tree705f44c3a0023a100e16de4ad1d311648febf7cc /classes
parenta7226f145f0c6fe538ede094d74a629c38720e13 (diff)
downloadopenembedded-eb1025e4dd2522a35ea2988254bca9a6b5a6e02b.tar.gz
classes/cmake.bbclass: A small explanation why it says inherit autotools
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.
Diffstat (limited to 'classes')
-rw-r--r--classes/cmake.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass
index b3ae3f70d1..3ae2b1eb31 100644
--- a/classes/cmake.bbclass
+++ b/classes/cmake.bbclass
@@ -1,3 +1,4 @@
+# We want the staging and installing functions from autotools
inherit autotools
cmake_do_configure() {