mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
2718d82842
commit
edaa1130b6
@@ -4,13 +4,16 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
SRC_URI = "http://${BPN}.gnumonks.org/releases/${BP}.tar.gz \
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
SRC_URI = "git://gitorious.org/dfu-util/dfu-util.git \
|
||||||
file://0001-configure.ac-Don-t-check-for-usbpath.patch \
|
file://0001-configure.ac-Don-t-check-for-usbpath.patch \
|
||||||
"
|
"
|
||||||
|
SRCREV="a0a3668e0571a9b007f7d62b01e7dcfd7754ce50"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
DEPENDS = "libusb1"
|
DEPENDS = "libusb1"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
|
SRC_URI[md5sum] = "1de724551604bce1962960b7a301cc08"
|
||||||
SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
|
SRC_URI[sha256sum] = "5d253f924fd29bc13054b664bba9aa86b865299971195969478253c1775b7e56"
|
||||||
|
|||||||
Reference in New Issue
Block a user