summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb')
-rw-r--r--meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb
index c517f08c47..2a8293e222 100644
--- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb
+++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb
@@ -5,11 +5,13 @@ SECTION = "x11/applications"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" 7DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd"
8PR = "r1"
8 9
9SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" 10SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz \
11 file://remove.unused.header.patch"
10SRC_URI[md5sum] = "982d14cdb0439cc4d6aa6cefc232124d" 12SRC_URI[md5sum] = "982d14cdb0439cc4d6aa6cefc232124d"
11SRC_URI[sha256sum] = "059158fd8e61137e2e6d6e01685add7fb85cce8483faa99efb01187f2ba50841" 13SRC_URI[sha256sum] = "059158fd8e61137e2e6d6e01685add7fb85cce8483faa99efb01187f2ba50841"
12 14
13inherit autotools pkgconfig 15inherit autotools pkgconfig perlnative
14 16
15RRECOMMENDS_${PN} = "gpsd" 17RRECOMMENDS_${PN} = "gpsd"