summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-17 19:29:26 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-17 20:47:12 -0700
commitd80ed0503f24a601bc5f6f7bae60cfd1f0e2fb29 (patch)
tree6957614676c9c853fe00e970b3d3f9e889911400
parent3c9b03b685848233008996706259dc6e6fcdcf81 (diff)
downloadmeta-openembedded-d80ed0503f24a601bc5f6f7bae60cfd1f0e2fb29.tar.gz
dfu-utils: Switch src_uri to sourceforge.net
dfu-util.gnumonks.org has gone AWOL Re-stylize the recipe while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb
index 76e1552c0..8a2ac6934 100644
--- a/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb
+++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb
@@ -1,15 +1,13 @@
1DESCRIPTION = "USB Device Firmware Upgrade utility" 1DESCRIPTION = "USB Device Firmware Upgrade utility"
2AUTHOR = "Harald Welte <laforge@openmoko.org>"
2HOMEPAGE = "http://dfu-util.sourceforge.net" 3HOMEPAGE = "http://dfu-util.sourceforge.net"
3SECTION = "devel" 4SECTION = "devel"
4AUTHOR = "Harald Welte <laforge@openmoko.org>"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7
8SRC_URI = "http://dfu-util.gnumonks.org/releases/${BP}.tar.gz"
9
10inherit autotools pkgconfig
11
12DEPENDS = "libusb1" 7DEPENDS = "libusb1"
13 8
9SRC_URI = "http://dfu-util.sourceforge.net/releases/${BP}.tar.gz"
14SRC_URI[md5sum] = "233bb1e08ef4b405062445d84e28fde6" 10SRC_URI[md5sum] = "233bb1e08ef4b405062445d84e28fde6"
15SRC_URI[sha256sum] = "36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833" 11SRC_URI[sha256sum] = "36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833"
12
13inherit autotools pkgconfig