All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/1] pull request for twm recipe
@ 2011-09-13 12:49 Mehmood, Imran
  2011-09-13 12:49 ` [meta-oe][PATCH 1/1] twm: add recipe version 1.0.6 (initial recipe) Mehmood, Imran
  2011-09-14 11:06 ` [meta-oe][PATCH 0/1] pull request for twm recipe Koen Kooi
  0 siblings, 2 replies; 6+ messages in thread
From: Mehmood, Imran @ 2011-09-13 12:49 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 recipe version 1.0.6 (initial recipe)

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




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

* [meta-oe][PATCH 1/1] twm: add recipe version 1.0.6 (initial recipe)
  2011-09-13 12:49 [meta-oe][PATCH 0/1] pull request for twm recipe Mehmood, Imran
@ 2011-09-13 12:49 ` Mehmood, Imran
  2011-09-13 13:11   ` Paul Menzel
  2011-09-14 11:06 ` [meta-oe][PATCH 0/1] pull request for twm recipe Koen Kooi
  1 sibling, 1 reply; 6+ messages in thread
From: Mehmood, Imran @ 2011-09-13 12:49 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 |   18 ++++++++++++++++++
 1 files changed, 18 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..d5105c0
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
@@ -0,0 +1,18 @@
+require xorg-app-common.inc
+DESCRIPTION = "tiny window manager"
+DEPENDS += " libxext libxt libxmu"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"
+
+PE = "1"
+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] 6+ messages in thread

* Re: [meta-oe][PATCH 1/1] twm: add recipe version 1.0.6 (initial recipe)
  2011-09-13 12:49 ` [meta-oe][PATCH 1/1] twm: add recipe version 1.0.6 (initial recipe) Mehmood, Imran
@ 2011-09-13 13:11   ` Paul Menzel
  2011-09-14 12:09     ` Imran Mehmood
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Menzel @ 2011-09-13 13:11 UTC (permalink / raw)
  To: openembedded-devel

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

Dear Imram,


Am Dienstag, den 13.09.2011, 17:49 +0500 schrieb Mehmood, Imran:
> From: Imran Mehmood <Imran_Mehmood@mentor.com>

in the commit summary the word »recipe« is useless in my opinion since
it is clear when prefixing the line with twm.

>  * Imported from oe.dev commit id d90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3

How did you test this recipe?

> Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
> ---
>  meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb |   18 ++++++++++++++++++
>  1 files changed, 18 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..d5105c0
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
> @@ -0,0 +1,18 @@
> +require xorg-app-common.inc
> +DESCRIPTION = "tiny window manager"
> +DEPENDS += " libxext libxt libxmu"
> +
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"
> +
> +PE = "1"

`PE = "1"` is not needed anymore when importing the recipe.

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


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-oe][PATCH 0/1] pull request for twm recipe
  2011-09-13 12:49 [meta-oe][PATCH 0/1] pull request for twm recipe Mehmood, Imran
  2011-09-13 12:49 ` [meta-oe][PATCH 1/1] twm: add recipe version 1.0.6 (initial recipe) Mehmood, Imran
@ 2011-09-14 11:06 ` Koen Kooi
  2011-09-14 12:17   ` Imran Mehmood
  1 sibling, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-09-14 11:06 UTC (permalink / raw)
  To: openembedded-devel

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

Op 13-09-11 14:49, 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 recipe version 1.0.6 (initial recipe)
> 
> meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb |   18 ++++++++++++++++++ 
> 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644
> meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb

Can you Mentor guys please bundle up pull requests? One pull request per
recipe is a bit too much :)

And apologies for the delay, the hospital wouldn't let me go till today and
they blocked port 22.

regards,

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

iD8DBQFOcIrNMkyGM64RGpERAkuqAJ9yGJ3uBdk5KyMEDcId1c8k2m1XtACfTNtd
Z1uw2MNukgSlCcrHAzJKeVc=
=fvSJ
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH 1/1] twm: add recipe version 1.0.6 (initial recipe)
  2011-09-13 13:11   ` Paul Menzel
@ 2011-09-14 12:09     ` Imran Mehmood
  0 siblings, 0 replies; 6+ messages in thread
From: Imran Mehmood @ 2011-09-14 12:09 UTC (permalink / raw)
  To: openembedded-devel

Dear Paul,

On 09/13/2011 06:11 PM, Paul Menzel wrote:

> Dear Imram,
>
>
> Am Dienstag, den 13.09.2011, 17:49 +0500 schrieb Mehmood, Imran:
>> From: Imran Mehmood<Imran_Mehmood@mentor.com>
> in the commit summary the word »recipe« is useless in my opinion since
> it is clear when prefixing the line with twm.
>
>>   * Imported from oe.dev commit id d90ee2735e9aa9d1a8dd7d0eb6a5917030a233d3
> How did you test this recipe?
I picked the recipe from oe, placed it in meta-oe and just built it. My machine is qemuppc.

>> Signed-off-by: Imran Mehmood<Imran_Mehmood@mentor.com>
>> ---
>>   meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb |   18 ++++++++++++++++++
>>   1 files changed, 18 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..d5105c0
>> --- /dev/null
>> +++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
>> @@ -0,0 +1,18 @@
>> +require xorg-app-common.inc
>> +DESCRIPTION = "tiny window manager"
>> +DEPENDS += " libxext libxt libxmu"
>> +
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"
>> +
>> +PE = "1"
> `PE = "1"` is not needed anymore when importing the recipe.
>
>> +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"
>
> Thanks,
>
> Paul
Thanks for your other suggestions I will resend the patch later.

Regards,
Imran Mehmood

>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


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

* Re: [meta-oe][PATCH 0/1] pull request for twm recipe
  2011-09-14 11:06 ` [meta-oe][PATCH 0/1] pull request for twm recipe Koen Kooi
@ 2011-09-14 12:17   ` Imran Mehmood
  0 siblings, 0 replies; 6+ messages in thread
From: Imran Mehmood @ 2011-09-14 12:17 UTC (permalink / raw)
  To: openembedded-devel

Dear Koen,

On 09/14/2011 04:06 PM, Koen Kooi wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Op 13-09-11 14:49, 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 recipe version 1.0.6 (initial recipe)
>>
>> meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb |   18 ++++++++++++++++++
>> 1 files changed, 18 insertions(+), 0 deletions(-) create mode 100644
>> meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
> Can you Mentor guys please bundle up pull requests? One pull request per
> recipe is a bit too much :)
>
> And apologies for the delay, the hospital wouldn't let me go till today and
> they blocked port 22.
>
> regards,
>
> Koen
At the time this was the last recipe we were working on but sure we will bundle up the recipes in future :)

> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
> iD8DBQFOcIrNMkyGM64RGpERAkuqAJ9yGJ3uBdk5KyMEDcId1c8k2m1XtACfTNtd
> Z1uw2MNukgSlCcrHAzJKeVc=
> =fvSJ
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
Thanks and Regards,

Imran Mehmood




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

end of thread, other threads:[~2011-09-14 12:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-13 12:49 [meta-oe][PATCH 0/1] pull request for twm recipe Mehmood, Imran
2011-09-13 12:49 ` [meta-oe][PATCH 1/1] twm: add recipe version 1.0.6 (initial recipe) Mehmood, Imran
2011-09-13 13:11   ` Paul Menzel
2011-09-14 12:09     ` Imran Mehmood
2011-09-14 11:06 ` [meta-oe][PATCH 0/1] pull request for twm recipe Koen Kooi
2011-09-14 12:17   ` Imran Mehmood

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.