[oe-commits] Klaus Kurzmann : phonefsod: adjust to renamed init scripts and config files

git version control git at git.openembedded.org
Sat Oct 17 13:10:08 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: aede07e50ec7c82c747a8ae82722e49e49ccf528
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aede07e50ec7c82c747a8ae82722e49e49ccf528

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Oct 17 15:10:05 2009 +0200

phonefsod: adjust to renamed init scripts and config files

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/phonefsod_git.bb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index b96ed54..24754b2 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/
 }
 





More information about the Openembedded-commits mailing list