diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-03 21:42:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-03 22:05:37 +0200 |
commit | 653df48c2da367e7389ed61cff6c71dc759c9543 (patch) | |
tree | 89837ba7298922c722cd3b5f7a4d72e2015f1b9f /recipes/omnewrotate/omnewrotate_svn.bb | |
parent | 5c6e5812f3b638e435a5432c8ad5e04ca0bb0d92 (diff) |
omnewrotate: update Xsession.d script for xserver-common
* don't source default/omnewrotate config to Xsession shell
* don't export DISPLAY (it should be exported before running Xsession scripts)
* move autostart logic to init.d script
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/omnewrotate/omnewrotate_svn.bb')
-rw-r--r-- | recipes/omnewrotate/omnewrotate_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/omnewrotate/omnewrotate_svn.bb b/recipes/omnewrotate/omnewrotate_svn.bb index 410d12f6a8..74d158576e 100644 --- a/recipes/omnewrotate/omnewrotate_svn.bb +++ b/recipes/omnewrotate/omnewrotate_svn.bb @@ -8,9 +8,10 @@ DEPENDS = "libframeworkd-glib xrandr" SRCREV = "66" PV = "0.5.8+svnr${SRCPV}" -PR = "r0" +PR = "r1" -SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http" +SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http \ + file://xsession.script.patch;patch=1" S = "${WORKDIR}/trunk" |