git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d62c9c5
)
cmake.bbclass: use staging from autotools too
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Tue, 3 Nov 2009 16:38:31 +0000
(17:38 +0100)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Tue, 3 Nov 2009 16:40:05 +0000
(17:40 +0100)
classes/cmake.bbclass
patch
|
blob
|
history
diff --git
a/classes/cmake.bbclass
b/classes/cmake.bbclass
index
b5b7b86
..
4978421
100644
(file)
--- 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).