[oe] [meta-mono][PATCHv2] libgdiplus: use tarball from mono project instead of github

Burton, Ross ross.burton at intel.com
Fri Sep 29 15:23:51 UTC 2017


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 <pascal.bach at siemens.com> wrote:

> Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
> ---
>  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
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list