[oe-commits] Koen Kooi : image-magick: update to latest patchset

git at git.openembedded.org git at git.openembedded.org
Mon Oct 14 12:13:44 UTC 2013


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Oct  9 06:18:54 2013 +0000

image-magick: update to latest patchset

And switch to upstream mirror which keeps old releases. This makes it fetch again.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../imagemagick/imagemagick_6.8.6.bb               |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb
index 9963990..34e8013 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.6.bb
@@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b1bf06a8d02cb00b02dea7d03ef9525f"
 # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
 DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype"
 
-PATCHSET = "8"
-SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
+PATCHSET = "10"
+SRC_URI = "http://www.imagemagick.org/download/legacy/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
            file://remove.dist-lzip.patch \
 "
-SRC_URI[md5sum] = "ea66fbb6fc1354312bc4971c0a0cfb3c"
-SRC_URI[sha256sum] = "eb33e0ba6aeb542b7127ee1c2f62961236428b233e9911aa86e1b66b3342ea1d"
+SRC_URI[md5sum] = "9034ab5bf6d63fe72230779f1f590691"
+SRC_URI[sha256sum] = "95b487bb0e4ebf97dd06b6d61f421a05e2666f253ae06352cb3262b34603b2a3"
 
 S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
 



More information about the Openembedded-commits mailing list