[oe] [meta-oe][PATCH] dfu-util: Point to gitorious.org repository as gnumonks.org is down

Chris Morgan chmorgan at gmail.com
Tue Nov 18 13:32:20 UTC 2014


On Mon, Nov 10, 2014 at 1:46 PM, Chris Morgan <chmorgan at gmail.com> wrote:
> ---
>  meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb | 9 ++++++---
>  1 file 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 aa2b84d..c706fd1 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,7 +4,10 @@ AUTHOR = "Harald Welte <laforge at openmoko.org>"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> -SRC_URI = "http://${BPN}.gnumonks.org/releases/${BP}.tar.gz \
> +S = "${WORKDIR}/${BPN}-${BPN}"
> +
> +REV="a0a3668e0571a9b007f7d62b01e7dcfd7754ce50"
> +SRC_URI = "https://gitorious.org/${BPN}/${BPN}/archive/${REV}.tar.gz \
>      file://0001-configure.ac-Don-t-check-for-usbpath.patch \
>  "
>
> @@ -12,5 +15,5 @@ inherit autotools pkgconfig
>
>  DEPENDS = "libusb1"
>
> -SRC_URI[md5sum] = "56844020177d4db4c1ea2e926fe9d588"
> -SRC_URI[sha256sum] = "f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab"
> +SRC_URI[md5sum] = "1de724551604bce1962960b7a301cc08"
> +SRC_URI[sha256sum] = "5d253f924fd29bc13054b664bba9aa86b865299971195969478253c1775b7e56"
> --
> 1.9.3
>


Pinging on this commit and if anyone knows what happened to gnumonks.org.

Chris



More information about the Openembedded-devel mailing list