[oe] [meta-oe][PATCH] imagemagick: Upgrade 7.0.2 release to patch level 10 from github

Randy MacLeod randy.macleod at windriver.com
Tue Aug 30 14:13:28 UTC 2016


 From 6341ee0be48ee0fea13745e12e6b237947cc82b6 Mon Sep 17 00:00:00 2001
From: Randy MacLeod <Randy.MacLeod at windriver.com>
Date: Mon, 29 Aug 2016 20:00:28 -0400
Subject: [PATCH] imagemagick: use patchlevel 10 from github

Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
---
  meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | 8 ++++----
  1 file changed, 4 insertions(+), 4 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..185f492 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,11 @@ 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"
-SRC_URI = 
"http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz 
\
+PATCHSET = "10"
+SRC_URI = 
"https://www.github.com/ImageMagick/ImageMagick/archive/${PV}-${PATCHSET}.tar.gz\
  "
-SRC_URI[md5sum] = "bd66b19bd6fc3d320bd8d51869c874f9"
-SRC_URI[sha256sum] = 
"1168f44cfcd1243acda6bb9663f5d9b3a4bca2acd372e979b97b58ecf5c713e2"
+SRC_URI[md5sum] = "bd8886ed5fa8553b09a4565e10bea162"
+SRC_URI[sha256sum] = 
"0fef845d3516a2c41047aff8bf19bd812dd94cf74d1f4c9a423e8fc422981b0e"

  S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"

-- 
2.7.4





More information about the Openembedded-devel mailing list