From: Holger Freyther Date: Mon, 21 Jan 2008 08:22:42 +0000 (+0000) Subject: classes/cmake.bbclass: A small explanation why it says inherit autotools X-Git-Tag: Release-2010-05/1~7852^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1025e4dd2522a35ea2988254bca9a6b5a6e02b;p=openembedded.git 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. --- 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() {