mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
foxtrotgps: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
16
meta-oe/recipes-support/foxtrotgps/foxtrotgps_1.0.1.bb
Normal file
16
meta-oe/recipes-support/foxtrotgps/foxtrotgps_1.0.1.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "FoxtrotGPS is a map and GPS application using OpenStreetMap"
|
||||
AUTHOR = "Joshua Judson Rosen <rozzin@geekspace.com>"
|
||||
HOMEPAGE = "http://www.foxtrotgps.org/"
|
||||
SECTION = "x11/applications"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd"
|
||||
|
||||
SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz"
|
||||
SRC_URI[md5sum] = "982d14cdb0439cc4d6aa6cefc232124d"
|
||||
SRC_URI[sha256sum] = "059158fd8e61137e2e6d6e01685add7fb85cce8483faa99efb01187f2ba50841"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
RRECOMMENDS_${PN} = "gpsd"
|
||||
Reference in New Issue
Block a user