mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
tangogps: fix build with glib-2.32
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
diff -uNr tangogps-0.99.4.orig/src/map_management.c tangogps-0.99.4/src/map_management.c
|
||||
--- tangogps-0.99.4.orig/src/map_management.c 2010-06-25 11:40:05.000000000 +0200
|
||||
+++ tangogps-0.99.4/src/map_management.c 2012-04-30 07:43:58.551301271 +0200
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtk.h>
|
||||
-#include <glib/gstring.h>
|
||||
#include <glib/gprintf.h>
|
||||
#include <gconf/gconf.h>
|
||||
#include <math.h>
|
||||
@@ -5,10 +5,12 @@ SECTION = "x11/applications"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4 bluez4"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz \
|
||||
file://remove.unused.header.patch"
|
||||
file://remove.unused.header.patch \
|
||||
file://glib-2.32.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d"
|
||||
SRC_URI[sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user