aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gypsy/gypsy.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation/gypsy/gypsy.inc')
-rw-r--r--meta-oe/recipes-navigation/gypsy/gypsy.inc16
1 files changed, 13 insertions, 3 deletions
diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc
index ba543568d5..747b61d23b 100644
--- a/meta-oe/recipes-navigation/gypsy/gypsy.inc
+++ b/meta-oe/recipes-navigation/gypsy/gypsy.inc
@@ -5,11 +5,21 @@ 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"
+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} += "/usr/share/dbus-1/services/"
+FILES_${PN} = " \
+ ${sysconfdir}/gypsy.conf \
+ ${sysconfdir}/dbus-1 \
+ ${libexecdir}/gypsy-daemon \
+ ${datadir}/dbus-1 \
+"
+
+FILES_libgypsy = " \
+ ${libdir}/libgypsy${SOLIBS} \
+"