[oe] [rocko][meta-oe][PATCH] libconfig: fix SRC_URI

Martin Jansa martin.jansa at gmail.com
Mon Aug 27 00:47:53 UTC 2018


NAK, see the review of the other change for libconfig which was sent
yesterday.


On Mon, Aug 27, 2018 at 12:32 AM Oleksandr Kravchuk <
open.source at oleksandr-kravchuk.com> wrote:

> Project has moved to GitHub and deleted old tarballs. Checksums were
> changed since the new package is auto generated by GitHub.
>
> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk at pelagicore.com>
> ---
>  meta-oe/recipes-extended/libconfig/libconfig_1.5.bb | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> index fb6e50e51..196bad119 100644
> --- a/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb
> @@ -1,14 +1,14 @@
>  SUMMARY = "C/C++ Configuration File Library"
>  DESCRIPTION = "Library for manipulating structured configuration files"
> -HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
> +HOMEPAGE = "https://github.com/hyperrealm/libconfig/"
>  SECTION = "libs"
>
>  LICENSE = "LGPLv2.1"
>  LIC_FILES_CHKSUM =
> "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
>
> -SRC_URI = "http://www.hyperrealm.com/${BPN}/${BP}.tar.gz"
> +SRC_URI = "https://github.com/hyperrealm/libconfig/archive/v${PV}.tar.gz"
>
>  inherit autotools-brokensep pkgconfig
>
> -SRC_URI[md5sum] = "a939c4990d74e6fc1ee62be05716f633"
> -SRC_URI[sha256sum] =
> "e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6"
> +SRC_URI[md5sum] = "e92a91c2ddf3bf77bea0f5ed7f09e492"
> +SRC_URI[sha256sum] =
> "cae5c02361d8a9b2bb26946c64f089d2e5e599972f386203fbc48975c0d885c8"
> --
> 2.17.1
>
> --
> _______________________________________________
> 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