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:
d9229a2
)
fix staging
author
Michael Lauer
<mickey@vanille-media.de>
Mon, 26 Apr 2004 17:00:22 +0000
(17:00 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Mon, 26 Apr 2004 17:00:22 +0000
(17:00 +0000)
BKrev: 408d4026cjmPjVPq0c6zt_ChquruCg
libmatchbox/libmatchbox_1.2.oe
patch
|
blob
|
history
diff --git
a/libmatchbox/libmatchbox_1.2.oe
b/libmatchbox/libmatchbox_1.2.oe
index
37fcf3b
..
ed263fd
100644
(file)
--- a/
libmatchbox/libmatchbox_1.2.oe
+++ b/
libmatchbox/libmatchbox_1.2.oe
@@
-21,7
+21,7
@@
do_stage () {
done
cp -a ${S}/libmb/.libs/libmb.a ${STAGING_LIBDIR}/libmb.a
- cp -a ${S}/libmb/libmb.lai ${STAGING_LIBDIR}/libmb.la
+ cp -a ${S}/libmb/
.libs/
libmb.lai ${STAGING_LIBDIR}/libmb.la
oe_soinstall ${S}/libmb/.libs/libmb.so.${SOV} ${STAGING_LIBDIR}/
# cp -a ${S}/libmb.pc ${STAGING_LIBDIR}/pkgconfig/libmb.pc
}