summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-07-11 21:02:07 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-16 09:39:05 +0200
commitc2597edb99422bf84a8bd742652586a918f51077 (patch)
tree633ff03932206b6ab385301fef509f6887f5f0f7 /meta-oe/recipes-core
parent8d0e29dd0738aa4c95f4827eac55b5fc0740db76 (diff)
downloadmeta-openembedded-c2597edb99422bf84a8bd742652586a918f51077.tar.gz
task-x11: in case meta-systemd is part of BBLAYERS, xserver-nodm-init-systemd is recommended automatically
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/tasks/task-x11_1.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/tasks/task-x11_1.0.bb b/meta-oe/recipes-core/tasks/task-x11_1.0.bb
index 628789a79..326e09f31 100644
--- a/meta-oe/recipes-core/tasks/task-x11_1.0.bb
+++ b/meta-oe/recipes-core/tasks/task-x11_1.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The X Window System -- install this task to get a client/server b
2SECTION = "x11/server" 2SECTION = "x11/server"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5PR = "r10" 5PR = "r11"
6 6
7inherit task allarch 7inherit task allarch
8 8
@@ -16,8 +16,8 @@ RRECOMMENDS_${PN} = "\
16# xserver-common, x11-common 16# xserver-common, x11-common
17VIRTUAL-RUNTIME_xserver_common ?= "xserver-common" 17VIRTUAL-RUNTIME_xserver_common ?= "xserver-common"
18 18
19# elsa, xserver-nodm-init or xserver-nodm-init-systemd 19# elsa or xserver-nodm-init(-systemd)
20VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init-systemd" 20VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
21 21
22RDEPENDS_${PN}-utils = "\ 22RDEPENDS_${PN}-utils = "\
23 ${VIRTUAL-RUNTIME_xserver_common} \ 23 ${VIRTUAL-RUNTIME_xserver_common} \