mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 04:33:29 +00:00
* it's incorrectly used in build (and just "o" is used instead of xslt command): | o gypsy-discovery.xml ../docs/tools/spec-strip-docs.xsl gypsy-discovery-full.xml | /bin/bash: o: command not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
16 lines
546 B
PHP
16 lines
546 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 = "x11"
|
|
DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native"
|
|
|
|
inherit autotools pkgconfig gtk-doc
|
|
|
|
EXTRA_OECONF += "--with-distro=debian"
|
|
|
|
FILES_${PN} += "/usr/share/dbus-1/services/"
|