aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-10-20 21:59:23 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-20 21:59:23 +0200
commit91e3c2cafcac6bfa66d2ebb4075196a9976f9299 (patch)
tree9154e4c318126b0a412fb6a3b79764fed05f00d7
parent48257bc2bd8b490c09c8e01dc38bfc584931b3f0 (diff)
downloadopenembedded-91e3c2cafcac6bfa66d2ebb4075196a9976f9299.tar.gz
phoneuid_git.bb: install new phoneui-wrapper.sh
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/shr/phoneuid_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb
index 0406870e8d..f86646275c 100644
--- a/recipes/shr/phoneuid_git.bb
+++ b/recipes/shr/phoneuid_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += " dbus-glib libframeworkd-glib libphone-ui sqlite3 shr-specs"
PV = "0.0.0+gitr${SRCPV}"
-PR = "r1"
+PR = "r2"
SRC_URI = "git://git.shr-project.org/repo/phoneuid.git;protocol=http;branch=master"
S = "${WORKDIR}/git"
@@ -23,6 +23,7 @@ do_install_append() {
install -m 0644 ${S}/data/phoneuid.conf ${D}${sysconfdir}/dbus-1/system.d/
install -m 0644 ${S}/data/phoneuid-*.service ${D}${datadir}/dbus-1/system-services/
install -m 0755 ${S}/data/80phoneuid ${D}${sysconfdir}/X11/Xsession.d/
+ install -m 0755 ${S}/data/phoneui-wrapper.sh ${D}${bindir}/phoneui-wrapper.sh
}
FILES_${PN} += "${datadir} ${sysconfdir}"