diff options
author | Holger Freyther <zecke@selfish.org> | 2008-01-21 11:11:58 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-21 11:11:58 +0000 |
commit | 1e7cdf063e1166e4d6c2b383801f5e529071c603 (patch) | |
tree | f3d41732eee82b846e0c94edb19fde5faf0c0496 /classes | |
parent | 3074e69fa414fe2745798492fd7a6e76ff37fe84 (diff) | |
parent | 9a39065a3235418bf94dde6e4f8a418472068717 (diff) |
merge of '69a166c7072b74d6a2c00aef7ecebacee3e1706a'
and '8b72081ac43d603c1378f0c3e6589903e1fe2231'
Diffstat (limited to 'classes')
-rw-r--r-- | classes/cmake.bbclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass index cec74349dc..823635c24d 100644 --- a/classes/cmake.bbclass +++ b/classes/cmake.bbclass @@ -1,7 +1,10 @@ +DEPENDS += " cmake-native " + +# We want the staging and installing functions from autotools inherit autotools cmake_do_configure() { - cmake . -DCMAKE_INSTALL_PREFIX:PATH=${prefix} + cmake . -DCMAKE_INSTALL_PREFIX:PATH=${prefix} } EXPORT_FUNCTIONS do_configure |