[oe] [meta-oe] [PATCH] libndp: switch to github uri. libndp.org is unstable

Martin Jansa martin.jansa at gmail.com
Thu May 11 12:30:55 UTC 2017


Github archives are regenerated from time to time with different checksums.

If you need to switch to github, then fetch it with git with SRCREV
matching to the tag.

On Thu, May 11, 2017 at 2:28 PM, Gianfranco Costamagna <
costamagna.gianfranco at gmail.com> wrote:

> From: Gianfranco Costamagna <gianfranco.costamagna at abinsula.com>
>
> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna at abinsula.com>
> ---
>  meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
> b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
> index a35dff8..7d53dc6 100644
> --- a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
> +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
> @@ -3,8 +3,8 @@ SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
>  LICENSE = "LGPLv2.1"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
>
> -SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz"
> -SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7"
> -SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f
> 72cfaf14f4ff77a77425e52edc33ffac0e"
> +SRC_URI = "https://github.com/jpirko/libndp/archive/v${PV}.tar.gz"
> +SRC_URI[md5sum] = "de58352aaee0e8edb744f1aef852cdce"
> +SRC_URI[sha256sum] = "565d6c4167f83ec697c762ea002f23
> e8f0b00828d0749b1ce928f068543e5aad"
>
>  inherit autotools
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list