aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-11-03 17:38:31 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-11-03 17:40:05 +0100
commitd450fec33abb311dac3d47a51e16098b802d08e2 (patch)
tree2e93776575bc78fb6a17a6b44d61edf50acee777
parentd62c9c524449adadd7af3bc76f1230e227b5b0c6 (diff)
downloadopenembedded-d450fec33abb311dac3d47a51e16098b802d08e2.tar.gz
cmake.bbclass: use staging from autotools too
-rw-r--r--classes/cmake.bbclass2
1 files changed, 1 insertions, 1 deletions
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).