diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-29 17:08:51 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-03 22:41:05 +0100 |
commit | 619af4afb943fed12ef150f7ecf540776fee435e (patch) | |
tree | ade6612b0daf82f1ca5427e3dab3c9e32815424c /meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |
parent | 4d62e7f575e2a87197c74ab4639561b45eec0e60 (diff) | |
download | meta-openembedded-619af4afb943fed12ef150f7ecf540776fee435e.tar.gz |
xserver-common: start Xsession when starting Xserver
* since this commit
commit 305038f932fbcb39f3bb6698f8fad18172c30962
Author: Jonathan Liu <net147@gmail.com>
Date: Wed Jun 12 08:30:15 2013 +0000
xserver-nodm-init: do not execute Xsession twice
xserver-nodm-init wasn't working correctly when it was used together
with xserver-common which doesn't start Xsession from Xserver (unlike
x11-common in oe-core).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb')
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb index 3bb8b61a8..481e43899 100644 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |||
@@ -23,6 +23,7 @@ SRC_URI_append = " \ | |||
23 | file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \ | 23 | file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \ |
24 | file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \ | 24 | file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \ |
25 | file://0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch \ | 25 | file://0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch \ |
26 | file://0014-Xserver-Start-Xsession-like-x11-common-does.patch \ | ||
26 | " | 27 | " |
27 | 28 | ||
28 | do_install_append() { | 29 | do_install_append() { |