cmake.bbclass: use staging from autotools too
authorHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 3 Nov 2009 16:38:31 +0000 (17:38 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 3 Nov 2009 16:40:05 +0000 (17:40 +0100)
classes/cmake.bbclass

index b5b7b86..4978421 100644 (file)
@@ -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).