mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
tangogps: remove
* foxtrotgsp is better maintained and now tangogps.org domain is gone too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
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>
|
||||
@@ -1,37 +0,0 @@
|
||||
curl/types.h was removed in
|
||||
https://github.com/bagder/curl/commit/2ef7a28a71f819343afefa721e5497119fb2cee0#include/curl
|
||||
and is not available in curl-7.21.8 and newer
|
||||
|
||||
diff -uNr tangogps-0.99.4.orig//src/util.h tangogps-0.99.4/src/util.h
|
||||
--- tangogps-0.99.4.orig//src/util.h 2009-11-06 13:16:05.000000000 +0100
|
||||
+++ tangogps-0.99.4/src/util.h 2011-07-21 14:36:59.208792227 +0200
|
||||
@@ -2,7 +2,6 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
int
|
||||
sql_execute(char *db_name, char *sql, int (*cb_func)(void*,int,char**,char**));
|
||||
diff -uNr tangogps-0.99.4.orig//src/friends.c tangogps-0.99.4/src/friends.c
|
||||
--- tangogps-0.99.4.orig//src/friends.c 2010-06-25 11:40:04.000000000 +0200
|
||||
+++ tangogps-0.99.4/src/friends.c 2011-07-21 14:39:14.711789408 +0200
|
||||
@@ -17,7 +17,6 @@
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
|
||||
|
||||
diff -uNr tangogps-0.99.4.orig//src/tile_management.c tangogps-0.99.4/src/tile_management.c
|
||||
--- tangogps-0.99.4.orig//src/tile_management.c 2010-06-25 11:40:05.000000000 +0200
|
||||
+++ tangogps-0.99.4/src/tile_management.c 2011-07-21 14:38:45.030790011 +0200
|
||||
@@ -5,7 +5,6 @@
|
||||
#include <glib/gprintf.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
#include <math.h>
|
||||
#include "globals.h"
|
||||
@@ -1,23 +0,0 @@
|
||||
DESCRIPTION = "tangoGPS is a map and GPS application using Openstreetmap"
|
||||
AUTHOR = "Marcus Bauer <marcus.bauer@gmail.com>"
|
||||
HOMEPAGE = "http://tangogps.org/"
|
||||
SECTION = "x11/applications"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
DEPENDS = "curl gtk+ sqlite3 libexif libsoup-2.4 bluez4"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz \
|
||||
file://remove.unused.header.patch \
|
||||
file://glib-2.32.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d"
|
||||
SRC_URI[sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a"
|
||||
|
||||
inherit autotools pkgconfig gconf
|
||||
|
||||
RRECOMMENDS_${PN} = "gpsd"
|
||||
|
||||
do_install_append() {
|
||||
mv ${D}${prefix}/doc ${D}${datadir} || true
|
||||
}
|
||||
Reference in New Issue
Block a user