The checksums didn't change?  Are you sure that bitbake wasn't finding the
tarballs you'd downloaded with v1 of this patch and using those (as the
checksums are only validated at fetch, not unpack).

(I guess its possible that the release tarballs were github /archive/
tarballs uploaded, but I'd be surprised)

Ross

On 29 September 2017 at 16:12, Pascal Bach <[email protected]> wrote:

> Signed-off-by: Pascal Bach <[email protected]>
> ---
>  recipes-mono/libgdiplus/libgdiplus-native_4.2.bb | 3 +--
>  recipes-mono/libgdiplus/libgdiplus_4.2.bb        | 6 +++---
>  2 files changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/recipes-mono/libgdiplus/libgdiplus-native_4.2.bb
> b/recipes-mono/libgdiplus/libgdiplus-native_4.2.bb
> index 4dee6a0..e169105 100644
> --- a/recipes-mono/libgdiplus/libgdiplus-native_4.2.bb
> +++ b/recipes-mono/libgdiplus/libgdiplus-native_4.2.bb
> @@ -6,8 +6,7 @@ SECTION = "libs"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=fe7364dfce9f3689eb6995e7cdd56879"
>
> -SRC_URI = "https://github.com/mono/libgdiplus/archive/${PV}.tar.gz \
> -       "
> +SRC_URI = "https://download.mono-project.com/sources/
> libgdiplus/libgdiplus-${PV}.tar.gz"
>
>  inherit autotools pkgconfig native
>
> diff --git a/recipes-mono/libgdiplus/libgdiplus_4.2.bb
> b/recipes-mono/libgdiplus/libgdiplus_4.2.bb
> index 00eb406..6fb4988 100644
> --- a/recipes-mono/libgdiplus/libgdiplus_4.2.bb
> +++ b/recipes-mono/libgdiplus/libgdiplus_4.2.bb
> @@ -12,9 +12,9 @@ PACKAGECONFIG[tiff] = "--with-libtiff,--without-
> libtiff,tiff"
>  PACKAGECONFIG[gif] = "--with-libgif,--without-libgif,giflib"
>  PACKAGECONFIG[exif] = "--with-libexif,--without-libexif,libexif"
>
> -SRC_URI = "https://github.com/mono/libgdiplus/archive/${PV}.tar.gz \
> -          file://01-remove-libjpeg-path.patch \
> -       "
> +SRC_URI = "https://download.mono-project.com/sources/
> libgdiplus/libgdiplus-${PV}.tar.gz \
> +           file://01-remove-libjpeg-path.patch \
> +          "
>
>  inherit autotools pkgconfig
>
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to