summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorChris Morgan <chmorgan@gmail.com>2014-11-10 13:46:33 -0500
committerArmin Kuster <akuster808@gmail.com>2014-12-26 17:48:15 -0800
commit4534f363651b332e611f1f3cd170e0e9379cfb52 (patch)
tree462701859d20909ff3ef508e7a88169f0f22a573 /meta-oe
parente324dd37cfc2f89eb9d392dac700416cd281db2c (diff)
downloadmeta-openembedded-4534f363651b332e611f1f3cd170e0e9379cfb52.tar.gz
dfu-util: Point to gitorious.org repository as gnumonks.org is down
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Chris Morgan <chmorgan@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
index aa2b84db7..7f06f8f6a 100644
--- a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
+++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
@@ -4,13 +4,16 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6 6
7SRC_URI = "http://${BPN}.gnumonks.org/releases/${BP}.tar.gz \ 7S = "${WORKDIR}/git"
8
9SRC_URI = "git://gitorious.org/dfu-util/dfu-util.git \
8 file://0001-configure.ac-Don-t-check-for-usbpath.patch \ 10 file://0001-configure.ac-Don-t-check-for-usbpath.patch \
9" 11"
12SRCREV="a0a3668e0571a9b007f7d62b01e7dcfd7754ce50"
10 13
11inherit autotools pkgconfig 14inherit autotools pkgconfig
12 15
13DEPENDS = "libusb1" 16DEPENDS = "libusb1"
14 17
15SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588" 18SRC_URI[md5sum] = "1de724551604bce1962960b7a301cc08"
16SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab" 19SRC_URI[sha256sum] = "5d253f924fd29bc13054b664bba9aa86b865299971195969478253c1775b7e56"