diff options
Diffstat (limited to 'meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch')
-rw-r--r-- | meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch deleted file mode 100644 index d80d321ca6..0000000000 --- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch +++ /dev/null | |||
@@ -1,40 +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 | === modified file 'foxtrotgps-1.0.1/src/friends.c' | ||
6 | --- foxtrotgps-1.0.1.orig/src/friends.c 2011-05-01 20:51:37 +0000 | ||
7 | +++ foxtrotgps-1.0.1/src/friends.c 2011-07-21 15:34:03 +0000 | ||
8 | @@ -17,7 +17,6 @@ | ||
9 | #include <gtk/gtk.h> | ||
10 | |||
11 | #include <curl/curl.h> | ||
12 | -#include <curl/types.h> | ||
13 | #include <curl/easy.h> | ||
14 | |||
15 | |||
16 | |||
17 | === modified file 'foxtrotgps-1.0.1/src/tile_management.c' | ||
18 | --- foxtrotgps-1.0.1.orig/src/tile_management.c 2011-06-02 11:25:49 +0000 | ||
19 | +++ foxtrotgps-1.0.1/src/tile_management.c 2011-07-21 15:34:06 +0000 | ||
20 | @@ -8,7 +8,6 @@ | ||
21 | #include <glib/gprintf.h> | ||
22 | #include <string.h> | ||
23 | #include <curl/curl.h> | ||
24 | -#include <curl/types.h> | ||
25 | #include <curl/easy.h> | ||
26 | #include <math.h> | ||
27 | #include "globals.h" | ||
28 | |||
29 | === modified file 'foxtrotgps-1.0.1/src/util.h' | ||
30 | --- foxtrotgps-1.0.1.orig/src/util.h 2010-04-13 02:20:30 +0000 | ||
31 | +++ foxtrotgps-1.0.1/src/util.h 2011-07-21 15:34:05 +0000 | ||
32 | @@ -2,7 +2,6 @@ | ||
33 | #include <gtk/gtk.h> | ||
34 | |||
35 | #include <curl/curl.h> | ||
36 | -#include <curl/types.h> | ||
37 | #include <curl/easy.h> | ||
38 | int | ||
39 | sql_execute(char *db_name, char *sql, int (*cb_func)(void*,int,char**,char**)); | ||
40 | |||