[oe-commits] Martin Jansa : omgps: fix build with gdk-pixbuf-2.26.5 from oe-core

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


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Dec 22 18:15:28 2012 +0100

omgps: fix build with gdk-pixbuf-2.26.5 from oe-core

* also add Upstream-Status to other omgps patches

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

---

 .../omgps/omgps/fix.build.with.glib.2.34.patch     |    3 +++
 .../omgps/omgps/fix.capability.patch               |    3 +++
 .../recipes-navigation/omgps/omgps/gcc-4.4.patch   |    3 +++
 .../omgps/omgps/gdk-pixbuf-2.26.5.patch            |   15 +++++++++++++++
 .../omgps/omgps/sysfs.node.2.6.32.patch            |    3 +++
 .../omgps/omgps/use.unused.variable.patch          |    3 +++
 meta-oe/recipes-navigation/omgps/omgps_svn.bb      |    3 ++-
 7 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-navigation/omgps/omgps/fix.build.with.glib.2.34.patch b/meta-oe/recipes-navigation/omgps/omgps/fix.build.with.glib.2.34.patch
index e953663..ec3bde0 100644
--- a/meta-oe/recipes-navigation/omgps/omgps/fix.build.with.glib.2.34.patch
+++ b/meta-oe/recipes-navigation/omgps/omgps/fix.build.with.glib.2.34.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Submitted
+https://code.google.com/p/omgps/issues/detail?id=15
+
 diff -uNr omgps.orig/src/dbus_intf.c omgps/src/dbus_intf.c
 --- omgps.orig/src/dbus_intf.c	2011-12-12 12:22:47.000000000 +0100
 +++ omgps/src/dbus_intf.c	2012-11-14 14:44:45.435381443 +0100
diff --git a/meta-oe/recipes-navigation/omgps/omgps/fix.capability.patch b/meta-oe/recipes-navigation/omgps/omgps/fix.capability.patch
index 56ec3a4..3ed86d8 100644
--- a/meta-oe/recipes-navigation/omgps/omgps/fix.capability.patch
+++ b/meta-oe/recipes-navigation/omgps/omgps/fix.capability.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Submitted
+https://code.google.com/p/omgps/issues/detail?id=15
+
 we need to include config.h first to know if HAVE_SYS_CAPABILITY_H is enabled or no, otherwise
 sys/capability.h is not included and later used
 | src/network.c: In function 'can_ping':
diff --git a/meta-oe/recipes-navigation/omgps/omgps/gcc-4.4.patch b/meta-oe/recipes-navigation/omgps/omgps/gcc-4.4.patch
index 3eae960..41f6471 100644
--- a/meta-oe/recipes-navigation/omgps/omgps/gcc-4.4.patch
+++ b/meta-oe/recipes-navigation/omgps/omgps/gcc-4.4.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Submitted
+https://code.google.com/p/omgps/issues/detail?id=15
+
 diff -uNr omgps.orig/src/include/map_repo.h omgps/src/include/map_repo.h
 --- omgps.orig/src/include/map_repo.h	2009-07-20 19:54:08.000000000 +0200
 +++ omgps/src/include/map_repo.h	2010-01-17 14:55:24.000000000 +0100
diff --git a/meta-oe/recipes-navigation/omgps/omgps/gdk-pixbuf-2.26.5.patch b/meta-oe/recipes-navigation/omgps/omgps/gdk-pixbuf-2.26.5.patch
new file mode 100644
index 0000000..6880805
--- /dev/null
+++ b/meta-oe/recipes-navigation/omgps/omgps/gdk-pixbuf-2.26.5.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Submitted
+https://code.google.com/p/omgps/issues/detail?id=15
+
+diff -uNr omgps/src/tab_scratch.c omgps.new/src/tab_scratch.c
+--- omgps/src/tab_scratch.c	2012-12-22 18:13:25.994788128 +0100
++++ omgps.new/src/tab_scratch.c	2012-12-22 18:12:45.876790644 +0100
+@@ -51,7 +51,7 @@
+ 	}
+ 
+ 	gboolean ret = gdk_pixbuf_save (pixbuf, buf, SCREENSHOT_FILE_TYPE, &err, "tEXt::Software", "omgps", NULL);
+-	gdk_pixbuf_unref(pixbuf);
++	g_object_unref(pixbuf);
+ 
+ 	if (ret) {
+ 		char buf1[128];
diff --git a/meta-oe/recipes-navigation/omgps/omgps/sysfs.node.2.6.32.patch b/meta-oe/recipes-navigation/omgps/omgps/sysfs.node.2.6.32.patch
index d18a2fd..290c5e6 100644
--- a/meta-oe/recipes-navigation/omgps/omgps/sysfs.node.2.6.32.patch
+++ b/meta-oe/recipes-navigation/omgps/omgps/sysfs.node.2.6.32.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Submitted
+https://code.google.com/p/omgps/issues/detail?id=15
+
 diff -uNr omgps.orig//src/uart.c omgps/src/uart.c
 --- omgps.orig//src/uart.c	2010-08-22 23:34:09.000000000 +0200
 +++ omgps/src/uart.c	2010-08-22 23:33:54.000000000 +0200
diff --git a/meta-oe/recipes-navigation/omgps/omgps/use.unused.variable.patch b/meta-oe/recipes-navigation/omgps/omgps/use.unused.variable.patch
index 73d6dba..3ccb14e 100644
--- a/meta-oe/recipes-navigation/omgps/omgps/use.unused.variable.patch
+++ b/meta-oe/recipes-navigation/omgps/omgps/use.unused.variable.patch
@@ -1,3 +1,6 @@
+Upstream-Status: Submitted
+https://code.google.com/p/omgps/issues/detail?id=15
+
 --- a/src/settings.c	2011-12-12 13:21:30.573400795 +0100
 +++ b/src/settings.c	2011-12-12 14:11:05.269606119 +0100
 @@ -278,6 +278,9 @@
diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
index 0d788b6..7c787a4 100644
--- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb
+++ b/meta-oe/recipes-navigation/omgps/omgps_svn.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 DEPENDS = "gtk+ python-pygobject dbus-glib"
 SRCREV = "109"
 PV = "0.1+svnr${SRCPV}"
-PR = "r1"
+PR = "r2"
 S = "${WORKDIR}/${PN}"
 
 do_configure_prepend() {
@@ -20,6 +20,7 @@ SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;protocol=http \
            file://fix.capability.patch \
            file://use.unused.variable.patch \
            file://fix.build.with.glib.2.34.patch \
+           file://gdk-pixbuf-2.26.5.patch \
 "
 
 inherit autotools





More information about the Openembedded-commits mailing list