[oe-commits] Klaus Kurzmann : phonefsod: adjust to config file changes

git version control git at git.openembedded.org
Sun Oct 18 10:55:13 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Oct 18 12:54:57 2009 +0200

phonefsod: adjust to config file changes

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

---

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

diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index 4097819..bc443a1 100644
--- a/recipes/shr/phonefsod_git.bb
+++ b/recipes/shr/phonefsod_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 SECTION = "x11/applications"
 DEPENDS += " dbus-glib libframeworkd-glib sqlite3 shr-specs"
 PV = "0.0.0+gitr${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.shr-project.org/repo/phonefsod.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
@@ -21,14 +21,10 @@ EXTRA_OECONF = "\
 
 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}/phonefsod/
-        install -d ${D}${localstatedir}/db
 	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/
 }
 
 FILES_${PN} += "${datadir} ${sysconfdir}"





More information about the Openembedded-commits mailing list