summaryrefslogtreecommitdiffstats
path: root/patches/libusb-compat-0.1.3
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2009-09-26 12:01:05 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-09-27 17:47:58 +0200
commit3336e3cb3a9275508941a8304a41b4c370b08115 (patch)
treee041614a19448a9abf660d536d98b0766f194897 /patches/libusb-compat-0.1.3
parentbf73c8bc6f023c39a19ffa5b483adeaa8cbb5a2e (diff)
downloadptxdist-3336e3cb3a9275508941a8304a41b4c370b08115.tar.gz
ptxdist-3336e3cb3a9275508941a8304a41b4c370b08115.tar.xz
bump libusb version from 1.0.2 to 1.0.3 and libusb-compat to 0.1.3
Also fix the logging of libusb Signed-off-by: Remy Bohmer <linux@bohmer.net> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'patches/libusb-compat-0.1.3')
-rw-r--r--patches/libusb-compat-0.1.3/libusb-compat-0.1.0-pkgconfig.diff24
-rw-r--r--patches/libusb-compat-0.1.3/series1
2 files changed, 25 insertions, 0 deletions
diff --git a/patches/libusb-compat-0.1.3/libusb-compat-0.1.0-pkgconfig.diff b/patches/libusb-compat-0.1.3/libusb-compat-0.1.0-pkgconfig.diff
new file mode 100644
index 000000000..00b4b83ee
--- /dev/null
+++ b/patches/libusb-compat-0.1.3/libusb-compat-0.1.0-pkgconfig.diff
@@ -0,0 +1,24 @@
+Subject: add dependency
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+
+Add dependency to libusb-1.0; the emulated_by mechanics does not seem to
+work.
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
+---
+ libusb.pc.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+Index: libusb-compat-0.1.0/libusb.pc.in
+===================================================================
+--- libusb-compat-0.1.0.orig/libusb.pc.in
++++ libusb-compat-0.1.0/libusb.pc.in
+@@ -7,6 +7,7 @@ emulated=1
+ emulated_by=libusb-1.0
+
+ Name: libusb
++Requires: libusb-1.0
+ Description: USB access library (libusb-1.0 compat wrapper)
+ Version: @LIBUSB01_VERSION@
+ Libs: -L${libdir} -lusb
diff --git a/patches/libusb-compat-0.1.3/series b/patches/libusb-compat-0.1.3/series
new file mode 100644
index 000000000..71b991459
--- /dev/null
+++ b/patches/libusb-compat-0.1.3/series
@@ -0,0 +1 @@
+libusb-compat-0.1.0-pkgconfig.diff