diff options
| author | Chris Morgan <chmorgan@gmail.com> | 2014-06-03 15:30:13 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:30:09 +0200 |
| commit | 12e0e8fb34a2288830640305ed4a3ecce44f4918 (patch) | |
| tree | 78614d6437f29e8f1b67c0726bc7f7b688bb9b0e /meta-oe/recipes-support | |
| parent | a810c4c52e82fe677bb7281045943bbdd9fd5740 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb | 16 | ||||
| -rw-r--r-- | meta-oe/recipes-support/dfu-util/dfu-util_svn.bb | 16 |
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 4bed46aa70..0000000000 --- a/meta-oe/recipes-support/dfu-util/dfu-util-native_svn.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | require dfu-util_${PV}.bb | ||
| 2 | |||
| 3 | inherit native deploy | ||
| 4 | do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}" | ||
| 5 | |||
| 6 | DEPENDS = "libusb-compat usbpath-native" | ||
| 7 | |||
| 8 | do_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 | |||
| 16 | addtask 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 026a904f27..0000000000 --- a/meta-oe/recipes-support/dfu-util/dfu-util_svn.bb +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | SUMMARY = "USB Device Firmware Upgrade utility" | ||
| 2 | SECTION = "devel" | ||
| 3 | AUTHOR = "Harald Welte <laforge@openmoko.org>" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 6 | SRCREV = "4160" | ||
| 7 | PV = "0.1+svnr${SRCPV}" | ||
| 8 | PR = "r2" | ||
| 9 | |||
| 10 | DEPENDS = "virtual/libusb0 usbpath" | ||
| 11 | |||
| 12 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;protocol=http" | ||
| 13 | S = "${WORKDIR}/dfu-util" | ||
| 14 | |||
| 15 | inherit autotools | ||
| 16 | |||
