diff options
author | Mike Crowe <mac@mcrowe.com> | 2010-02-11 13:19:35 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-06 21:55:14 +0200 |
commit | e237c9935796445434a7888b9fe2aa84e3e7975a (patch) | |
tree | 9da98ae3bd09c17b1f168b0dd82508b496f88670 /package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch | |
parent | 6cdcc4d7d8134f4b60f0eb9039090f9ad4c38366 (diff) | |
download | buildroot-novena-e237c9935796445434a7888b9fe2aa84e3e7975a.tar.gz buildroot-novena-e237c9935796445434a7888b9fe2aa84e3e7975a.zip |
libusb: bump version, convert to autotools, add -compat lib
Upgrade libusb to v1.0.3 and add new libusb-compat package for
compatibility with old packages that expect the pre-1.0 API.
Also update usb_modeswitch to depend on libusb-compat rather than
libusb.
Minor fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>.
Fixes bug #1093.
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Diffstat (limited to 'package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch')
-rw-r--r-- | package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch b/package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch new file mode 100644 index 000000000..e5ba786dc --- /dev/null +++ b/package/libusb-compat/libusb-compat-0.1.3-pkgconfig.patch @@ -0,0 +1,10 @@ +--- libusb-compat-0.1.3.orig/libusb.pc.in 2008-06-18 00:13:02.000000000 +0100 ++++ libusb-compat-0.1.3/libusb.pc.in 2009-09-16 12:06:50.000000000 +0100 +@@ -9,6 +9,7 @@ emulated_by=libusb-1.0 + Name: libusb + Description: USB access library (libusb-1.0 compat wrapper) + Version: @LIBUSB01_VERSION@ ++Requires: libusb-1.0 + Libs: -L${libdir} -lusb + Cflags: -I${includedir} + |