summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb')
-rw-r--r--meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb b/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
deleted file mode 100644
index 546abbcae..000000000
--- a/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "tangoGPS is a map and GPS application using Openstreetmap"
2AUTHOR = "Marcus Bauer <marcus.bauer@gmail.com>"
3HOMEPAGE = "http://tangogps.org/"
4SECTION = "x11/applications"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
7DEPENDS = "curl gtk+ sqlite3 libexif libsoup-2.4 bluez4"
8PR = "r4"
9
10SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz \
11 file://remove.unused.header.patch \
12 file://glib-2.32.patch \
13"
14SRC_URI[md5sum] = "0f07ede94a21eb84f5e017fa88a1fc3d"
15SRC_URI[sha256sum] = "660fdf89ef3c379f2fc0c2a9d0c9d3bfa5345835786b72bf9f513ba9ec2c812a"
16
17inherit autotools pkgconfig gconf
18
19RRECOMMENDS_${PN} = "gpsd"
20
21do_install_append() {
22 mv ${D}${prefix}/doc ${D}${datadir} || true
23}