From 7e034ebd5424a19a1a3a6d7a0d00f3c0b138359a Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sat, 1 Nov 2014 16:27:23 -0500 Subject: imagemagick: update URI to allow fetching current and previous releases The only version available at the original URI is patch 9. All releases are available at the /releases sub-path. Signed-off-by: Peter A. Bigot Signed-off-by: Martin Jansa --- meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb index 454db64a93..7cb8f0189c 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.9.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d84c6ddd4028aa53d028b4c50f9361e" DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype" PATCHSET = "8" -SRC_URI = "http://www.imagemagick.org/download/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ +SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ " SRC_URI[md5sum] = "7e96f55156d72ce59c76ec93362ec72a" SRC_URI[sha256sum] = "51e0eb0b56e2f16be11c29086a97d474ffd07fe4eb5a9858d8a9c8e9c054c99a" -- cgit 1.2.3-korg