From f933c2275a9808f20dca66d004fcf22d4ee6da77 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Fri, 26 Jun 2009 22:21:29 +0000 Subject: libusb: Update to latest versions of libusb1 and libusb-compat, removed old versions. --- recipes/libusb/libusb-compat_0.1.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/libusb/libusb-compat_0.1.2.bb (limited to 'recipes/libusb/libusb-compat_0.1.2.bb') diff --git a/recipes/libusb/libusb-compat_0.1.2.bb b/recipes/libusb/libusb-compat_0.1.2.bb new file mode 100644 index 0000000000..8ce111f2d8 --- /dev/null +++ b/recipes/libusb/libusb-compat_0.1.2.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "libusb-0 compatibility library using libusb-1" +HOMEPAGE = "http://libusb.sf.net" +SECTION = "libs" +LICENSE = "LGPL" +PROVIDES = "virtual/libusb0" +PE = "1" +PR = "r0" + +DEPENDS = "libusb1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/${P}.tar.bz2" +SRC_URI_append_nylon = " file://gcc-3-compatibility.patch;patch=1" + +inherit autotools_stage binconfig lib_package + +AUTOTOOLS_STAGE_PKGCONFIG = "1" +EXTRA_OECONF = "--disable-build-docs" -- cgit 1.2.3-korg