diff options
| author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-11-15 13:44:07 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-02 09:16:19 +0100 |
| commit | 2f6e45baba961629bfe023599144be6cfcd45728 (patch) | |
| tree | 377debbe8b9bc0d5c2bb3cb888371339791d0ac0 /meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |
| parent | 877e52fd75c7d3b88add94691df3beb5e0c54529 (diff) | |
| download | meta-openembedded-2f6e45baba961629bfe023599144be6cfcd45728.tar.gz | |
xserver-common: Don't install some Xsession files
The goal is that the graphical_init_manager (xserver-nodm-init)
provides Xsession (and some basic scripts) and that xserver-common
can then provide additional Xsession scripts. Remove the Xsession
files that xserver-nodm-init installs.
Bump PR so xserver-nodm-init can RCONFLICT with old one.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
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 | 6 |
1 files changed, 2 insertions, 4 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 0315ed7d66..cc30541844 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 | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Common X11 scripts and support files" | |||
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | 4 | ||
| 5 | PR = "r8" | 5 | PR = "r9" |
| 6 | 6 | ||
| 7 | # we are using a gpe-style Makefile | 7 | # we are using a gpe-style Makefile |
| 8 | inherit gpe | 8 | inherit gpe |
| @@ -13,8 +13,6 @@ SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166c | |||
| 13 | SRC_URI_append = " \ | 13 | SRC_URI_append = " \ |
| 14 | file://0001-COPYING-add-GPLv2-license-file.patch \ | 14 | file://0001-COPYING-add-GPLv2-license-file.patch \ |
| 15 | file://0002-add-setdpi-Xinit.d-script.patch \ | 15 | file://0002-add-setdpi-Xinit.d-script.patch \ |
| 16 | file://0003-add-89xdgautostart-Xsession.d-script.patch \ | ||
| 17 | file://0005-add-XWindowManager-Xsession.d-script.patch \ | ||
| 18 | file://0006-add-support-for-etc-X11-xserver-system.patch \ | 16 | file://0006-add-support-for-etc-X11-xserver-system.patch \ |
| 19 | file://0007-use-own-functions-file-instead-etc-init.d-functions.patch \ | 17 | file://0007-use-own-functions-file-instead-etc-init.d-functions.patch \ |
| 20 | file://0008-xserver-common-add-dpi-and-nocursor-params-for-gta01.patch \ | 18 | file://0008-xserver-common-add-dpi-and-nocursor-params-for-gta01.patch \ |
| @@ -23,8 +21,8 @@ SRC_URI_append = " \ | |||
| 23 | file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \ | 21 | file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \ |
| 24 | file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \ | 22 | file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \ |
| 25 | file://0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch \ | 23 | file://0013-xserver-common-add-support-for-tuna-alias-Galaxy-Nex.patch \ |
| 26 | file://0014-Xserver-Start-Xsession-like-x11-common-does.patch \ | ||
| 27 | file://0015-xserver-common-disable-TCP-connections.patch \ | 24 | file://0015-xserver-common-disable-TCP-connections.patch \ |
| 25 | file://0001-Don-t-install-Xsession-or-Xserver.patch \ | ||
| 28 | " | 26 | " |
| 29 | 27 | ||
| 30 | do_install_append() { | 28 | do_install_append() { |
