buildroot/package/dfu-util/dfu-util.mk
Alexander Dahl 34a544cf9f package/dfu-util: bump version to 0.11
From the ChangeLog (see git history for full details):
- Fix suffix check regression on Windows with Large File Support
- Skip setting alternate interface when not needed
- Only clamp transfer size on Linux
- Quirk for GD32 leave request
- Improve status and error messages and exit codes
- dfuse: Process all alternate interfaces in a DfuSe file
- dfuse-pack.py: Fix alternate settings if first is 0

Link: https://lists.osmocom.org/pipermail/dfu-util/2021-September/000014.html
Signed-off-by: Alexander Dahl <post@lespocky.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-10-13 20:14:48 +02:00

17 lines
467 B
Makefile

################################################################################
#
# dfu-util
#
################################################################################
DFU_UTIL_VERSION = 0.11
DFU_UTIL_SITE = http://dfu-util.sourceforge.net/releases
DFU_UTIL_LICENSE = GPL-2.0+, LGPL-3.0
DFU_UTIL_LICENSE_FILES = COPYING
DFU_UTIL_DEPENDENCIES = libusb
HOST_DFU_UTIL_DEPENDENCIES = host-libusb
$(eval $(autotools-package))
$(eval $(host-autotools-package))