* [RC2 PATCH 0/2] Patch for meta-toolchain-gmae for RC2 build
@ 2011-07-10 1:38 Saul Wold
2011-07-10 1:38 ` [RC2 PATCH 1/2] libx11: ensure nativesdk uses correct DEPENDS and XCB flags Saul Wold
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Saul Wold @ 2011-07-10 1:38 UTC (permalink / raw)
To: openembedded-core
Richard,
This the libx11 patch is needed to ensure that meta-toolchain-gmae
built, we missed updating the nativesdk DEPENDS (without xcb enabled).
The tcmode-default updates binutils to remove the preferred provider warnings.
Thanks
Sau!
The following changes since commit 4f36a7f698de5056cb38641a7bf12921dba7d962:
libx11: enable xcb support (2011-07-08 23:01:54 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/fix
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix
Saul Wold (2):
libx11: ensure nativesdk uses correct DEPENDS and XCB flags
tcmode-default: update binutils version
meta/conf/distro/include/tcmode-default.inc | 2 +-
meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 13 ++++++++++---
2 files changed, 11 insertions(+), 4 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [RC2 PATCH 1/2] libx11: ensure nativesdk uses correct DEPENDS and XCB flags
2011-07-10 1:38 [RC2 PATCH 0/2] Patch for meta-toolchain-gmae for RC2 build Saul Wold
@ 2011-07-10 1:38 ` Saul Wold
2011-07-10 1:38 ` [RC2 PATCH 2/2] tcmode-default: update binutils version Saul Wold
2011-07-10 8:49 ` [RC2 PATCH 0/2] Patch for meta-toolchain-gmae for RC2 build Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-07-10 1:38 UTC (permalink / raw)
To: openembedded-core
The inital patch was for native, but nativesdk also needs the
same change.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
index 04d4a97..f98bbe8 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"
PE = "1"
-PR = "r3"
+PR = "r4"
SRC_URI += "file://x11_disable_makekeys.patch \
file://nodolt.patch \
@@ -18,11 +18,18 @@ SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c8
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native libxcb"
-DEPENDS_virtclass-native += "bigreqsproto-native xproto-native xextproto-native xtrans-native libxau-native xcmiscproto-native \
- libxdmcp-native xf86bigfontproto-native kbproto-native inputproto-native xproto-native"
+DEPENDS_virtclass-native += "bigreqsproto-native xextproto-native \
+ xtrans-native libxau-native xcmiscproto-native \
+ libxdmcp-native xf86bigfontproto-native kbproto-native \
+ inputproto-native xproto-native"
+
+DEPENDS_virtclass-nativesdk += "bigreqsproto xproto xextproto \
+ xtrans libxau xcmiscproto libxdmcp xf86bigfontproto kbproto \
+ inputproto xproto-native"
XCB = "--with-xcb"
XCB_virtclass-native = "--without-xcb"
+XCB_virtclass-nativesdk = "--without-xcb"
EXTRA_OECONF += "${XCB}"
BBCLASSEXTEND = "native nativesdk"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [RC2 PATCH 2/2] tcmode-default: update binutils version
2011-07-10 1:38 [RC2 PATCH 0/2] Patch for meta-toolchain-gmae for RC2 build Saul Wold
2011-07-10 1:38 ` [RC2 PATCH 1/2] libx11: ensure nativesdk uses correct DEPENDS and XCB flags Saul Wold
@ 2011-07-10 1:38 ` Saul Wold
2011-07-10 8:49 ` [RC2 PATCH 0/2] Patch for meta-toolchain-gmae for RC2 build Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-07-10 1:38 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/conf/distro/include/tcmode-default.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index aded555..e27a1b4 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -18,7 +18,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
GCCVERSION ?= "4.6%"
SDKGCCVERSION ?= "4.6%"
-BINUVERSION ?= "2.21"
+BINUVERSION ?= "2.21.1"
GLIBCVERSION ?= "2.10.1"
EGLIBCVERSION ?= "2.13"
UCLIBCVERSION ?= "0.9.32"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [RC2 PATCH 0/2] Patch for meta-toolchain-gmae for RC2 build
2011-07-10 1:38 [RC2 PATCH 0/2] Patch for meta-toolchain-gmae for RC2 build Saul Wold
2011-07-10 1:38 ` [RC2 PATCH 1/2] libx11: ensure nativesdk uses correct DEPENDS and XCB flags Saul Wold
2011-07-10 1:38 ` [RC2 PATCH 2/2] tcmode-default: update binutils version Saul Wold
@ 2011-07-10 8:49 ` Richard Purdie
2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-07-10 8:49 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Sat, 2011-07-09 at 18:38 -0700, Saul Wold wrote:
> Richard,
>
> This the libx11 patch is needed to ensure that meta-toolchain-gmae
> built, we missed updating the nativesdk DEPENDS (without xcb enabled).
>
> The tcmode-default updates binutils to remove the preferred provider warnings.
>
> Thanks
> Sau!
>
>
> The following changes since commit 4f36a7f698de5056cb38641a7bf12921dba7d962:
>
> libx11: enable xcb support (2011-07-08 23:01:54 +0100)
>
> are available in the git repository at:
> git://git.openembedded.org/openembedded-core-contrib sgw/fix
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix
>
> Saul Wold (2):
> libx11: ensure nativesdk uses correct DEPENDS and XCB flags
> tcmode-default: update binutils version
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-10 8:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-10 1:38 [RC2 PATCH 0/2] Patch for meta-toolchain-gmae for RC2 build Saul Wold
2011-07-10 1:38 ` [RC2 PATCH 1/2] libx11: ensure nativesdk uses correct DEPENDS and XCB flags Saul Wold
2011-07-10 1:38 ` [RC2 PATCH 2/2] tcmode-default: update binutils version Saul Wold
2011-07-10 8:49 ` [RC2 PATCH 0/2] Patch for meta-toolchain-gmae for RC2 build Richard Purdie
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.