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:
edd73ee
)
libffi-native: Convert from legacy staging
author
Tom Rini
<tom_rini@mentor.com>
Thu, 30 Sep 2010 21:50:07 +0000
(14:50 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Thu, 30 Sep 2010 21:58:49 +0000
(14:58 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/libffi/libffi-native_2.0+gcc4.3.2.bb
patch
|
blob
|
history
diff --git
a/recipes/libffi/libffi-native_2.0+gcc4.3.2.bb
b/recipes/libffi/libffi-native_2.0+gcc4.3.2.bb
index
f0859e9
..
4a26199
100644
(file)
--- a/
recipes/libffi/libffi-native_2.0+gcc4.3.2.bb
+++ b/
recipes/libffi/libffi-native_2.0+gcc4.3.2.bb
@@
-20,11
+20,13
@@
install_libffi_headers() {
:
}
-do_stage () {
- oe_libinstall -so -C .libs libffi ${STAGING_LIBDIR}
+do_install () {
+ install -d ${D}${libdir} ${D}${includedir}
+ oe_libinstall -so -C .libs libffi ${D}${libdir}
- mkdir -p ${STAGING_INCDIR}/
for i in ${ffi_include}; do
- install -m 0644 include/$i ${
STAGING_INCDIR
}/
+ install -m 0644 include/$i ${
D}${includedir
}/
done
}
+
+NATIVE_INSTALL_WORKS = "1"