diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-26 22:21:29 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-26 22:21:29 +0000 |
commit | f933c2275a9808f20dca66d004fcf22d4ee6da77 (patch) | |
tree | f28d7552b3fa60283c53df5c8997af79fcb264dc /recipes/libusb/libusb_0.1.10a.bb | |
parent | 2fe85b7a8468403904f563aa9d5dfcfd9539826c (diff) |
libusb: Update to latest versions of libusb1 and libusb-compat, removed old versions.
Diffstat (limited to 'recipes/libusb/libusb_0.1.10a.bb')
-rw-r--r-- | recipes/libusb/libusb_0.1.10a.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes/libusb/libusb_0.1.10a.bb b/recipes/libusb/libusb_0.1.10a.bb deleted file mode 100644 index 038a1dd090..0000000000 --- a/recipes/libusb/libusb_0.1.10a.bb +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION = "libusb is a library to provide userspace access to USB devices." -SECTION = "libs" -LICENSE = "LGPL" -PROVIDES = "virtual/libusb0" -PR = "r7" - -SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ - file://debian-changes.patch;patch=1" - -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} - perl -pi -e 's:\-L${libdir} :-L${STAGING_LIBDIR} :' ${STAGING_BINDIR}/libusb-config - - if [ "${STAGING_BINDIR}" != "${STAGING_BINDIR_CROSS}" ]; then - install -d ${STAGING_BINDIR_CROSS}/ - mv ${STAGING_BINDIR}/libusb-config ${STAGING_BINDIR_CROSS}/libusb-config - fi - - install -d ${STAGING_INCDIR}/ - for X in usb.h - do - install -m 0644 ${S}/$X ${STAGING_INCDIR}/$X - done -} - -PACKAGES =+ "libusbpp" - -FILES_libusbpp = "${libdir}/libusbpp*.so.*" |