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-compat_0.1.2.bb | |
parent | 2fe85b7a8468403904f563aa9d5dfcfd9539826c (diff) |
libusb: Update to latest versions of libusb1 and libusb-compat, removed old versions.
Diffstat (limited to 'recipes/libusb/libusb-compat_0.1.2.bb')
-rw-r--r-- | recipes/libusb/libusb-compat_0.1.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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" |