mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3068 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
334 B
BlitzBasic
18 lines
334 B
BlitzBasic
DESCRIPTION = "USB Device Firmware Upgrade utility"
|
|
SECTION = "devel"
|
|
AUTHOR = "Harald Welte"
|
|
LICENSE = "GPL"
|
|
PV = "0.1+svnr${SRCREV}"
|
|
PR = "r0"
|
|
|
|
DEPENDS = "libusb usbpath"
|
|
|
|
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http"
|
|
S = "${WORKDIR}/dfu-util"
|
|
|
|
inherit autotools
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|