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

Martin Jansa martin.jansa at gmail.com
Mon Dec 15 09:08:20 UTC 2014


On Mon, Dec 15, 2014 at 04:42:37PM +0800, Qian Lei wrote:
> Official website is not available, using git instead.

Commit like this was merged couple weeks ago:

commit edaa1130b6e7b2f55965e119e042f1311e43e6c8
Author:     Chris Morgan <chmorgan at gmail.com>
AuthorDate: Mon Nov 10 13:46:33 2014 -0500
Commit:     Martin Jansa <Martin.Jansa at gmail.com>
CommitDate: Mon Nov 24 11:59:48 2014 +0100

    dfu-util: Point to gitorious.org repository as gnumonks.org is down

> 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
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20141215/b5d2123f/attachment-0002.sig>


More information about the Openembedded-devel mailing list