Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "GPS Multiplexing Daemon" |
| 2 | DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \ |
| 3 | multiple clients to access GPS data from multiple GPS sources \ |
| 4 | concurrently. Gypsy also hides the details of parsing NMEA from the \ |
| 5 | client applications, passing the data as simple values for the clients \ |
| 6 | to use." |
| 7 | LICENSE = "GPLv2.0 & LGPLv2.1" |
| 8 | SECTION = "console/network" |
| 9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt" |
| 10 | |
| 11 | PNBLACKLIST[gypsy] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" |
| 12 | |
| 13 | inherit autotools pkgconfig gtk-doc |
| 14 | PACKAGES += "libgypsy" |
| 15 | |
| 16 | FILES_${PN} = " \ |
| 17 | ${sysconfdir}/gypsy.conf \ |
| 18 | ${sysconfdir}/dbus-1 \ |
| 19 | ${libexecdir}/gypsy-daemon \ |
| 20 | ${datadir}/dbus-1 \ |
| 21 | " |
| 22 | |
| 23 | FILES_libgypsy = " \ |
| 24 | ${libdir}/libgypsy${SOLIBS} \ |
| 25 | " |