aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/imagemagick
diff options
context:
space:
mode:
authorKimmo Surakka <kimmo.surakka@vincit.fi>2015-07-23 17:50:41 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-18 11:38:01 +0200
commita2aac43f84593ed14b0f26f982556da4a03254de (patch)
tree7e25d090a040c6f1cfb35f704621fe7d1f64a323 /meta-oe/recipes-support/imagemagick
parent9a67b079a7deff2d6e53df031b26304a71c4e0f8 (diff)
downloadmeta-openembedded-contrib-a2aac43f84593ed14b0f26f982556da4a03254de.tar.gz
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@vincit.fi> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/imagemagick')
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb6
1 files 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 6ee3724829..e7c53748cb 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}"