diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 13:24:47 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 14:43:41 +0200 |
| commit | 89500c583e0f1dc1b4ffdf72914e08e505e427e0 (patch) | |
| tree | b073036cc61aa34ca5ac9eec4d617366e0dcb3d5 /meta-oe/recipes-support/tangogps | |
| parent | e66079da37992abd54486488aa06a99bf7a4198c (diff) | |
| download | meta-openembedded-89500c583e0f1dc1b4ffdf72914e08e505e427e0.tar.gz | |
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
Diffstat (limited to 'meta-oe/recipes-support/tangogps')
| -rw-r--r-- | meta-oe/recipes-support/tangogps/tangogps.inc | 15 | ||||
| -rw-r--r-- | meta-oe/recipes-support/tangogps/tangogps_0.99.4.bb | 4 |
2 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/tangogps/tangogps.inc b/meta-oe/recipes-support/tangogps/tangogps.inc new file mode 100644 index 0000000000..436fe07db0 --- /dev/null +++ b/meta-oe/recipes-support/tangogps/tangogps.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "tangoGPS is a map and GPS application using Openstreetmap" | ||
| 2 | AUTHOR = "Marcus Bauer <marcus.bauer@gmail.com>" | ||
| 3 | HOMEPAGE = "http://tangogps.org/" | ||
| 4 | SECTION = "x11/applications" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | PRIORITY = "optional" | ||
| 7 | DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz;name=archive" | ||
| 10 | S = "${WORKDIR}/tangogps-${PV}" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig | ||
| 13 | |||
| 14 | RRECOMMENDS_${PN} = "gpsd" | ||
| 15 | RRECOMMENDS_shr = "fso-gpsd" | ||
diff --git a/meta-oe/recipes-support/tangogps/tangogps_0.99.4.bb b/meta-oe/recipes-support/tangogps/tangogps_0.99.4.bb new file mode 100644 index 0000000000..ab682f3cf1 --- /dev/null +++ b/meta-oe/recipes-support/tangogps/tangogps_0.99.4.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | require tangogps.inc | ||
| 2 | |||
| 3 | SRC_URI[archive.md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d" | ||
| 4 | SRC_URI[archive.sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a" | ||
