mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
14 lines
363 B
PHP
14 lines
363 B
PHP
DESCRIPTION = "USB Device Firmware Upgrade utility"
|
|
SECTION = "devel"
|
|
AUTHOR = "Harald Welte <laforge@openmoko.org>"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "virtual/libusb0 usbpath"
|
|
|
|
SRC_URI = "http://dfu-util.gnumonks.org/releases/dfu-util-${PV}.tar.gz"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
inherit autotools
|