[oe] [meta-oe][PATCH 3/3] task-x11: use xserver-nodm-init-systemd

Martin Jansa martin.jansa at gmail.com
Fri Dec 30 13:00:26 UTC 2011


On Fri, Dec 30, 2011 at 12:40:56PM +0000, Otavio Salvador wrote:
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>  meta-oe/recipes-core/tasks/task-x11_1.0.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 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 67ff93b..af92e49 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 = "r9"
> +PR = "r10"
>  
>  inherit task
>  
> @@ -17,7 +17,7 @@ RRECOMMENDS_${PN} = "\
>  VIRTUAL-RUNTIME_xserver_common ?= "xserver-common"
>  
>  # elsa, xserver-nodm-init
> -VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
> +VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init-systemd"

There are still people not using systemd _only_ and I belive that this
change drops sysvinit script completely (xserver-nodm-init-systemd
correctly doesn't rdepend on xserver-nodm-init, because is using only
xinit and xserver-common provider).

You can add both like 
VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init xserver-nodm-init-systemd"
but that would make xserver-nodm-init-systemd separation not so usefull.
So I think that xserver-nodm-init-systemd should be added to
VIRTUAL-RUNTIME_graphical_init_manager only by distribution config or
only to some task-* used to build systemd images (I'm using
task-shr-systemd_1.0.bb for that).

Regards,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20111230/2cfbee56/attachment-0002.sig>


More information about the Openembedded-devel mailing list