add libusb[-native] 0.1.12
authorMichael Lauer <mickey@vanille-media.de>
Thu, 25 May 2006 20:32:09 +0000 (20:32 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 25 May 2006 20:32:09 +0000 (20:32 +0000)
packages/libusb/libusb-native_0.1.12.bb [new file with mode: 0644]
packages/libusb/libusb_0.1.12.bb [moved from packages/libusb/libusb_0.1.8.bb with 67% similarity]

diff --git a/packages/libusb/libusb-native_0.1.12.bb b/packages/libusb/libusb-native_0.1.12.bb
new file mode 100644 (file)
index 0000000..637ded2
--- /dev/null
@@ -0,0 +1,3 @@
+require libusb_${PV}.bb
+inherit native
+
similarity index 67%
rename from packages/libusb/libusb_0.1.8.bb
rename to packages/libusb/libusb_0.1.12.bb
index 2ad1c8f..fca2509 100644 (file)
@@ -1,20 +1,24 @@
-SECTION = "libs"
 DESCRIPTION = "libusb is a library to provide userspace \
 access to USB devices."
-PR = "r3"
+HOMEPAGE = "http://libusb.sf.net"
+SECTION = "libs"
 LICENSE = "LGPL"
-SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
-          file://configure.patch;patch=1 \
-          file://pkgconfig.patch;patch=1 \
-          file://amd64-fPIC.patch;patch=1;pnum=0"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz"
+S = "${WORKDIR}/libusb-${PV}"
 
 inherit autotools pkgconfig
 
+PARALLEL_MAKE = ""
+EXTRA_OECONF = "--disable-build-docs"
+
 do_stage() {
        oe_libinstall -a -so libusb ${STAGING_LIBDIR}
 
         install -d ${STAGING_BINDIR}
        install -m 755 ${S}/libusb-config ${STAGING_BINDIR}
+       # can we get rid of that? wouldn't a sed statement do as well?
        perl -pi -e 's:\-L${libdir} :-L${STAGING_LIBDIR} :' ${STAGING_BINDIR}/libusb-config
 
         install -d ${STAGING_INCDIR}/
@@ -23,3 +27,4 @@ do_stage() {
                 install -m 0644 ${S}/$X ${STAGING_INCDIR}/$X
         done
 }
+