blob: 9efd35637bc45023ab1df926ed1b19b6be3a51dd [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "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
11PNBLACKLIST[gypsy] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
12
13inherit autotools pkgconfig gtk-doc
14PACKAGES += "libgypsy"
15
16FILES_${PN} = " \
17 ${sysconfdir}/gypsy.conf \
18 ${sysconfdir}/dbus-1 \
19 ${libexecdir}/gypsy-daemon \
20 ${datadir}/dbus-1 \
21"
22
23FILES_libgypsy = " \
24 ${libdir}/libgypsy${SOLIBS} \
25"