From eb1025e4dd2522a35ea2988254bca9a6b5a6e02b Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 21 Jan 2008 08:22:42 +0000 Subject: 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. --- classes/cmake.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/cmake.bbclass') 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() { -- cgit 1.2.3-korg