mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-11 08:34:53 +02:00
o Fix suffix check regression on Windows with Large File Support o Skip setting alternate interface when not needed o Only clamp transfer size on Linux o Quirk for GD32 leave request o Improve status and error messages and exit codes o dfuse: Process all alternate interfaces in a DfuSe file o dfuse-pack.py: Fix alternate settings if first is 0 2021-09-05 Tormod Volden <debian.tormod@gmail.com> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
457 B
BlitzBasic
13 lines
457 B
BlitzBasic
DESCRIPTION = "USB Device Firmware Upgrade utility"
|
|
AUTHOR = "Harald Welte <laforge@openmoko.org>"
|
|
HOMEPAGE = "http://dfu-util.sourceforge.net"
|
|
SECTION = "devel"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
DEPENDS = "libusb1"
|
|
|
|
SRC_URI = "http://dfu-util.sourceforge.net/releases/${BP}.tar.gz"
|
|
SRC_URI[sha256sum] = "b4b53ba21a82ef7e3d4c47df2952adf5fa494f499b6b0b57c58c5d04ae8ff19e"
|
|
|
|
inherit autotools pkgconfig
|