[oe-commits] Javier Viguera : imagemagick: fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Wed Oct 15 07:37:12 UTC 2014


Module: meta-openembedded.git
Branch: daisy
Commit: 518cd119a8724dbd485a5d5c5047de59e8fbd652
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=518cd119a8724dbd485a5d5c5047de59e8fbd652

Author: Javier Viguera <javier.viguera at digi.com>
Date:   Tue Oct  7 12:23:54 2014 +0200

imagemagick: fix SRC_URI

The package download URL has changed.

Signed-off-by: Javier Viguera <javier.viguera at digi.com>
Signed-off-by: Cliff Brake <cbrake at bec-systems.com>

---

 meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb
index e261eb8..27d02ed 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.8.8.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d84c6ddd4028aa53d028b4c50f9361e"
 DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype"
 
 PATCHSET = "10"
-SRC_URI = "http://www.imagemagick.org/download/legacy/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
+SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
            file://remove.dist-lzip.patch \
 "
 SRC_URI[md5sum] = "a3a0fa301965d6fde68fccd066f62b0b"



More information about the Openembedded-commits mailing list