diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-21 13:55:16 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-23 16:46:32 +0100 |
commit | cd2f6d54b4e317a5d1a8d676a31dca93d2621b48 (patch) | |
tree | 3ec69ff712c4be6a285cdd622fe7ebc431de7fa4 /meta-oe | |
parent | 588c8ec1669f84b72085e1fa2b9f6d1138e31a13 (diff) | |
download | meta-openembedded-cd2f6d54b4e317a5d1a8d676a31dca93d2621b48.tar.gz |
foxtrotgps: upgrade to 1.1.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-navigation/foxtrotgps/foxtrotgps-1.0.1/remove.unused.header.patch | 40 | ||||
-rw-r--r-- | meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb (renamed from meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb) | 8 |
2 files changed, 3 insertions, 45 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 d80d321ca..000000000 --- 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 | |||
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb index 2a8293e22..2580abc36 100644 --- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb +++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb | |||
@@ -5,12 +5,10 @@ SECTION = "x11/applications" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
7 | DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" | 7 | DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" |
8 | PR = "r1" | ||
9 | 8 | ||
10 | SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz \ | 9 | SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" |
11 | file://remove.unused.header.patch" | 10 | SRC_URI[md5sum] = "1585d332ae546a0f84e8327ac21b27b9" |
12 | SRC_URI[md5sum] = "982d14cdb0439cc4d6aa6cefc232124d" | 11 | SRC_URI[sha256sum] = "2d0d66d3e6d3c6ca1c8e5d82129182a49691b9622067b7c5edf82d808ebf1a77" |
13 | SRC_URI[sha256sum] = "059158fd8e61137e2e6d6e01685add7fb85cce8483faa99efb01187f2ba50841" | ||
14 | 12 | ||
15 | inherit autotools pkgconfig perlnative | 13 | inherit autotools pkgconfig perlnative |
16 | 14 | ||