From: Koen Kooi Date: Sun, 28 Mar 2010 09:11:17 +0000 (+0200) Subject: cmake bbclass: use autotools, not autotools_stage X-Git-Tag: Release-2010-05/1~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a69ae9db060d0930c24d6b6c686ba589375c4bee;p=openembedded.git cmake bbclass: use autotools, not autotools_stage --- diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass index 5f1f737397..937efa026e 100644 --- a/classes/cmake.bbclass +++ b/classes/cmake.bbclass @@ -4,7 +4,7 @@ DEPENDS += " cmake-native " CCACHE = "" # We want the staging and installing functions from autotools -inherit autotools_stage +inherit autotools # Use in-tree builds by default but allow this to be changed # since some packages do not support them (e.g. llvm 2.5).