summaryrefslogtreecommitdiffstats
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.inc13
1 files changed, 1 insertions, 12 deletions
diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc
index 1f50d7956..747b61d23 100644
--- a/meta-oe/recipes-navigation/gypsy/gypsy.inc
+++ b/meta-oe/recipes-navigation/gypsy/gypsy.inc
@@ -8,20 +8,13 @@ LICENSE = "GPLv2.0 & LGPLv2.1"
8SECTION = "console/network" 8SECTION = "console/network"
9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt" 9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt"
10 10
11inherit autotools pkgconfig gtk-doc
11PACKAGES += "libgypsy" 12PACKAGES += "libgypsy"
12SRC_URI = "file://gypsy-initscript"
13
14inherit autotools pkgconfig gtk-doc update-rc.d
15
16INITSCRIPT_NAME = "gypsy-daemon"
17# make sure it starts after X
18INITSCRIPT_PARAMS = "start 10 5 3 2 . stop 20 0 1 6 ."
19 13
20EXTRA_OECONF += "--with-distro=debian" 14EXTRA_OECONF += "--with-distro=debian"
21 15
22FILES_${PN} = " \ 16FILES_${PN} = " \
23 ${sysconfdir}/gypsy.conf \ 17 ${sysconfdir}/gypsy.conf \
24 ${sysconfdir}/init.d/gypsy-daemon \
25 ${sysconfdir}/dbus-1 \ 18 ${sysconfdir}/dbus-1 \
26 ${libexecdir}/gypsy-daemon \ 19 ${libexecdir}/gypsy-daemon \
27 ${datadir}/dbus-1 \ 20 ${datadir}/dbus-1 \
@@ -30,7 +23,3 @@ FILES_${PN} = " \
30FILES_libgypsy = " \ 23FILES_libgypsy = " \
31 ${libdir}/libgypsy${SOLIBS} \ 24 ${libdir}/libgypsy${SOLIBS} \
32" 25"
33
34do_install_append() {
35 install -D ${WORKDIR}/gypsy-initscript ${D}/${sysconfdir}/init.d/gypsy-daemon
36}