gypsy.inc 844 B

12345678910111213141516171819202122232425
  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. PNBLACKLIST[gypsy] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
  11. inherit autotools pkgconfig gtk-doc
  12. PACKAGES += "libgypsy"
  13. FILES_${PN} = " \
  14. ${sysconfdir}/gypsy.conf \
  15. ${sysconfdir}/dbus-1 \
  16. ${libexecdir}/gypsy-daemon \
  17. ${datadir}/dbus-1 \
  18. "
  19. FILES_libgypsy = " \
  20. ${libdir}/libgypsy${SOLIBS} \
  21. "