diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-03 17:38:31 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-03 17:40:05 +0100 |
commit | d450fec33abb311dac3d47a51e16098b802d08e2 (patch) | |
tree | 2e93776575bc78fb6a17a6b44d61edf50acee777 /classes | |
parent | d62c9c524449adadd7af3bc76f1230e227b5b0c6 (diff) |
cmake.bbclass: use staging from autotools too
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 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). |