All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser][PATCH] libxi: Match the bbappend to OE-Core
@ 2013-05-18 16:39 Khem Raj
  2013-05-18 17:35 ` Andreas Müller
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Khem Raj @ 2013-05-18 16:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador, Eric Bénard

Signed-off-by: Khem Raj <raj.khem@gmail.com>
CC: Eric Bénard <eric@eukrea.com>
CC: Denis Carikli <denis@eukrea.com>
CC: Otavio Salvador <otavio@ossystems.com.br>

---
 recipes-graphics/libxi/libxi_1.7.1.bbappend |    2 ++
 recipes-graphics/libxi/libxi_1.7.bbappend   |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)
 create mode 100644 recipes-graphics/libxi/libxi_1.7.1.bbappend
 delete mode 100644 recipes-graphics/libxi/libxi_1.7.bbappend

diff --git a/recipes-graphics/libxi/libxi_1.7.1.bbappend b/recipes-graphics/libxi/libxi_1.7.1.bbappend
new file mode 100644
index 0000000..c90046b
--- /dev/null
+++ b/recipes-graphics/libxi/libxi_1.7.1.bbappend
@@ -0,0 +1,2 @@
+PRINC := "${@int(PRINC) + 1}"
+BBCLASSEXTEND += "native"
diff --git a/recipes-graphics/libxi/libxi_1.7.bbappend b/recipes-graphics/libxi/libxi_1.7.bbappend
deleted file mode 100644
index c90046b..0000000
--- a/recipes-graphics/libxi/libxi_1.7.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-PRINC := "${@int(PRINC) + 1}"
-BBCLASSEXTEND += "native"
-- 
1.7.9.5




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

* Re: [meta-browser][PATCH] libxi: Match the bbappend to OE-Core
  2013-05-18 16:39 [meta-browser][PATCH] libxi: Match the bbappend to OE-Core Khem Raj
@ 2013-05-18 17:35 ` Andreas Müller
  2013-05-19  7:45   ` Martin Jansa
  2013-05-18 19:57 ` Eric Bénard
  2013-05-20  9:18 ` Burton, Ross
  2 siblings, 1 reply; 9+ messages in thread
From: Andreas Müller @ 2013-05-18 17:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Eric Bénard, Otavio Salvador

On Sat, May 18, 2013 at 6:39 PM, Khem Raj <raj.khem@gmail.com> wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> CC: Eric Bénard <eric@eukrea.com>
> CC: Denis Carikli <denis@eukrea.com>
> CC: Otavio Salvador <otavio@ossystems.com.br>
>
> ---
>  recipes-graphics/libxi/libxi_1.7.1.bbappend |    2 ++
>  recipes-graphics/libxi/libxi_1.7.bbappend   |    2 --
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  create mode 100644 recipes-graphics/libxi/libxi_1.7.1.bbappend
>  delete mode 100644 recipes-graphics/libxi/libxi_1.7.bbappend
>
> diff --git a/recipes-graphics/libxi/libxi_1.7.1.bbappend b/recipes-graphics/libxi/libxi_1.7.1.bbappend
> new file mode 100644
> index 0000000..c90046b
> --- /dev/null
> +++ b/recipes-graphics/libxi/libxi_1.7.1.bbappend
> @@ -0,0 +1,2 @@
> +PRINC := "${@int(PRINC) + 1}"
> +BBCLASSEXTEND += "native"
> diff --git a/recipes-graphics/libxi/libxi_1.7.bbappend b/recipes-graphics/libxi/libxi_1.7.bbappend
> deleted file mode 100644
> index c90046b..0000000
> --- a/recipes-graphics/libxi/libxi_1.7.bbappend
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -PRINC := "${@int(PRINC) + 1}"
> -BBCLASSEXTEND += "native"
> --
> 1.7.9.5
>
Martin sent same already - for unknown reasons it did not make it into
patchwork [1]

Andreas

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-May/045597.html



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

* Re: [meta-browser][PATCH] libxi: Match the bbappend to OE-Core
  2013-05-18 16:39 [meta-browser][PATCH] libxi: Match the bbappend to OE-Core Khem Raj
  2013-05-18 17:35 ` Andreas Müller
@ 2013-05-18 19:57 ` Eric Bénard
  2013-05-20  9:18 ` Burton, Ross
  2 siblings, 0 replies; 9+ messages in thread
From: Eric Bénard @ 2013-05-18 19:57 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel, Otavio Salvador

Hi Khem,

Le Sat, 18 May 2013 09:39:27 -0700,
Khem Raj <raj.khem@gmail.com> a écrit :

> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> CC: Eric Bénard <eric@eukrea.com>
> CC: Denis Carikli <denis@eukrea.com>
> CC: Otavio Salvador <otavio@ossystems.com.br>
> 
> ---
>  recipes-graphics/libxi/libxi_1.7.1.bbappend |    2 ++
>  recipes-graphics/libxi/libxi_1.7.bbappend   |    2 --
>  2 files changed, 2 insertions(+), 2 deletions(-)
>  create mode 100644 recipes-graphics/libxi/libxi_1.7.1.bbappend
>  delete mode 100644 recipes-graphics/libxi/libxi_1.7.bbappend
> 
> diff --git a/recipes-graphics/libxi/libxi_1.7.1.bbappend b/recipes-graphics/libxi/libxi_1.7.1.bbappend
> new file mode 100644
> index 0000000..c90046b
> --- /dev/null
> +++ b/recipes-graphics/libxi/libxi_1.7.1.bbappend
> @@ -0,0 +1,2 @@
> +PRINC := "${@int(PRINC) + 1}"
> +BBCLASSEXTEND += "native"
> diff --git a/recipes-graphics/libxi/libxi_1.7.bbappend b/recipes-graphics/libxi/libxi_1.7.bbappend
> deleted file mode 100644
> index c90046b..0000000
> --- a/recipes-graphics/libxi/libxi_1.7.bbappend
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -PRINC := "${@int(PRINC) + 1}"
> -BBCLASSEXTEND += "native"

pushed to master

Thanks
Eric



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

* Re: [meta-browser][PATCH] libxi: Match the bbappend to OE-Core
  2013-05-18 17:35 ` Andreas Müller
@ 2013-05-19  7:45   ` Martin Jansa
  2013-05-28  8:04     ` Eric Bénard
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2013-05-19  7:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador, Eric Bénard

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

On Sat, May 18, 2013 at 07:35:33PM +0200, Andreas Müller wrote:
> Martin sent same already - for unknown reasons it did not make it into
> patchwork [1]
> 
> Andreas
> 
> [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-May/045597.html

It didn't make it into patchwork, because I've used -M and rename-only
patches are not picked by patchwork :/

Eric, can you please update status on patches in meta-browser bundle 
and when you're there also in danny?, dylan is empty now.

http://patches.openembedded.org/bundle/jama/meta-browser/?archive=both
http://patches.openembedded.org/bundle/jama/danny/?archive=both

http://patches.openembedded.org/bundle/jama/dylan/?archive=both

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

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

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

* Re: [meta-browser][PATCH] libxi: Match the bbappend to OE-Core
  2013-05-18 16:39 [meta-browser][PATCH] libxi: Match the bbappend to OE-Core Khem Raj
  2013-05-18 17:35 ` Andreas Müller
  2013-05-18 19:57 ` Eric Bénard
@ 2013-05-20  9:18 ` Burton, Ross
  2013-05-20 15:25   ` Khem Raj
  2 siblings, 1 reply; 9+ messages in thread
From: Burton, Ross @ 2013-05-20  9:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Eric Bénard, Otavio Salvador

On 18 May 2013 17:39, Khem Raj <raj.khem@gmail.com> wrote:
> +BBCLASSEXTEND += "native"

Why don't you submit a patch to oe-core's libxi, or even
xorg-lib-common.inc, to add this?

Ross



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

* Re: [meta-browser][PATCH] libxi: Match the bbappend to OE-Core
  2013-05-20  9:18 ` Burton, Ross
@ 2013-05-20 15:25   ` Khem Raj
  2013-05-20 15:30     ` Burton, Ross
  0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2013-05-20 15:25 UTC (permalink / raw)
  To: openembeded-devel; +Cc: Otavio Salvador, Eric Bénard

On Mon, May 20, 2013 at 2:18 AM, Burton, Ross <ross.burton@intel.com> wrote:
> On 18 May 2013 17:39, Khem Raj <raj.khem@gmail.com> wrote:
>> +BBCLASSEXTEND += "native"
>
> Why don't you submit a patch to oe-core's libxi, or even
> xorg-lib-common.inc, to add this?


yeah that should be in OE-Core.



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

* Re: [meta-browser][PATCH] libxi: Match the bbappend to OE-Core
  2013-05-20 15:25   ` Khem Raj
@ 2013-05-20 15:30     ` Burton, Ross
  2013-05-20 15:46       ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Burton, Ross @ 2013-05-20 15:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Eric Bénard, Otavio Salvador

On 20 May 2013 16:25, Khem Raj <raj.khem@gmail.com> wrote:
> On Mon, May 20, 2013 at 2:18 AM, Burton, Ross <ross.burton@intel.com> wrote:
>> On 18 May 2013 17:39, Khem Raj <raj.khem@gmail.com> wrote:
>>> +BBCLASSEXTEND += "native"
>>
>> Why don't you submit a patch to oe-core's libxi, or even
>> xorg-lib-common.inc, to add this?
>
> yeah that should be in OE-Core.

I also noticed that it's only used by one of the three chrome recipes,
so is it even needed at all?

Ross



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

* Re: [meta-browser][PATCH] libxi: Match the bbappend to OE-Core
  2013-05-20 15:30     ` Burton, Ross
@ 2013-05-20 15:46       ` Khem Raj
  0 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2013-05-20 15:46 UTC (permalink / raw)
  To: openembeded-devel; +Cc: Otavio Salvador, Eric Bénard

On Mon, May 20, 2013 at 8:30 AM, Burton, Ross <ross.burton@intel.com> wrote:
> On 20 May 2013 16:25, Khem Raj <raj.khem@gmail.com> wrote:
>> On Mon, May 20, 2013 at 2:18 AM, Burton, Ross <ross.burton@intel.com> wrote:
>>> On 18 May 2013 17:39, Khem Raj <raj.khem@gmail.com> wrote:
>>>> +BBCLASSEXTEND += "native"
>>>
>>> Why don't you submit a patch to oe-core's libxi, or even
>>> xorg-lib-common.inc, to add this?
>>
>> yeah that should be in OE-Core.
>
> I also noticed that it's only used by one of the three chrome recipes,
> so is it even needed at all?

the version which uses it is the default version for all architectures
for sometime
24.0.1312 is latest and may be used widely now but unless 19.0.1049 recipes are
in there this is needed. I will send a cleanup patch and see what folks think.



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

* Re: [meta-browser][PATCH] libxi: Match the bbappend to OE-Core
  2013-05-19  7:45   ` Martin Jansa
@ 2013-05-28  8:04     ` Eric Bénard
  0 siblings, 0 replies; 9+ messages in thread
From: Eric Bénard @ 2013-05-28  8:04 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel, Otavio Salvador

Hi Martin,

Le Sun, 19 May 2013 09:45:39 +0200,
Martin Jansa <martin.jansa@gmail.com> a écrit :

> On Sat, May 18, 2013 at 07:35:33PM +0200, Andreas Müller wrote:
> > Martin sent same already - for unknown reasons it did not make it into
> > patchwork [1]
> > 
> > Andreas
> > 
> > [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-May/045597.html
> 
> It didn't make it into patchwork, because I've used -M and rename-only
> patches are not picked by patchwork :/
> 
> Eric, can you please update status on patches in meta-browser bundle 
> and when you're there also in danny?, dylan is empty now.
> 
> http://patches.openembedded.org/bundle/jama/meta-browser/?archive=both
> http://patches.openembedded.org/bundle/jama/danny/?archive=both
> 
> http://patches.openembedded.org/bundle/jama/dylan/?archive=both
> 
cleanup done.

Thanks for the reminder ;-)

Eric


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

end of thread, other threads:[~2013-05-28  8:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-18 16:39 [meta-browser][PATCH] libxi: Match the bbappend to OE-Core Khem Raj
2013-05-18 17:35 ` Andreas Müller
2013-05-19  7:45   ` Martin Jansa
2013-05-28  8:04     ` Eric Bénard
2013-05-18 19:57 ` Eric Bénard
2013-05-20  9:18 ` Burton, Ross
2013-05-20 15:25   ` Khem Raj
2013-05-20 15:30     ` Burton, Ross
2013-05-20 15:46       ` Khem Raj

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.