blob: 02f29274d3d488d1c7d90ae370401749840f840d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "USB Device Firmware Upgrade utility"
SECTION = "devel"
AUTHOR = "Harald Welte <laforge@openmoko.org>"
LICENSE = "GPL"
DEPENDS = "virtual/libusb0 usbpath"
SRC_URI = "http://dfu-util.gnumonks.org/releases/dfu-util-${PV}.tar.gz"
BBCLASSEXTEND = "native"
inherit autotools
|