[oe] [meta-oe] [PATCH] imagemagick: update patchset

Robert Yang liezhi.yang at windriver.com
Tue Aug 30 06:13:42 UTC 2016


Sorry, please drop this one, I just noticed that Khem had sent another one.

// Robert

On 08/30/2016 09:44 AM, Robert Yang wrote:
> Fixed:
> ERROR: imagemagick-7.0.2-r0 do_fetch: Fetcher failure:
> --2016-08-28 04:07:12--  http://www.imagemagick.org/download/releases/ImageMagick-7.0.2-7.tar.xz
> Resolving www.imagemagick.org... 198.72.81.86
> Connecting to www.imagemagick.org|198.72.81.86|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2016-08-28 04:07:12 ERROR 404: Not Found.
>
> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> ---
>  meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb
> index 472e42d..5937062 100644
> --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb
> +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb
> @@ -8,11 +8,12 @@ DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype"
>  # Important note: tarballs for all patchsets within a version are deleted when
>  # a new pachset is created. To avoid multiple patches for each patchset, try to
>  # update to the last pachset of a version
> -PATCHSET = "7"
> +PATCHSET = "9"
>  SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \
>  "
> -SRC_URI[md5sum] = "bd66b19bd6fc3d320bd8d51869c874f9"
> -SRC_URI[sha256sum] = "1168f44cfcd1243acda6bb9663f5d9b3a4bca2acd372e979b97b58ecf5c713e2"
> +
> +SRC_URI[md5sum] = "2720ab8c480019f79e717b0237570311"
> +SRC_URI[sha256sum] = "22df4f197985f36f77b7b0d44de92ff44415885045f0191b3319540bdc82ff53"
>
>  S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
>
>



More information about the Openembedded-devel mailing list