[oe] [meta-oe][RFC 27/27] task-x11: replace systemd specific packets by common ones

Martin Jansa martin.jansa at gmail.com
Tue Feb 7 15:30:48 UTC 2012


On Tue, Feb 07, 2012 at 04:12:53PM +0100, Andreas Müller wrote:
> 
> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
>  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 681e4f3..9cc747f 100644
> --- a/meta-oe/recipes-core/tasks/task-x11_1.0.bb
> +++ b/meta-oe/recipes-core/tasks/task-x11_1.0.bb
> @@ -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, xserver-nodm-init
> +VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"

Shouldn't this be
${@base_conditional('INIT_MANAGER', 'systemd', 'xserver-nodm-init-systemd', 'xserver-nodm-init')}
?

Or did I overlook where xserver-nodm-init-systemd is pulled to image?


Cheers,

>  RDEPENDS_${PN}-utils = "\
>    ${VIRTUAL-RUNTIME_xserver_common} \
> -- 
> 1.7.6.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
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/20120207/8c73f616/attachment-0002.sig>


More information about the Openembedded-devel mailing list