diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-31 23:51:43 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-08 14:15:24 +0200 |
commit | a145099a9c575f07cf06fe981a6df85890f7b3ac (patch) | |
tree | b480a2d50ee27664e27226ab23a195e80789ba80 /meta-oe/recipes-support/imagemagick | |
parent | 00b28cb3de08cd0dfc9d7333f43142bd480eefb1 (diff) | |
download | meta-openembedded-a145099a9c575f07cf06fe981a6df85890f7b3ac.tar.gz |
imagemagick: update patchset from 3 to 4
The ImageMagick-6.9.1-3.tar.xz is gone on the download server, there is
ImageMagick-6.9.1-4.tar.xz now.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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.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 e54135b32..6ee372482 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 = "3" | 8 | PATCHSET = "4" |
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] = "1171a6837defe10be288ab44869cc3a0" | 11 | SRC_URI[md5sum] = "b5929717d848a386f2674aeb31257c42" |
12 | SRC_URI[sha256sum] = "5fd180603e60c624c05c644a8340f4f4e92c19dc3c41d374d38f76c69cd48ba3" | 12 | SRC_URI[sha256sum] = "74973478058069ce44040ff76b61df713d70adcadfd207836cc0622cadf1e4bf" |
13 | 13 | ||
14 | S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" | 14 | S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" |
15 | 15 | ||