diff options
author | Trevor Woerner <twoerner@gmail.com> | 2016-09-01 09:42:40 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-11 09:11:21 +0200 |
commit | ce01b0a80158d9c7e2e94c253e89d60a17979712 (patch) | |
tree | bd4c16f071e18d206fe9b63924e946cf7411d1c4 | |
parent | c4ff1c9313a89983b87a8c262d83c046e7007a49 (diff) | |
download | meta-openembedded-ce01b0a80158d9c7e2e94c253e89d60a17979712.tar.gz |
imagemagick: upgrade patchset
...from 7.0.2-7 to 7.0.2-10.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb index 472e42d88..adfcf55d3 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.2.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.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 |
11 | PATCHSET = "7" | 11 | PATCHSET = "10" |
12 | SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \ | 12 | SRC_URI = "http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "bd66b19bd6fc3d320bd8d51869c874f9" | 14 | SRC_URI[md5sum] = "e1cb23d9c10a8eff228ef30ee281711a" |
15 | SRC_URI[sha256sum] = "1168f44cfcd1243acda6bb9663f5d9b3a4bca2acd372e979b97b58ecf5c713e2" | 15 | SRC_URI[sha256sum] = "dad306bfd7730e1665c6fdb6eb478fb2c41e2db71ab56451bbaebe9df546b1d2" |
16 | 16 | ||
17 | S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" | 17 | S = "${WORKDIR}/ImageMagick-${PV}-${PATCHSET}" |
18 | 18 | ||