Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] xinput: add utility for configuring and testing XInput devices.
@ 2012-01-17 23:03 Andrea Adami
  2012-01-18  1:46 ` Koen Kooi
  2012-01-18 22:15 ` [PATCH v2] " Andrea Adami
  0 siblings, 2 replies; 6+ messages in thread
From: Andrea Adami @ 2012-01-17 23:03 UTC (permalink / raw)
  To: openembedded-core

* from meta-openembedded with minor editings
* added PE and reset PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb

diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
new file mode 100644
index 0000000..c9925f1
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
@@ -0,0 +1,15 @@
+require xorg-app-common.inc
+
+SUMMARY = "Runtime configuration and test of XInput devices"
+
+DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0"
+
+DEPENDS += " libxi"
+
+PR = "r0"
+PE = "1"
+
+SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28"
+SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76"
-- 
1.7.3.4




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

* Re: [PATCH] xinput: add utility for configuring and testing XInput devices.
  2012-01-17 23:03 [PATCH] xinput: add utility for configuring and testing XInput devices Andrea Adami
@ 2012-01-18  1:46 ` Koen Kooi
  2012-01-18 12:40   ` Andrea Adami
  2012-01-18 22:15 ` [PATCH v2] " Andrea Adami
  1 sibling, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2012-01-18  1:46 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer
  Cc: <openembedded-core@lists.openembedded.org>



Op 18 jan. 2012 om 00:03 heeft Andrea Adami <andrea.adami@gmail.com> het volgende geschreven:

> * from meta-openembedded with minor editings
> * added PE

why?

> and reset PR

why?


> 
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
> meta/recipes-graphics/xorg-app/xinput_1.5.3.bb |   15 +++++++++++++++
> 1 files changed, 15 insertions(+), 0 deletions(-)
> create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
> 
> diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
> new file mode 100644
> index 0000000..c9925f1
> --- /dev/null
> +++ b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
> @@ -0,0 +1,15 @@
> +require xorg-app-common.inc
> +
> +SUMMARY = "Runtime configuration and test of XInput devices"
> +
> +DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0"
> +
> +DEPENDS += " libxi"
> +
> +PR = "r0"
> +PE = "1"
> +
> +SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28"
> +SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76"
> -- 
> 1.7.3.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH] xinput: add utility for configuring and testing XInput devices.
  2012-01-18  1:46 ` Koen Kooi
@ 2012-01-18 12:40   ` Andrea Adami
  2012-01-18 13:28     ` Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Andrea Adami @ 2012-01-18 12:40 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, Jan 18, 2012 at 2:46 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
>
>
> Op 18 jan. 2012 om 00:03 heeft Andrea Adami <andrea.adami@gmail.com> het volgende geschreven:
>
>> * from meta-openembedded with minor editings
>> * added PE
>
> why?

Just because most oe-core's recipes in xorg-app set PE.
I quickly inspected some and edited trying to normalize (fields order,
summary, ...).

>
>> and reset PR
>
> why?

Because this revised version is committed for the first time in this layer.
I see now this can break package management of distros using meta-oe
and the recipe with higher PR...
and I don't want to force another PE bump.Sorry.

Would it be acceptable for you if I update the patch with PR = "r7" ?
What about PE?

Regards

Andrea
>
>
>>
>> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
>> ---
>> meta/recipes-graphics/xorg-app/xinput_1.5.3.bb |   15 +++++++++++++++
>> 1 files changed, 15 insertions(+), 0 deletions(-)
>> create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
>>
>> diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
>> new file mode 100644
>> index 0000000..c9925f1
>> --- /dev/null
>> +++ b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
>> @@ -0,0 +1,15 @@
>> +require xorg-app-common.inc
>> +
>> +SUMMARY = "Runtime configuration and test of XInput devices"
>> +
>> +DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices"
>> +
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0"
>> +
>> +DEPENDS += " libxi"
>> +
>> +PR = "r0"
>> +PE = "1"
>> +
>> +SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28"
>> +SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76"
>> --
>> 1.7.3.4
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH] xinput: add utility for configuring and testing XInput devices.
  2012-01-18 12:40   ` Andrea Adami
@ 2012-01-18 13:28     ` Koen Kooi
  0 siblings, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2012-01-18 13:28 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 18 jan. 2012, om 13:40 heeft Andrea Adami het volgende geschreven:

> On Wed, Jan 18, 2012 at 2:46 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
>> 
>> 
>> Op 18 jan. 2012 om 00:03 heeft Andrea Adami <andrea.adami@gmail.com> het volgende geschreven:
>> 
>>> * from meta-openembedded with minor editings
>>> * added PE
>> 
>> why?
> 
> Just because most oe-core's recipes in xorg-app set PE.
> I quickly inspected some and edited trying to normalize (fields order,
> summary, ...).

Summary: no good reason

>>> and reset PR
>> 
>> why?
> 
> Because this revised version is committed for the first time in this layer.
> I see now this can break package management of distros using meta-oe
> and the recipe with higher PR...
> and I don't want to force another PE bump.Sorry.
> 
> Would it be acceptable for you if I update the patch with PR = "r7" ?

Yes

> What about PE?

remove it


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

* [PATCH v2] xinput: add utility for configuring and testing XInput devices.
  2012-01-17 23:03 [PATCH] xinput: add utility for configuring and testing XInput devices Andrea Adami
  2012-01-18  1:46 ` Koen Kooi
@ 2012-01-18 22:15 ` Andrea Adami
  2012-01-19 19:57   ` Saul Wold
  1 sibling, 1 reply; 6+ messages in thread
From: Andrea Adami @ 2012-01-18 22:15 UTC (permalink / raw)
  To: openembedded-core

* from meta-openembedded with minor editings
* (fields reordering like other recipes in xorg-app)

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb

diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
new file mode 100644
index 0000000..8f17e9a
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
@@ -0,0 +1,14 @@
+require xorg-app-common.inc
+
+SUMMARY = "Runtime configuration and test of XInput devices"
+
+DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0"
+
+DEPENDS += " libxi"
+
+PR = "r7"
+
+SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28"
+SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76"
-- 
1.7.3.4




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

* Re: [PATCH v2] xinput: add utility for configuring and testing XInput devices.
  2012-01-18 22:15 ` [PATCH v2] " Andrea Adami
@ 2012-01-19 19:57   ` Saul Wold
  0 siblings, 0 replies; 6+ messages in thread
From: Saul Wold @ 2012-01-19 19:57 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 01/18/2012 02:15 PM, Andrea Adami wrote:
> * from meta-openembedded with minor editings
> * (fields reordering like other recipes in xorg-app)
>
> Signed-off-by: Andrea Adami<andrea.adami@gmail.com>
> ---
>   meta/recipes-graphics/xorg-app/xinput_1.5.3.bb |   14 ++++++++++++++
>   1 files changed, 14 insertions(+), 0 deletions(-)
>   create mode 100644 meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
>
> diff --git a/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
> new file mode 100644
> index 0000000..8f17e9a
> --- /dev/null
> +++ b/meta/recipes-graphics/xorg-app/xinput_1.5.3.bb
> @@ -0,0 +1,14 @@
> +require xorg-app-common.inc
> +
> +SUMMARY = "Runtime configuration and test of XInput devices"
> +
> +DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0"
> +
> +DEPENDS += " libxi"
> +
> +PR = "r7"
> +
> +SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28"
> +SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76"

V2 Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-01-19 20:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 23:03 [PATCH] xinput: add utility for configuring and testing XInput devices Andrea Adami
2012-01-18  1:46 ` Koen Kooi
2012-01-18 12:40   ` Andrea Adami
2012-01-18 13:28     ` Koen Kooi
2012-01-18 22:15 ` [PATCH v2] " Andrea Adami
2012-01-19 19:57   ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox