aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-10-17 15:10:05 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-17 15:10:05 +0200
commitaede07e50ec7c82c747a8ae82722e49e49ccf528 (patch)
tree1a770a9d128a74ad9fb5abe767e0fa6f29ae0f83 /recipes
parent3ff992baf51294baa3693ae71344c4ebca70b97c (diff)
downloadopenembedded-aede07e50ec7c82c747a8ae82722e49e49ccf528.tar.gz
phonefsod: adjust to renamed init scripts and config files
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/shr/phonefsod_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index b96ed54b1e..24754b2880 100644
--- a/recipes/shr/phonefsod_git.bb
+++ b/recipes/shr/phonefsod_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "SHR Phone FSO Daemon"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "GPL"
SECTION = "x11/applications"
-DEPENDS += " dbus-glib libframeworkd-glib libframeworkd-phonegui sqlite3"
+DEPENDS += " dbus-glib libframeworkd-glib sqlite3"
PV = "0.0.0+gitr${SRCPV}"
PR = "r0"
@@ -19,11 +19,11 @@ do_install_append() {
install -d ${D}${sysconfdir}/init.d/
install -d ${D}${sysconfdir}/X11/Xsession.d/
install -d ${D}${sysconfdir}/dbus-1/system.d/
- install -d ${D}${datadir}/ophonekitd/
+ install -d ${D}${datadir}/phonefsod/
install -d ${D}${localstatedir}/db
- install -m 0755 ${S}/data/ophonekitd.init ${D}${sysconfdir}/init.d/ophonekitd
- install -m 0644 ${S}/data/ophonekitd.conf ${D}${sysconfdir}/dbus-1/system.d/
- install -m 0644 ${S}/data/etc-ophonekitd.conf ${D}${sysconfdir}/ophonekitd.conf
+ install -m 0755 ${S}/data/phonefsod.init ${D}${sysconfdir}/init.d/phonefsod
+ install -m 0644 ${S}/data/phonefsod.conf ${D}${sysconfdir}/dbus-1/system.d/
+ install -m 0644 ${S}/data/etc-phonefsod.conf ${D}${sysconfdir}/phonefsod.conf
install -m 0644 ${S}/data/80phoneuid ${D}${sysconfdir}/X11/Xsession.d/
}