All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Cc: Marcin Juszkiewicz <hrw@koansoftware.com>
Subject: Re: [STABLE][PATCH] matchbox-session: simple provider of	Matchbox session for X11 startup
Date: Wed, 13 Jan 2010 12:10:46 -0500	[thread overview]
Message-ID: <20100113171046.GD24151@denix.org> (raw)
In-Reply-To: <1263314629-15492-1-git-send-email-marcin@juszkiewicz.com.pl>

On Tue, Jan 12, 2010 at 05:43:49PM +0100, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <hrw@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@juszkiewicz.com.pl>

Acked-by: Denys Dmytriyenko <denis@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@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



  reply	other threads:[~2010-01-13 17:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-12 16:43 [STABLE][PATCH] matchbox-session: simple provider of Matchbox session for X11 startup Marcin Juszkiewicz
2010-01-13 17:10 ` Denys Dmytriyenko [this message]
2010-01-13 19:53 ` Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100113171046.GD24151@denix.org \
    --to=denis@denix.org \
    --cc=hrw@koansoftware.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.