summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/imagemagick
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-08-18 14:29:30 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-24 13:58:18 +0200
commit6682d8db0346f2cb515c3b128033db21fedff06a (patch)
tree4c4b76a289a50d4147157559fad33260199f9b65 /meta-oe/recipes-support/imagemagick
parent2f71b62260aaf46e2e8d01989b46428437410122 (diff)
downloadmeta-openembedded-6682d8db0346f2cb515c3b128033db21fedff06a.tar.gz
imagemagick: upgrade 6.9.1 -> 6.9.2
Signed-off-by: Roy Li <rongqing.li@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.2.bb (renamed from 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.2.bb
index d84d51862..2ef3e75da 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.2.bb
@@ -8,11 +8,11 @@ DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype"
8# Important note: tarballs for all patchsets within a version are deleted when 8# Important note: tarballs for all patchsets within a version are deleted when
9# a new pachset is created. To avoid multiple patches for each patchset, try to 9# a new pachset is created. To avoid multiple patches for each patchset, try to
10# update to the last pachset of a version 10# update to the last pachset of a version
11PATCHSET = "10" 11PATCHSET = "0"
12SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \ 12SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \
13" 13"
14SRC_URI[md5sum] = "cf5c663a31d0ca2975121d0803db0e61" 14SRC_URI[md5sum] = "99471c8c3f38c9264faf5c4ca7a31287"
15SRC_URI[sha256sum] = "22565464059376513869b6626982e0726a33788ccc7e19a08e55ff1683d4ff92" 15SRC_URI[sha256sum] = "07a2de28f7f9ab888ef47c02eb7e10cc3e0dd0e9797c5d71d6e71d19f842399e"
16 16
17S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" 17S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
18 18