diff options
Diffstat (limited to 'recipes/libusb/libusb1_1.0.0.bb')
-rw-r--r-- | recipes/libusb/libusb1_1.0.0.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes/libusb/libusb1_1.0.0.bb b/recipes/libusb/libusb1_1.0.0.bb deleted file mode 100644 index 978d819a6f..0000000000 --- a/recipes/libusb/libusb1_1.0.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "libusb is a library to provide userspace \ -access to USB devices." -HOMEPAGE = "http://libusb.sf.net" -SECTION = "libs" -LICENSE = "LGPL" - -PR = "r0" - -SRC_URI = "\ - ${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \ -" -SRC_URI_append_nylon = " file://gcc-3-compatibility.patch;patch=1 \ -" -S = "${WORKDIR}/libusb-${PV}" - -inherit autotools pkgconfig binconfig lib_package - -PARALLEL_MAKE = "" -EXTRA_OECONF = "--disable-build-docs" - -export CXXFLAGS += "-lstdc++ -I${STAGING_INCDIR}" - -LIBTOOL = "${HOST_SYS}-libtool" -EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" - -do_stage() { - autotools_stage_all -} - -PACKAGES =+ "libusbpp" -FILES_libusbpp = "${libdir}/libusbpp*.so.*" |