summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dfu-util
diff options
context:
space:
mode:
authorChris Morgan <chmorgan@gmail.com>2014-06-03 15:30:13 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-10 12:30:09 +0200
commit12e0e8fb34a2288830640305ed4a3ecce44f4918 (patch)
tree78614d6437f29e8f1b67c0726bc7f7b688bb9b0e /meta-oe/recipes-support/dfu-util
parenta810c4c52e82fe677bb7281045943bbdd9fd5740 (diff)
downloadmeta-openembedded-12e0e8fb34a2288830640305ed4a3ecce44f4918.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/dfu-util')
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb16
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util_svn.bb16
2 files changed, 0 insertions, 32 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb b/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb
deleted file mode 100644
index 4bed46aa7..000000000
--- a/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1require dfu-util_${PV}.bb
2
3inherit native deploy
4do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}"
5
6DEPENDS = "libusb-compat usbpath-native"
7
8do_deploy() {
9 install -d ${DEPLOY_DIR_TOOLS}
10 install -m 0755 src/dfu-util_static ${DEPLOY_DIR_TOOLS}/dfu-util-${PV}
11 rm -f ${DEPLOY_DIR_TOOLS}/dfu-util
12 ln -sf ./dfu-util-${PV} ${DEPLOY_DIR_TOOLS}/dfu-util
13
14}
15
16addtask deploy before do_package after do_install
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb b/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb
deleted file mode 100644
index 026a904f2..000000000
--- a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "USB Device Firmware Upgrade utility"
2SECTION = "devel"
3AUTHOR = "Harald Welte <laforge@openmoko.org>"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6SRCREV = "4160"
7PV = "0.1+svnr${SRCPV}"
8PR = "r2"
9
10DEPENDS = "virtual/libusb0 usbpath"
11
12SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;protocol=http"
13S = "${WORKDIR}/dfu-util"
14
15inherit autotools
16