[oe-commits] Klaus Kurzmann : phoneuid_git.bb: install new phoneui-wrapper.sh

git version control git at git.openembedded.org
Tue Oct 20 19:59:26 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Tue Oct 20 21:59:23 2009 +0200

phoneuid_git.bb: install new phoneui-wrapper.sh

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

---

 recipes/shr/phoneuid_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb
index 0406870..f866462 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}"





More information about the Openembedded-commits mailing list