diff options
author | Kimmo Surakka <kimmo.surakka@vincit.fi> | 2015-07-23 17:50:41 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-18 11:38:01 +0200 |
commit | a2aac43f84593ed14b0f26f982556da4a03254de (patch) | |
tree | 7e25d090a040c6f1cfb35f704621fe7d1f64a323 | |
parent | 9a67b079a7deff2d6e53df031b26304a71c4e0f8 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb | 6 |
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 6ee372482..e7c53748c 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" | |||
5 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. | 5 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. |
6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype" | 6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype" |
7 | 7 | ||
8 | PATCHSET = "4" | 8 | PATCHSET = "9" |
9 | SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \ | 9 | SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \ |
10 | " | 10 | " |
11 | SRC_URI[md5sum] = "b5929717d848a386f2674aeb31257c42" | 11 | SRC_URI[md5sum] = "5a3a60d1dae65ee7b1cc88498e3a0008" |
12 | SRC_URI[sha256sum] = "74973478058069ce44040ff76b61df713d70adcadfd207836cc0622cadf1e4bf" | 12 | SRC_URI[sha256sum] = "83cd785caeb26a171e185b5deba2900c5b73e79c97364caa4c879d26c9f4a91b" |
13 | 13 | ||
14 | S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" | 14 | S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" |
15 | 15 | ||