diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-28 15:07:27 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-28 15:49:58 +0100 |
commit | b23ab4ccc90c8c4cac771c0d7880a722ee37dc10 (patch) | |
tree | 0b593a5e1a22615081b3a3ccc7abfdcb03d6a279 | |
parent | 46e0350e8a64bdf204122b14b6c6a506b9378747 (diff) | |
download | meta-openembedded-b23ab4ccc90c8c4cac771c0d7880a722ee37dc10.tar.gz |
imagemagick: bump PR to rebuild after libtiff3->libtiff5 change
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb index 4cecff080..1869a4181 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb | |||
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=944f66dcedc98d5a4e5d964bd3b32e7b" | |||
5 | # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. | 5 | # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. |
6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" | 6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | PATCHSET = "6" | 10 | PATCHSET = "6" |
9 | SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ |
10 | file://PerlMagic_MakePatch.patch \ | 12 | file://PerlMagic_MakePatch.patch \ |