summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gypsy/gypsy_0.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/gypsy/gypsy_0.9.bb')
-rw-r--r--meta/recipes-connectivity/gypsy/gypsy_0.9.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.9.bb b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb
new file mode 100644
index 0000000000..9b99267ef4
--- /dev/null
+++ b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb
@@ -0,0 +1,24 @@
1SUMMARY = "GPS Multiplexing Daemon"
2DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \
3multiple clients to access GPS data from multiple GPS sources \
4concurrently. Gypsy also hides the details of parsing NMEA from the \
5client applications, passing the data as simple values for the clients \
6to use."
7LICENSE = "GPLv2+ & LGPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
9 file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
10 file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
11 file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"
12
13SECTION = "x11"
14DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
15
16SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz"
17PR = "r0"
18
19inherit autotools pkgconfig
20
21FILES_${PN} += "/usr/share/dbus-1/system-services/"
22
23SRC_URI[md5sum] = "e2d186df9c2cc3b70a027043e22acf1a"
24SRC_URI[sha256sum] = "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e236ddfb271904f154d6"