[oe-commits] Andreas Müller : task-x11: in case meta-systemd is part of BBLAYERS, xserver-nodm-init-systemd is recommended automatically

git at git.openembedded.org git at git.openembedded.org
Mon Jul 16 07:42:56 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: c2597edb99422bf84a8bd742652586a918f51077
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c2597edb99422bf84a8bd742652586a918f51077

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Wed Jul 11 21:02:07 2012 +0200

task-x11: in case meta-systemd is part of BBLAYERS, xserver-nodm-init-systemd is recommended automatically

---

 meta-oe/recipes-core/tasks/task-x11_1.0.bb |    6 +++---
 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 628789a..326e09f 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
 SECTION = "x11/server"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PR = "r10"
+PR = "r11"
 
 inherit task allarch
 
@@ -16,8 +16,8 @@ RRECOMMENDS_${PN} = "\
 # xserver-common, x11-common
 VIRTUAL-RUNTIME_xserver_common ?= "xserver-common"
 
-# elsa, xserver-nodm-init or xserver-nodm-init-systemd
-VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init-systemd"
+# elsa or xserver-nodm-init(-systemd)
+VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
 
 RDEPENDS_${PN}-utils = "\
   ${VIRTUAL-RUNTIME_xserver_common} \





More information about the Openembedded-commits mailing list