aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-10-18 12:54:57 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-18 12:54:57 +0200
commit0782f71959a4ff06f2e1c26a5f21868eba3593dc (patch)
tree457eaa09480e6968f2b85dd293c5e53c2c87a564
parent659facd90d1b311509cc2138cc7eca54f15bec7f (diff)
downloadopenembedded-0782f71959a4ff06f2e1c26a5f21868eba3593dc.tar.gz
phonefsod: adjust to config file changes
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/shr/phonefsod_git.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index 4097819628..bc443a11a5 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}"