cmake bbclass: use autotools, not autotools_stage
authorKoen Kooi <koen@openembedded.org>
Sun, 28 Mar 2010 09:11:17 +0000 (11:11 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 28 Mar 2010 09:11:17 +0000 (11:11 +0200)
classes/cmake.bbclass

index 5f1f737..937efa0 100644 (file)
@@ -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).