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/libusb-0.1.12-nocpp.patch | |
parent | 6cdcc4d7d8134f4b60f0eb9039090f9ad4c38366 (diff) |
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/libusb-0.1.12-nocpp.patch')
-rw-r--r-- | package/libusb/libusb-0.1.12-nocpp.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/libusb/libusb-0.1.12-nocpp.patch b/package/libusb/libusb-0.1.12-nocpp.patch deleted file mode 100644 index de1a8c7db..000000000 --- a/package/libusb/libusb-0.1.12-nocpp.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- libusb-0.1.12/Makefile.am 2006-03-04 13:52:46.000000000 +1100 -+++ libusb-0.1.12/Makefile.am.new 2007-11-08 16:25:38.000000000 +1100 -@@ -4,7 +4,7 @@ - # gnu strictness chokes on README being autogenerated - AUTOMAKE_OPTIONS = 1.4 foreign - --SUBDIRS = . tests doc -+SUBDIRS = . doc - - AM_CFLAGS = -Werror - -@@ -19,7 +19,7 @@ - apidocs/footer.html apidocs/doxygen.css apidocs/doxygen.png libusb.pc.in - EXTRA_libusb_la_SOURCE = linux.c linux.h bsd.c darwin.c - --lib_LTLIBRARIES = libusb.la libusbpp.la -+lib_LTLIBRARIES = libusb.la - - pkgconfig_DATA = libusb.pc - |