Files
meta-openembedded/meta-oe/recipes-navigation/gypsy/gypsy.inc
Tom King 03dea919fe gypsy: fix QA issue by removing EXTRA_OECONF
Addresses QA issue in:

http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095778.html

gypsy-0.9: gypsy: configure was passed unrecognised options: --with-distro [unknown-configure-option]

Signed-off-by: Tom King <ka6sox@gmail.com>
Signed-off-by: Ron Lockwood-Childs <rchilds@vctlabs.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21 21:35:06 +02:00

24 lines
687 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"
FILES_${PN} = " \
${sysconfdir}/gypsy.conf \
${sysconfdir}/dbus-1 \
${libexecdir}/gypsy-daemon \
${datadir}/dbus-1 \
"
FILES_libgypsy = " \
${libdir}/libgypsy${SOLIBS} \
"