aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-05-17 09:51:54 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-21 12:45:49 +0200
commit2150f733e1c0d95562b08b49513e3ef1e69d627e (patch)
tree66535285d89d2bbae7d6f77c82b8c54cf369bfc6 /meta-gnome/recipes-gnome/evince/evince_2.32.0.bb
parentcf4e3bbfe3c4d5fe4de02cad2501c73c3fcc6ac9 (diff)
downloadmeta-openembedded-contrib-2150f733e1c0d95562b08b49513e3ef1e69d627e.tar.gz
evince: fix build with gcc 4.8
warning/errror was: tiff2ps.c:1131:4: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'tsize_t' [-Werror=format=] chunk_size, tiled_image ? "tiles" : "strips"); ^ cc1: some warnings being treated as errors Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/evince/evince_2.32.0.bb')
-rw-r--r--meta-gnome/recipes-gnome/evince/evince_2.32.0.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb b/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb
index f1c35636f3..6197564dc1 100644
--- a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb
@@ -4,11 +4,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b"
SECTION = "x11/office"
DEPENDS = "gnome-icon-theme gnome-doc-utils-native libgnome-keyring nautilus tiff libxt ghostscript poppler libxml2 gtk+ gconf libglade"
-PR = "r4"
+PR = "r5"
inherit gnome pkgconfig gtk-icon-cache gsettings
-SRC_URI += "file://cross-compile-fix.patch"
+SRC_URI += " \
+ file://cross-compile-fix.patch \
+ file://0001-tiff-fix-compile-warning.patch \
+"
SRC_URI[archive.md5sum] = "ebc3ce6df8dcbf29cb9492f8dd031319"
SRC_URI[archive.sha256sum] = "2a4c91ae38f8b5028cebb91b9da9ddc50ea8ae3f3d429df89ba351da2d787ff7"