From 0782f71959a4ff06f2e1c26a5f21868eba3593dc Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Sun, 18 Oct 2009 12:54:57 +0200 Subject: phonefsod: adjust to config file changes Signed-off-by: Klaus Kurzmann --- recipes/shr/phonefsod_git.bb | 6 +----- 1 file changed, 1 insertion(+), 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}" -- cgit 1.2.3-korg