diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-20 11:36:12 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-20 11:37:09 +0200 |
commit | 031aa575623ddb4d0d3ef4586c0f57de1577f03c (patch) | |
tree | 146b05fa6f2f5ed19280a35d5369b4524cab2ffe /recipes/freesmartphone/zhone_git.bb | |
parent | 38425daf8f12010e3373c8002757513017744f5e (diff) |
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@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/zhone_git.bb')
-rw-r--r-- | recipes/freesmartphone/zhone_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/zhone_git.bb b/recipes/freesmartphone/zhone_git.bb index 1cf28d3cf8..67eb29003d 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" |