All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2 0/1] pull request for twm recipe
@ 2011-09-16 13:29 Mehmood, Imran
  2011-09-16 13:29 ` [meta-oe][PATCH v2 1/1] twm: Add version 1.0.6 (initial recipe) Mehmood, Imran
  2011-09-16 14:17 ` [meta-oe][PATCH v2 0/1] pull request for twm recipe Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Mehmood, Imran @ 2011-09-16 13:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Imran Mehmood

From: Imran Mehmood <Imran_Mehmood@mentor.com>

The following changes since commit 59b3d833fd24f44754e6e0804dae6993af286792:
  Imran Mehmood (1):
        xclock: Add recipe version 1.0.5 (initial recipe)

are available in the git repository at:

  git://github.com/lawwama/meta-oe master
  https://github.com/lawwama/meta-oe/tree/master

Imran Mehmood (1):
  twm: Add version 1.0.6 (initial recipe)

 meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb




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

* [meta-oe][PATCH v2 1/1] twm: Add version 1.0.6 (initial recipe)
  2011-09-16 13:29 [meta-oe][PATCH v2 0/1] pull request for twm recipe Mehmood, Imran
@ 2011-09-16 13:29 ` Mehmood, Imran
  2011-09-16 14:09   ` Martin Jansa
  2011-09-16 14:17 ` [meta-oe][PATCH v2 0/1] pull request for twm recipe Koen Kooi
  1 sibling, 1 reply; 5+ messages in thread
From: Mehmood, Imran @ 2011-09-16 13:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Imran Mehmood

From: Imran Mehmood <Imran_Mehmood@mentor.com>

 * Imported from oe.dev commit id d90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3

Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
---
 meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
new file mode 100644
index 0000000..458670b
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
@@ -0,0 +1,17 @@
+require xorg-app-common.inc
+DESCRIPTION = "tiny window manager"
+DEPENDS += " libxext libxt libxmu"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"
+
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "952d06a0c2ec34687b536c7b619fc671"
+SRC_URI[archive.sha256sum] = "e7dccad7879a7570442f0cd9df0b9064e926466b5a52b710fca8cfb167f294e9"
+
+FILES_${PN} += "${datadir}/X11/twm/system.twmrc"
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_PATH = "${bindir}/twm"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PRIORITY = "1"
-- 
1.7.0.4




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

* Re: [meta-oe][PATCH v2 1/1] twm: Add version 1.0.6 (initial recipe)
  2011-09-16 13:29 ` [meta-oe][PATCH v2 1/1] twm: Add version 1.0.6 (initial recipe) Mehmood, Imran
@ 2011-09-16 14:09   ` Martin Jansa
  2011-09-17  9:57     ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2011-09-16 14:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Imran Mehmood

[-- Attachment #1: Type: text/plain, Size: 1793 bytes --]

On Fri, Sep 16, 2011 at 06:29:15PM +0500, Mehmood, Imran wrote:
> From: Imran Mehmood <Imran_Mehmood@mentor.com>
> 
>  * Imported from oe.dev commit id d90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3

Can you change it to use xorg-app-common.inc from oe-core?

something like
http://patches.openembedded.org/patch/11585/

Regards,

> 
> Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
> ---
>  meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb |   17 +++++++++++++++++
>  1 files changed, 17 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
> 
> diff --git a/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
> new file mode 100644
> index 0000000..458670b
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
> @@ -0,0 +1,17 @@
> +require xorg-app-common.inc
> +DESCRIPTION = "tiny window manager"
> +DEPENDS += " libxext libxt libxmu"
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"
> +
> +PR = "${INC_PR}.0"
> +
> +SRC_URI[archive.md5sum] = "952d06a0c2ec34687b536c7b619fc671"
> +SRC_URI[archive.sha256sum] = "e7dccad7879a7570442f0cd9df0b9064e926466b5a52b710fca8cfb167f294e9"
> +
> +FILES_${PN} += "${datadir}/X11/twm/system.twmrc"
> +ALTERNATIVE_NAME = "x-window-manager"
> +ALTERNATIVE_PATH = "${bindir}/twm"
> +ALTERNATIVE_LINK = "${bindir}/x-window-manager"
> +ALTERNATIVE_PRIORITY = "1"
> -- 
> 1.7.0.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-oe][PATCH v2 0/1] pull request for twm recipe
  2011-09-16 13:29 [meta-oe][PATCH v2 0/1] pull request for twm recipe Mehmood, Imran
  2011-09-16 13:29 ` [meta-oe][PATCH v2 1/1] twm: Add version 1.0.6 (initial recipe) Mehmood, Imran
@ 2011-09-16 14:17 ` Koen Kooi
  1 sibling, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-09-16 14:17 UTC (permalink / raw)
  To: openembedded-devel

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

Op 16-09-11 15:29, Mehmood, Imran schreef:
> From: Imran Mehmood <Imran_Mehmood@mentor.com>
> 
> The following changes since commit
> 59b3d833fd24f44754e6e0804dae6993af286792: Imran Mehmood (1): xclock: Add
> recipe version 1.0.5 (initial recipe)
> 
> are available in the git repository at:
> 
> git://github.com/lawwama/meta-oe master 
> https://github.com/lawwama/meta-oe/tree/master
> 
> Imran Mehmood (1): twm: Add version 1.0.6 (initial recipe)

No other recipes to go into this pull request like e.g. xclock?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOc1qEMkyGM64RGpERAih0AKCTf3gnFPqI7i9rcJ+ZPGqEZcxYMgCfeHgR
/Y4UAsn0EGrF+SZ3O4apPRk=
=xfp7
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH v2 1/1] twm: Add version 1.0.6 (initial recipe)
  2011-09-16 14:09   ` Martin Jansa
@ 2011-09-17  9:57     ` Koen Kooi
  0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-09-17  9:57 UTC (permalink / raw)
  To: openembedded-devel

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

Op 16-09-11 16:09, Martin Jansa schreef:
> On Fri, Sep 16, 2011 at 06:29:15PM +0500, Mehmood, Imran wrote:
>> From: Imran Mehmood <Imran_Mehmood@mentor.com>
>> 
>> * Imported from oe.dev commit id
>> d90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3
> 
> Can you change it to use xorg-app-common.inc from oe-core?
> 
> something like http://patches.openembedded.org/patch/11585/

Since Martins patches went in, it's needed to prevent a parse error.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOdG8KMkyGM64RGpERAgQoAJsEhZarxGp/sPAT9bXODhZu3VBurwCffKcG
6sLB7dkCXovR2F+oT05CAAI=
=Lh+z
-----END PGP SIGNATURE-----




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

end of thread, other threads:[~2011-09-17 10:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 13:29 [meta-oe][PATCH v2 0/1] pull request for twm recipe Mehmood, Imran
2011-09-16 13:29 ` [meta-oe][PATCH v2 1/1] twm: Add version 1.0.6 (initial recipe) Mehmood, Imran
2011-09-16 14:09   ` Martin Jansa
2011-09-17  9:57     ` Koen Kooi
2011-09-16 14:17 ` [meta-oe][PATCH v2 0/1] pull request for twm recipe 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.