[oe-commits] Klaus Kurzmann : e-wm-sysactions-shr: install lock.sh

git version control git at git.openembedded.org
Sat Nov 21 15:08:58 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0a7ff95876597e5198631527538ca5db2a6a4245
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0a7ff95876597e5198631527538ca5db2a6a4245

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat Nov 21 16:08:24 2009 +0100

e-wm-sysactions-shr: install lock.sh

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

---

 recipes/shr/e-wm-sysactions-shr_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/e-wm-sysactions-shr_git.bb b/recipes/shr/e-wm-sysactions-shr_git.bb
index 1474651..6c46ed8 100644
--- a/recipes/shr/e-wm-sysactions-shr_git.bb
+++ b/recipes/shr/e-wm-sysactions-shr_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "illume SHR sysactions config"
 SECTION = "e/utils"
 LICENSE = "MIT BSD"
 PV = "1.1-${EFL_SRCREV}+gitr${SRCREV}"
-PR = "r3"
+PR = "r4"
 
 RPROVIDES_${PN} = "e-wm-sysactions"
 RCONFLICTS_${PN} = "e-wm-sysactions"
@@ -18,4 +18,5 @@ do_install() {
     install -d ${D}${sysconfdir}/enlightenment/
     install -m 0755 ${S}/sysactions.conf ${D}${sysconfdir}/enlightenment/sysactions.conf
     install -m 0755 ${S}/suspend.sh ${D}${sysconfdir}/enlightenment/suspend.sh
+    install -m 0755 ${S}/lock.sh ${D}${sysconfdir}/enlightenment/lock.sh
 }





More information about the Openembedded-commits mailing list