summaryrefslogtreecommitdiffstats
path: root/rules/libusb.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-04-23 23:51:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-04 10:35:43 +0200
commitf32a885d3da038b0f5d46b3e1375882afe0c28a9 (patch)
treedb3639673cb94fe52e3a2c39afe05319e0c0b06d /rules/libusb.make
parenta09123b817988fe00771ca841a3a89b11280feb3 (diff)
downloadptxdist-f32a885d3da038b0f5d46b3e1375882afe0c28a9.tar.gz
ptxdist-f32a885d3da038b0f5d46b3e1375882afe0c28a9.tar.xz
libusb: version bump 1.0.18 -> 1.0.21
Patch has been ported. There is one new configure option (--enable-usbdk) for windows. We disable it unconditionally. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libusb.make')
-rw-r--r--rules/libusb.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/libusb.make b/rules/libusb.make
index d233b7089..1ee5a1a33 100644
--- a/rules/libusb.make
+++ b/rules/libusb.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBUSB) += libusb
#
# Paths and names
#
-LIBUSB_VERSION := 1.0.18
-LIBUSB_MD5 := 4a6d049923efc6496f1d383054dac1a6
+LIBUSB_VERSION := 1.0.21
+LIBUSB_MD5 := 1da9ea3c27b3858fa85c5f4466003e44
LIBUSB := libusb-$(LIBUSB_VERSION)
LIBUSB_SUFFIX := tar.bz2
LIBUSB_URL := $(call ptx/mirror, SF, libusb/$(LIBUSB).$(LIBUSB_SUFFIX))
@@ -37,6 +37,7 @@ LIBUSB_AUTOCONF := \
--$(call ptx/endis, PTXCONF_LIBUSB_DEBUG_LOG)-debug-log \
--$(call ptx/endis, PTXCONF_LIBUSB_SYSTEM_LOG)-system-log \
--disable-examples-build \
+ --disable-usbdk \
--disable-tests-build
# ----------------------------------------------------------------------------