summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/imagemagick
diff options
context:
space:
mode:
authorRandy MacLeod <randy.macleod@windriver.com>2017-05-15 11:07:31 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-05-23 15:50:59 +0200
commitb1581f062c7a7a1c561e029b883b609820583d5a (patch)
tree6f51b9eb7d11e6665b0b4800a2f57acf0004013b /meta-oe/recipes-support/imagemagick
parente8142b0d247af4bae77546be156cc901183f5016 (diff)
downloadmeta-openembedded-b1581f062c7a7a1c561e029b883b609820583d5a.tar.gz
imagemagick: upgrade from 7.0.2 to 7.0.5
LICENSE changes are due to copyright year increments and a URL changing from http to https. Signed-off-by: Randy MacLeod <Randy.MacLeod@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_7.0.5.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.5.bb
index 960cb00ef..b8ee6e7be 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.5.bb
@@ -1,18 +1,18 @@
1SUMMARY = "ImageMagick is an image convertion tools" 1SUMMARY = "ImageMagick is an image convertion tools"
2SECTION = "console/utils" 2SECTION = "console/utils"
3LICENSE = "ImageMagick" 3LICENSE = "ImageMagick"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=22d47a47bf252ca3ed7f71273b53612e" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=dad5a98f173fd3fa6958a1a58c6131c1"
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.
6DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype" 6DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype"
7 7
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 = "6"
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] = "e1cb23d9c10a8eff228ef30ee281711a" 14SRC_URI[md5sum] = "dfaa2bd61f65d67ea8d5307ed6cd197f"
15SRC_URI[sha256sum] = "dad306bfd7730e1665c6fdb6eb478fb2c41e2db71ab56451bbaebe9df546b1d2" 15SRC_URI[sha256sum] = "f60c3e3466ccbf9a0e643284ffec3467363edf9611f16a98387f927a974b49ab"
16 16
17S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" 17S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}"
18 18