[oe] [STABLE][PATCH] matchbox-session: simple provider of Matchbox session for X11 startup

Denys Dmytriyenko denis at denix.org
Wed Jan 13 17:10:46 UTC 2010


On Tue, Jan 12, 2010 at 05:43:49PM +0100, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <hrw at koansoftware.com>
> 
> In GPE images we use gpe-session-scripts to provide Xsession init
> scripts for launching Matchbox components. But what if someone do not
> want GPE but want Matchbox?
> 
> Poky has it cleaned in other way.
> 
> Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

Acked-by: Denys Dmytriyenko <denis at denix.org>

> ---
>  recipes/matchbox-session/matchbox-session.bb |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/matchbox-session/matchbox-session.bb
> 
> diff --git a/recipes/matchbox-session/matchbox-session.bb b/recipes/matchbox-session/matchbox-session.bb
> new file mode 100644
> index 0000000..c9014f9
> --- /dev/null
> +++ b/recipes/matchbox-session/matchbox-session.bb
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "Matchbox session support"
> +RDEPENDS = "matchbox-common"
> +# they do the same in other way
> +RCONFLICTS = "gpe-session-scripts"
> +
> +do_install() {
> +        install -d ${D}${sysconfdir}/X11/Xsession.d/
> +        ln -sf ${bindir}/matchbox-session ${D}${sysconfdir}/X11/Xsession.d/90matchbox-session
> +}
> +
> +PACKAGE_ARCH = "all"
> +PACKAGES = "${PN}"
> +
> +FILES_${PN} = "${sysconfdir}"
> -- 
> 1.6.6
> 
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list