diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-29 10:49:31 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-29 21:37:56 +0200 |
| commit | bac6bc042b2cdd1cf6c5d149c1278ce6e56d889e (patch) | |
| tree | f3439d552cb8603f64624a733e0749763b6baf34 /meta-oe/recipes-support | |
| parent | 414eff51d95a8355d6edb80292e7dd46f1477d3a (diff) | |
| download | meta-openembedded-bac6bc042b2cdd1cf6c5d149c1278ce6e56d889e.tar.gz | |
tangogps: add LIC_FILES_CHKSUM and drop distro override
* include tangogps.inc directly to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/tangogps/tangogps.inc | 15 | ||||
| -rw-r--r-- | meta-oe/recipes-support/tangogps/tangogps_0.99.4.bb | 18 |
2 files changed, 15 insertions, 18 deletions
diff --git a/meta-oe/recipes-support/tangogps/tangogps.inc b/meta-oe/recipes-support/tangogps/tangogps.inc deleted file mode 100644 index 436fe07db0..0000000000 --- a/meta-oe/recipes-support/tangogps/tangogps.inc +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 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 index ab682f3cf1..a5706d33c1 100644 --- a/meta-oe/recipes-support/tangogps/tangogps_0.99.4.bb +++ b/meta-oe/recipes-support/tangogps/tangogps_0.99.4.bb | |||
| @@ -1,4 +1,16 @@ | |||
| 1 | require tangogps.inc | 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 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
| 7 | PRIORITY = "optional" | ||
| 8 | DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4" | ||
| 2 | 9 | ||
| 3 | SRC_URI[archive.md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d" | 10 | SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz" |
| 4 | SRC_URI[archive.sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a" | 11 | SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d" |
| 12 | SRC_URI[sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | RRECOMMENDS_${PN} = "gpsd" | ||
