From: Henning Heinold Date: Tue, 3 Nov 2009 16:38:31 +0000 (+0100) Subject: cmake.bbclass: use staging from autotools too X-Git-Tag: Release-2010-05/1~1803^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d450fec33abb311dac3d47a51e16098b802d08e2;p=openembedded.git cmake.bbclass: use staging from autotools too --- diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass index b5b7b8655b..4978421b63 100644 --- a/classes/cmake.bbclass +++ b/classes/cmake.bbclass @@ -1,7 +1,7 @@ DEPENDS += " cmake-native " # We want the staging and installing functions from autotools -inherit autotools +inherit autotools_stage # Use in-tree builds by default but allow this to be changed # since some packages do not support them (e.g. llvm 2.5).