summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gypsy/gypsy.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation/gypsy/gypsy.inc')
-rw-r--r--meta-oe/recipes-navigation/gypsy/gypsy.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc
new file mode 100644
index 000000000..7c93d0a19
--- /dev/null
+++ b/meta-oe/recipes-navigation/gypsy/gypsy.inc
@@ -0,0 +1,23 @@
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.0 & LGPLv2.1"
8SECTION = "console/network"
9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt"
10
11inherit autotools pkgconfig gtk-doc
12PACKAGES += "libgypsy"
13
14FILES_${PN} = " \
15 ${sysconfdir}/gypsy.conf \
16 ${sysconfdir}/dbus-1 \
17 ${libexecdir}/gypsy-daemon \
18 ${datadir}/dbus-1 \
19"
20
21FILES_libgypsy = " \
22 ${libdir}/libgypsy${SOLIBS} \
23"