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:
ad62419
)
improve libusb staging courtesy Glenn McGrath
author
Michael Lauer
<mickey@vanille-media.de>
Thu, 15 Apr 2004 09:35:45 +0000
(09:35 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Thu, 15 Apr 2004 09:35:45 +0000
(09:35 +0000)
BKrev: 407e5771SkQKUeqNzudnukoV4lxq0w
libusb/libusb_0.1.7.oe
patch
|
blob
|
history
diff --git
a/libusb/libusb_0.1.7.oe
b/libusb/libusb_0.1.7.oe
index
6fcb440
..
587a325
100644
(file)
--- a/
libusb/libusb_0.1.7.oe
+++ b/
libusb/libusb_0.1.7.oe
@@
-6,3
+6,16
@@
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
file://${FILESDIR}/configure.patch;patch=1"
inherit autotools libtool
+
+do_stage() {
+ oe_soinstall .libs/libusb.so ${STAGING_LIBDIR}/
+ install -m 0644 .libs/libusb.lai ${STAGING_LIBDIR}/libusb.la
+ install -m 0644 .libs/libusb.a ${STAGING_LIBDIR}/libusb.a
+
+ install -d ${STAGING_INCDIR}/
+ for X in usb.h
+ do
+ install -m 0644 ${S}/$X ${STAGING_INCDIR}/$X
+ done
+}
+