dfu-util: Remove svn recipes

* these point at deprecated svn repositories, dfu-util uses git now

Signed-off-by: Chris Morgan <chmorgan@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Chris Morgan 2014-06-03 15:30:13 -04:00 committed by Martin Jansa
parent a810c4c52e
commit 12e0e8fb34
2 changed files with 0 additions and 32 deletions

View File

@ -1,16 +0,0 @@
require dfu-util_${PV}.bb
inherit native deploy
do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}"
DEPENDS = "libusb-compat usbpath-native"
do_deploy() {
install -d ${DEPLOY_DIR_TOOLS}
install -m 0755 src/dfu-util_static ${DEPLOY_DIR_TOOLS}/dfu-util-${PV}
rm -f ${DEPLOY_DIR_TOOLS}/dfu-util
ln -sf ./dfu-util-${PV} ${DEPLOY_DIR_TOOLS}/dfu-util
}
addtask deploy before do_package after do_install

View File

@ -1,16 +0,0 @@
SUMMARY = "USB Device Firmware Upgrade utility"
SECTION = "devel"
AUTHOR = "Harald Welte <laforge@openmoko.org>"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
SRCREV = "4160"
PV = "0.1+svnr${SRCPV}"
PR = "r2"
DEPENDS = "virtual/libusb0 usbpath"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;protocol=http"
S = "${WORKDIR}/dfu-util"
inherit autotools