All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] matchbox-session: simple provider of Matchbox session for X11 startup
@ 2010-01-12 16:43 Marcin Juszkiewicz
  2010-01-13 17:10 ` Denys Dmytriyenko
  2010-01-13 19:53 ` Koen Kooi
  0 siblings, 2 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2010-01-12 16:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

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>
---
 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






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [STABLE][PATCH] matchbox-session: simple provider of Matchbox session for X11 startup
  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
  2010-01-13 19:53 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2010-01-13 17:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [STABLE][PATCH] matchbox-session: simple provider of Matchbox session for X11 startup
  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
@ 2010-01-13 19:53 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2010-01-13 19:53 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12-01-10 17:43, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz <hrw@koansoftware.com>

Acked-by: Koen Kooi <koen@openembedded.org>


> 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>
> ---
>  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}"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFLTiSdMkyGM64RGpERAs3OAJ9KCftUBcdgmjvh3nIKGE9FXGC15wCfSiwN
4pY8wWTwcZVW7Zba23whThE=
=E1uW
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-13 20:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2010-01-13 19:53 ` Koen Kooi

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.