All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/1] Possible fix for missing -native support for gtk+-native
@ 2012-04-13 13:09 Martin Jansa
  2012-04-13 13:09 ` [meta-oe][PATCH 1/1] xorg: add more native BBCLASSEXTENDs " Martin Jansa
  2012-04-13 13:19 ` [meta-oe][PATCH 0/1] Possible fix for missing -native support " Gary Thomas
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2012-04-13 13:09 UTC (permalink / raw)
  To: openembedded-devel

Please note that this patch is old and not tested with current HEAD, 
because I'm using different solution in SHR branches - BBCLASSEXTENDs in oe-core
recipes instead of small bbappends which makes recipe upgrades harder because of 
inter-layer dependencies, see: 
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019624.html
from this patchset
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019619.html

But because fix for PACKAGECONFIG added DEPENDS is now in you can find this patch usefull
and maybe we'll be allowed to move at least some BBCLASSEXTENDs to oe-core later - after release.

The following changes since commit 118734e096fda6c47172025969f3df4cfb0b33c3:

  qte-toolchain: add qwte support (2012-04-13 10:50:40 +0200)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/xorg
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/xorg

Martin Jansa (1):
  xorg: add more native BBCLASSEXTENDs for gtk+-native

 .../xorg-lib/libxcomposite_0.4.3.bbappend          |    1 +
 .../xorg-lib/libxcursor_1.1.12.bbappend            |    1 +
 .../xorg-lib/libxdamage_1.1.3.bbappend             |    1 +
 .../xorg-lib/libxfixes_5.0.bbappend                |    1 +
 .../xorg-lib/libxrandr_1.3.2.bbappend              |    1 +
 .../xorg-proto/compositeproto_0.4.2.bbappend       |    1 +
 .../xorg-proto/damageproto_1.2.1.bbappend          |    1 +
 .../xorg-proto/fixesproto_5.0.bbappend             |    1 +
 .../xorg-proto/randrproto_1.3.2.bbappend           |    1 +
 9 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.12.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend

-- 
1.7.8.5




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

* [meta-oe][PATCH 1/1] xorg: add more native BBCLASSEXTENDs for gtk+-native
  2012-04-13 13:09 [meta-oe][PATCH 0/1] Possible fix for missing -native support for gtk+-native Martin Jansa
@ 2012-04-13 13:09 ` Martin Jansa
  2012-04-13 13:19 ` [meta-oe][PATCH 0/1] Possible fix for missing -native support " Gary Thomas
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2012-04-13 13:09 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../xorg-lib/libxcomposite_0.4.3.bbappend          |    1 +
 .../xorg-lib/libxcursor_1.1.12.bbappend            |    1 +
 .../xorg-lib/libxdamage_1.1.3.bbappend             |    1 +
 .../xorg-lib/libxfixes_5.0.bbappend                |    1 +
 .../xorg-lib/libxrandr_1.3.2.bbappend              |    1 +
 .../xorg-proto/compositeproto_0.4.2.bbappend       |    1 +
 .../xorg-proto/damageproto_1.2.1.bbappend          |    1 +
 .../xorg-proto/fixesproto_5.0.bbappend             |    1 +
 .../xorg-proto/randrproto_1.3.2.bbappend           |    1 +
 9 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.12.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend
 create mode 100644 meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend

diff --git a/meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend
new file mode 100644
index 0000000..d3267ac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.12.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.12.bbappend
new file mode 100644
index 0000000..d3267ac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.12.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend
new file mode 100644
index 0000000..d3267ac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend
new file mode 100644
index 0000000..d3267ac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend
new file mode 100644
index 0000000..d3267ac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend b/meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend
new file mode 100644
index 0000000..d3267ac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend b/meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend
new file mode 100644
index 0000000..d3267ac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend b/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend
new file mode 100644
index 0000000..d3267ac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend b/meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend
new file mode 100644
index 0000000..d3267ac
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native"
-- 
1.7.8.5




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

* Re: [meta-oe][PATCH 0/1] Possible fix for missing -native support for gtk+-native
  2012-04-13 13:09 [meta-oe][PATCH 0/1] Possible fix for missing -native support for gtk+-native Martin Jansa
  2012-04-13 13:09 ` [meta-oe][PATCH 1/1] xorg: add more native BBCLASSEXTENDs " Martin Jansa
@ 2012-04-13 13:19 ` Gary Thomas
  2012-04-13 13:34   ` Martin Jansa
  1 sibling, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2012-04-13 13:19 UTC (permalink / raw)
  To: openembedded-devel

On 2012-04-13 07:09, Martin Jansa wrote:
> Please note that this patch is old and not tested with current HEAD,
> because I'm using different solution in SHR branches - BBCLASSEXTENDs in oe-core
> recipes instead of small bbappends which makes recipe upgrades harder because of
> inter-layer dependencies, see:
> http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019624.html
> from this patchset
> http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019619.html
>
> But because fix for PACKAGECONFIG added DEPENDS is now in you can find this patch usefull
> and maybe we'll be allowed to move at least some BBCLASSEXTENDs to oe-core later - after release.
>
> The following changes since commit 118734e096fda6c47172025969f3df4cfb0b33c3:
>
>    qte-toolchain: add qwte support (2012-04-13 10:50:40 +0200)
>
> are available in the git repository at:
>    git://git.openembedded.org/meta-openembedded-contrib jansa/xorg
>    http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/xorg
>
> Martin Jansa (1):
>    xorg: add more native BBCLASSEXTENDs for gtk+-native
>
>   .../xorg-lib/libxcomposite_0.4.3.bbappend          |    1 +
>   .../xorg-lib/libxcursor_1.1.12.bbappend            |    1 +
>   .../xorg-lib/libxdamage_1.1.3.bbappend             |    1 +
>   .../xorg-lib/libxfixes_5.0.bbappend                |    1 +
>   .../xorg-lib/libxrandr_1.3.2.bbappend              |    1 +
>   .../xorg-proto/compositeproto_0.4.2.bbappend       |    1 +
>   .../xorg-proto/damageproto_1.2.1.bbappend          |    1 +
>   .../xorg-proto/fixesproto_5.0.bbappend             |    1 +
>   .../xorg-proto/randrproto_1.3.2.bbappend           |    1 +
>   9 files changed, 9 insertions(+), 0 deletions(-)
>   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend
>   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.12.bbappend
>   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend
>   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend
>   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend
>   create mode 100644 meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend
>   create mode 100644 meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend
>   create mode 100644 meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend
>   create mode 100644 meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend

Why can't these changes just go in the main recipes?  Surely adding
   BBCLASSEXTEND = "native"
to a recipe has no effect unless you need to build the -native version?

Note: I too have been carrying such .bbappend files in my own layers for
a long time.  It would be good to just admit that sometimes the -native
form is needed and fix the primary recipes.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: [meta-oe][PATCH 0/1] Possible fix for missing -native support for gtk+-native
  2012-04-13 13:19 ` [meta-oe][PATCH 0/1] Possible fix for missing -native support " Gary Thomas
@ 2012-04-13 13:34   ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2012-04-13 13:34 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, Apr 13, 2012 at 07:19:02AM -0600, Gary Thomas wrote:
> On 2012-04-13 07:09, Martin Jansa wrote:
> > Please note that this patch is old and not tested with current HEAD,
> > because I'm using different solution in SHR branches - BBCLASSEXTENDs in oe-core
> > recipes instead of small bbappends which makes recipe upgrades harder because of
> > inter-layer dependencies, see:
> > http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019624.html
> > from this patchset
> > http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019619.html
> >
> > But because fix for PACKAGECONFIG added DEPENDS is now in you can find this patch usefull
> > and maybe we'll be allowed to move at least some BBCLASSEXTENDs to oe-core later - after release.
> >
> > The following changes since commit 118734e096fda6c47172025969f3df4cfb0b33c3:
> >
> >    qte-toolchain: add qwte support (2012-04-13 10:50:40 +0200)
> >
> > are available in the git repository at:
> >    git://git.openembedded.org/meta-openembedded-contrib jansa/xorg
> >    http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/xorg
> >
> > Martin Jansa (1):
> >    xorg: add more native BBCLASSEXTENDs for gtk+-native
> >
> >   .../xorg-lib/libxcomposite_0.4.3.bbappend          |    1 +
> >   .../xorg-lib/libxcursor_1.1.12.bbappend            |    1 +
> >   .../xorg-lib/libxdamage_1.1.3.bbappend             |    1 +
> >   .../xorg-lib/libxfixes_5.0.bbappend                |    1 +
> >   .../xorg-lib/libxrandr_1.3.2.bbappend              |    1 +
> >   .../xorg-proto/compositeproto_0.4.2.bbappend       |    1 +
> >   .../xorg-proto/damageproto_1.2.1.bbappend          |    1 +
> >   .../xorg-proto/fixesproto_5.0.bbappend             |    1 +
> >   .../xorg-proto/randrproto_1.3.2.bbappend           |    1 +
> >   9 files changed, 9 insertions(+), 0 deletions(-)
> >   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bbappend
> >   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxcursor_1.1.12.bbappend
> >   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxdamage_1.1.3.bbappend
> >   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bbappend
> >   create mode 100644 meta-oe/recipes-graphics/xorg-lib/libxrandr_1.3.2.bbappend
> >   create mode 100644 meta-oe/recipes-graphics/xorg-proto/compositeproto_0.4.2.bbappend
> >   create mode 100644 meta-oe/recipes-graphics/xorg-proto/damageproto_1.2.1.bbappend
> >   create mode 100644 meta-oe/recipes-graphics/xorg-proto/fixesproto_5.0.bbappend
> >   create mode 100644 meta-oe/recipes-graphics/xorg-proto/randrproto_1.3.2.bbappend
> 
> Why can't these changes just go in the main recipes?  Surely adding
>    BBCLASSEXTEND = "native"
> to a recipe has no effect unless you need to build the -native version?
> 
> Note: I too have been carrying such .bbappend files in my own layers for
> a long time.  It would be good to just admit that sometimes the -native
> form is needed and fix the primary recipes.

Read that thread on oe-core ML

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

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

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

end of thread, other threads:[~2012-04-13 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13 13:09 [meta-oe][PATCH 0/1] Possible fix for missing -native support for gtk+-native Martin Jansa
2012-04-13 13:09 ` [meta-oe][PATCH 1/1] xorg: add more native BBCLASSEXTENDs " Martin Jansa
2012-04-13 13:19 ` [meta-oe][PATCH 0/1] Possible fix for missing -native support " Gary Thomas
2012-04-13 13:34   ` Martin Jansa

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.