summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch')
-rw-r--r--meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch37
1 files changed, 0 insertions, 37 deletions
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 @@
1curl/types.h was removed in
2https://github.com/bagder/curl/commit/2ef7a28a71f819343afefa721e5497119fb2cee0#include/curl
3and is not available in curl-7.21.8 and newer
4
5diff -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**));
16diff -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
27diff -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"