[oe] [meta-oe][PATCH] dfu-util: Change the SRCURI to gitorious

Qian Lei qianl.fnst at cn.fujitsu.com
Mon Dec 15 08:42:37 UTC 2014


Official website is not available, using git instead.

Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
---
 meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 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 aa2b84d..65ad10b 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
@@ -1,16 +1,14 @@
 DESCRIPTION = "USB Device Firmware Upgrade utility"
-SECTION = "devel"
 AUTHOR = "Harald Welte <laforge at openmoko.org>"
+SECTION = "devel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "libusb1"
 
-SRC_URI = "http://${BPN}.gnumonks.org/releases/${BP}.tar.gz \
-    file://0001-configure.ac-Don-t-check-for-usbpath.patch \
-"
+SRC_URI = "git://gitorious.org/dfu-util/dfu-util.git \
+           file://0001-configure.ac-Don-t-check-for-usbpath.patch"
+SRCREV = "4e312c5567a84f76654295c267ec35f71727fe5a"
 
-inherit autotools pkgconfig
+S = "${WORKDIR}/git"
 
-DEPENDS = "libusb1"
-
-SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
-SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
+inherit autotools pkgconfig
-- 
1.8.3.1




More information about the Openembedded-devel mailing list