diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-25 10:45:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-25 19:46:34 +0100 |
commit | 3da9e225a37da4cde3577ecbaf0f132756f004bd (patch) | |
tree | b67e9d37bca0bf4c0f27250016269f11e85ce34c /meta-oe | |
parent | f05223782ced8c897fc4e12ddd46ad820ac1215d (diff) | |
download | meta-openembedded-3da9e225a37da4cde3577ecbaf0f132756f004bd.tar.gz |
tangogps: remove
* foxtrotgsp is better maintained and now tangogps.org domain is gone too
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
3 files changed, 0 insertions, 71 deletions
diff --git a/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/glib-2.32.patch b/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/glib-2.32.patch deleted file mode 100644 index 057945527..000000000 --- a/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/glib-2.32.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | diff -uNr tangogps-0.99.4.orig/src/map_management.c tangogps-0.99.4/src/map_management.c | ||
2 | --- tangogps-0.99.4.orig/src/map_management.c 2010-06-25 11:40:05.000000000 +0200 | ||
3 | +++ tangogps-0.99.4/src/map_management.c 2012-04-30 07:43:58.551301271 +0200 | ||
4 | @@ -2,7 +2,6 @@ | ||
5 | |||
6 | #include <glib.h> | ||
7 | #include <gtk/gtk.h> | ||
8 | -#include <glib/gstring.h> | ||
9 | #include <glib/gprintf.h> | ||
10 | #include <gconf/gconf.h> | ||
11 | #include <math.h> | ||
diff --git a/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch b/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch deleted file mode 100644 index db8af841f..000000000 --- a/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | curl/types.h was removed in | ||
2 | https://github.com/bagder/curl/commit/2ef7a28a71f819343afefa721e5497119fb2cee0#include/curl | ||
3 | and is not available in curl-7.21.8 and newer | ||
4 | |||
5 | diff -uNr tangogps-0.99.4.orig//src/util.h tangogps-0.99.4/src/util.h | ||
6 | --- tangogps-0.99.4.orig//src/util.h 2009-11-06 13:16:05.000000000 +0100 | ||
7 | +++ tangogps-0.99.4/src/util.h 2011-07-21 14:36:59.208792227 +0200 | ||
8 | @@ -2,7 +2,6 @@ | ||
9 | #include <gtk/gtk.h> | ||
10 | |||
11 | #include <curl/curl.h> | ||
12 | -#include <curl/types.h> | ||
13 | #include <curl/easy.h> | ||
14 | int | ||
15 | sql_execute(char *db_name, char *sql, int (*cb_func)(void*,int,char**,char**)); | ||
16 | diff -uNr tangogps-0.99.4.orig//src/friends.c tangogps-0.99.4/src/friends.c | ||
17 | --- tangogps-0.99.4.orig//src/friends.c 2010-06-25 11:40:04.000000000 +0200 | ||
18 | +++ tangogps-0.99.4/src/friends.c 2011-07-21 14:39:14.711789408 +0200 | ||
19 | @@ -17,7 +17,6 @@ | ||
20 | #include <gtk/gtk.h> | ||
21 | |||
22 | #include <curl/curl.h> | ||
23 | -#include <curl/types.h> | ||
24 | #include <curl/easy.h> | ||
25 | |||
26 | |||
27 | diff -uNr tangogps-0.99.4.orig//src/tile_management.c tangogps-0.99.4/src/tile_management.c | ||
28 | --- tangogps-0.99.4.orig//src/tile_management.c 2010-06-25 11:40:05.000000000 +0200 | ||
29 | +++ tangogps-0.99.4/src/tile_management.c 2011-07-21 14:38:45.030790011 +0200 | ||
30 | @@ -5,7 +5,6 @@ | ||
31 | #include <glib/gprintf.h> | ||
32 | #include <string.h> | ||
33 | #include <curl/curl.h> | ||
34 | -#include <curl/types.h> | ||
35 | #include <curl/easy.h> | ||
36 | #include <math.h> | ||
37 | #include "globals.h" | ||
diff --git a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb deleted file mode 100644 index 546abbcae..000000000 --- a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | DESCRIPTION = "tangoGPS is a map and GPS application using Openstreetmap" | ||
2 | AUTHOR = "Marcus Bauer <marcus.bauer@gmail.com>" | ||
3 | HOMEPAGE = "http://tangogps.org/" | ||
4 | SECTION = "x11/applications" | ||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
7 | DEPENDS = "curl gtk+ sqlite3 libexif libsoup-2.4 bluez4" | ||
8 | PR = "r4" | ||
9 | |||
10 | SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz \ | ||
11 | file://remove.unused.header.patch \ | ||
12 | file://glib-2.32.patch \ | ||
13 | " | ||
14 | SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d" | ||
15 | SRC_URI[sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a" | ||
16 | |||
17 | inherit autotools pkgconfig gconf | ||
18 | |||
19 | RRECOMMENDS_${PN} = "gpsd" | ||
20 | |||
21 | do_install_append() { | ||
22 | mv ${D}${prefix}/doc ${D}${datadir} || true | ||
23 | } | ||