[oe-commits] Kimmo Surakka : imagemagick: update patchset from 4 to 9

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:01:10 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: a2aac43f84593ed14b0f26f982556da4a03254de
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a2aac43f84593ed14b0f26f982556da4a03254de

Author: Kimmo Surakka <kimmo.surakka at vincit.fi>
Date:   Thu Jul 23 17:50:41 2015 +0300

imagemagick: update patchset from 4 to 9

The ImageMagick-6.9.1-4.tar.xz is gone on the download server, there is
ImageMagick-6.9.1-9.tar.xz now.

Signed-off-by: Kimmo Surakka <kimmo.surakka at vincit.fi>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
index 6ee3724..e7c5374 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
@@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0887b670be7ef0c3cb37092b64d57514"
 # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results.
 DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype"
 
-PATCHSET = "4"
+PATCHSET = "9"
 SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \
 "
-SRC_URI[md5sum] = "b5929717d848a386f2674aeb31257c42"
-SRC_URI[sha256sum] = "74973478058069ce44040ff76b61df713d70adcadfd207836cc0622cadf1e4bf"
+SRC_URI[md5sum] = "5a3a60d1dae65ee7b1cc88498e3a0008"
+SRC_URI[sha256sum] = "83cd785caeb26a171e185b5deba2900c5b73e79c97364caa4c879d26c9f4a91b"
 
 S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
 



More information about the Openembedded-commits mailing list