summaryrefslogtreecommitdiff
path: root/packages/tangogps/tangogps-fso_0.9.2.bb
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2008-07-28 20:38:38 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2008-07-28 20:38:38 +0000
commit07dca941ed9e6d6fc121d9ceb949f42b9a58daf4 (patch)
tree0c01d891182d4401faddf9a127c153e9fdfcea9e /packages/tangogps/tangogps-fso_0.9.2.bb
parent3ccda8bedb75a5717bdeb89ae7ccd5db8235b876 (diff)
tangogps-fso_0.9.2.bb: Add a tangogps version with experimental patches that
support ogpsd. This will hopefully be merged once the Gypsy API is completely supported.
Diffstat (limited to 'packages/tangogps/tangogps-fso_0.9.2.bb')
-rw-r--r--packages/tangogps/tangogps-fso_0.9.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/tangogps/tangogps-fso_0.9.2.bb b/packages/tangogps/tangogps-fso_0.9.2.bb
new file mode 100644
index 0000000000..e05b72dc29
--- /dev/null
+++ b/packages/tangogps/tangogps-fso_0.9.2.bb
@@ -0,0 +1,13 @@
+LICENSE = "GPLv2"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+DESCRIPTION = "lightweight and fast mapping application"
+DEPENDS = "curl gtk+ gconf gypsy dbus-glib"
+
+inherit autotools
+
+SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz\
+ file://0002-Get-GPS-data-via-the-gypsy-interface.patch;patch=1 \
+ file://0003-Try-to-request-the-GPS-resource-from-ousaged.patch;patch=1"
+
+S=${WORKDIR}/tangogps-${PV}