aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"