[oe-commits] Martin Jansa : zhone: don't call exit from Xsession.d script

git version control git at git.openembedded.org
Tue Jul 20 09:36:41 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jul 20 11:36:12 2010 +0200

zhone: don't call exit from Xsession.d script

* xserver-common version of Xsession does "source" for Xsession.d/* and exit kills main Xsession script

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/freesmartphone/zhone/80zhone |    1 -
 recipes/freesmartphone/zhone_git.bb  |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/zhone/80zhone b/recipes/freesmartphone/zhone/80zhone
index 5a36e87..d9e6f4c 100644
--- a/recipes/freesmartphone/zhone/80zhone
+++ b/recipes/freesmartphone/zhone/80zhone
@@ -1,4 +1,3 @@
 #!/bin/sh -e
 zhone > /tmp/zhone.log 2>&1 &
 renice -3 $!
-exit 0
diff --git a/recipes/freesmartphone/zhone_git.bb b/recipes/freesmartphone/zhone_git.bb
index 1cf28d3..67eb290 100644
--- a/recipes/freesmartphone/zhone_git.bb
+++ b/recipes/freesmartphone/zhone_git.bb
@@ -5,7 +5,7 @@ DEPENDS = "edje-native python-pyrex-native python-cython-native"
 SRCREV = "bd1e895f73a0e5beb2608ebe111d7ef32ee3adbc"
 PV = "0.0.2+gitr${SRCPV}"
 PE = "1"
-PR = "r14"
+PR = "r15"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \
            file://80zhone"





More information about the Openembedded-commits mailing list