mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
a810c4c52e
commit
12e0e8fb34
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user