diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-28 11:11:17 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-28 11:11:17 +0200 |
commit | a69ae9db060d0930c24d6b6c686ba589375c4bee (patch) | |
tree | 4a5439046825a80054975f4b549b919b4a15a4c8 /classes | |
parent | a204ff887b99a4eed46532a96e98d2a2354a7e33 (diff) |
cmake bbclass: use autotools, not autotools_stage
Diffstat (limited to 'classes')
-rw-r--r-- | classes/cmake.bbclass | 2 |
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). |