[oe-commits] Martin Jansa : libgnomeprint: fix build with newer toolchain

git at git.openembedded.org git at git.openembedded.org
Wed Dec 26 08:16:32 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: c7ff376b90090d8639db611a748ce609c3885906
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c7ff376b90090d8639db611a748ce609c3885906

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Dec 23 12:36:21 2012 +0100

libgnomeprint: fix build with newer toolchain

* FILE is not defined without stdio.h

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../gnome/libgnomeprint/fix.includes.patch         |   11 +++++++++++
 .../recipes-gnome/gnome/libgnomeprint_2.18.7.bb    |    4 ++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint/fix.includes.patch b/meta-gnome/recipes-gnome/gnome/libgnomeprint/fix.includes.patch
new file mode 100644
index 0000000..53235a1
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint/fix.includes.patch
@@ -0,0 +1,11 @@
+diff -uNr libgnomeprint-2.18.7.orig/libgnomeprint/modules/cups/gnome-print-cups-transport.c libgnomeprint-2.18.7/libgnomeprint/modules/cups/gnome-print-cups-transport.c
+--- libgnomeprint-2.18.7.orig/libgnomeprint/modules/cups/gnome-print-cups-transport.c	2009-04-19 19:45:36.000000000 +0200
++++ libgnomeprint-2.18.7/libgnomeprint/modules/cups/gnome-print-cups-transport.c	2012-12-23 12:34:52.058643537 +0100
+@@ -35,6 +35,7 @@
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <unistd.h>
++#include <stdio.h>
+ #include <locale.h>
+ 
+ #include <cups/cups.h>
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb
index c0ea12a..328da68 100644
--- a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb
+++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb
@@ -1,12 +1,16 @@
 LICENSE = "GPLv2"
 SECTION = "x11/gnome/libs"
 
+PR = "r1"
+
 DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 inherit pkgconfig gnome
 
+SRC_URI += "file://fix.includes.patch"
+
 SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3"
 SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6"
 





More information about the Openembedded-commits mailing list