summaryrefslogtreecommitdiffstats
path: root/rules/libusb.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-03-30 15:58:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-03-30 16:00:49 +0200
commit06d34cd73f9aecfba51af72746faf810dc63fbef (patch)
tree0766d23f718e1dbc0a4b65c3a13136c0e47b7a0d /rules/libusb.make
parent8ba71acf8b619974b3d07cf34660a1d0cb472234 (diff)
downloadptxdist-06d34cd73f9aecfba51af72746faf810dc63fbef.tar.gz
ptxdist-06d34cd73f9aecfba51af72746faf810dc63fbef.tar.xz
libusb: version bump 1.0.21 -> 1.0.22
Remove old patch. Adding other libraries to the 'Libs' in pkg-config is almost always wrong. The share library is linked to all is dependencies. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libusb.make')
-rw-r--r--rules/libusb.make5
1 files changed, 2 insertions, 3 deletions
diff --git a/rules/libusb.make b/rules/libusb.make
index 909b0a468..e88506aa5 100644
--- a/rules/libusb.make
+++ b/rules/libusb.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBUSB) += libusb
#
# Paths and names
#
-LIBUSB_VERSION := 1.0.21
-LIBUSB_MD5 := 1da9ea3c27b3858fa85c5f4466003e44
+LIBUSB_VERSION := 1.0.22
+LIBUSB_MD5 := 466267889daead47674df933cea9cacb
LIBUSB := libusb-$(LIBUSB_VERSION)
LIBUSB_SUFFIX := tar.bz2
LIBUSB_URL := $(call ptx/mirror, SF, libusb/$(LIBUSB).$(LIBUSB_SUFFIX))
@@ -33,7 +33,6 @@ LIBUSB_AUTOCONF := \
--enable-shared \
--disable-static \
--disable-udev \
- --disable-usbdk \
--enable-timerfd \
--$(call ptx/endis, PTXCONF_LIBUSB_LOG)-log \
--$(call ptx/endis, PTXCONF_LIBUSB_DEBUG_LOG)-debug-log \