mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 05:01:58 +02:00
This reverts commit 13f540c5a9.
This daemon is called by dbus when I client connects to it. So it's not
necessary to have the init script. This patch would be useful if we add the
init script as a separeted package. But for now we can remove it.
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
26 lines
727 B
PHP
26 lines
727 B
PHP
SUMMARY = "GPS Multiplexing Daemon"
|
|
DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \
|
|
multiple clients to access GPS data from multiple GPS sources \
|
|
concurrently. Gypsy also hides the details of parsing NMEA from the \
|
|
client applications, passing the data as simple values for the clients \
|
|
to use."
|
|
LICENSE = "GPLv2.0 & LGPLv2.1"
|
|
SECTION = "console/network"
|
|
DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt"
|
|
|
|
inherit autotools pkgconfig gtk-doc
|
|
PACKAGES += "libgypsy"
|
|
|
|
EXTRA_OECONF += "--with-distro=debian"
|
|
|
|
FILES_${PN} = " \
|
|
${sysconfdir}/gypsy.conf \
|
|
${sysconfdir}/dbus-1 \
|
|
${libexecdir}/gypsy-daemon \
|
|
${datadir}/dbus-1 \
|
|
"
|
|
|
|
FILES_libgypsy = " \
|
|
${libdir}/libgypsy${SOLIBS} \
|
|
"
|