diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-30 22:19:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-31 17:30:13 +0200 |
commit | af2f1de23c491cdd25e80011971a9019f20c8f47 (patch) | |
tree | 6721f5e71f7922db4b3349008fe27bc88302b600 /meta-oe/recipes-navigation/foxtrotgps | |
parent | edfe27d5c78991171fef308870022d52be88ca68 (diff) | |
download | meta-openembedded-af2f1de23c491cdd25e80011971a9019f20c8f47.tar.gz |
gpsd,tangogps,foxtrotgps,navit: move to new recipes-navigation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/foxtrotgps')
-rw-r--r-- | meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb | 16 |
1 files changed, 16 insertions, 0 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 new file mode 100644 index 0000000000..8b685ac157 --- /dev/null +++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "FoxtrotGPS is a map and GPS application using OpenStreetMap" | ||
2 | AUTHOR = "Joshua Judson Rosen <rozzin@geekspace.com>" | ||
3 | HOMEPAGE = "http://www.foxtrotgps.org/" | ||
4 | SECTION = "x11/applications" | ||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
7 | PRIORITY = "optional" | ||
8 | DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd" | ||
9 | |||
10 | SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" | ||
11 | SRC_URI[md5sum] = "982d14cdb0439cc4d6aa6cefc232124d" | ||
12 | SRC_URI[sha256sum] = "059158fd8e61137e2e6d6e01685add7fb85cce8483faa99efb01187f2ba50841" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | RRECOMMENDS_${PN} = "gpsd" | ||