aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-28 11:11:17 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-28 11:11:17 +0200
commita69ae9db060d0930c24d6b6c686ba589375c4bee (patch)
tree4a5439046825a80054975f4b549b919b4a15a4c8 /classes
parenta204ff887b99a4eed46532a96e98d2a2354a7e33 (diff)
downloadopenembedded-a69ae9db060d0930c24d6b6c686ba589375c4bee.tar.gz
cmake bbclass: use autotools, not autotools_stage
Diffstat (limited to 'classes')
-rw-r--r--classes/cmake.bbclass2
1 files changed, 1 insertions, 1 deletions
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).