Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/4] Update coreutils, libtool and fixes needed for gold
Date: Wed, 26 Oct 2011 22:04:45 +0200	[thread overview]
Message-ID: <4EA867DD.8060108@intel.com> (raw)
In-Reply-To: <cover.1319139126.git.raj.khem@gmail.com>

On 10/20/2011 09:35 PM, Khem Raj wrote:
> This patchset does the following
>
> 1. Upgrades coreutils and libtool partially helped with gold
> 2. Fixes a gcc bug thats highlighted by gold when linking connman
> 3. Fixes a DEPENDS problem in xserver-xorg
>
> With these changes I am able to build systemd-gnome-image for angstrom on arm
>
> The following changes since commit 808b43dff8facfddae05ef14b7b7daf5fa993a3d:
>
>    libtool: Upgrade from 2.4 ->  2.4.2 (2011-10-20 12:26:13 -0700)
>
> are available in the git repository at:
>    git://git.openembedded.org/openembedded-core-contrib kraj/gold-updates
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/gold-updates
>
> Khem Raj (4):
>    xserver-xorg: Add mesa-dri to DEPENDS
>    gcc-4.6: Backport fix for PR32219
>    coreutils: Upgrade recipe 8.12 ->  8.14
These first 3 were pulled into OE-Core

>    libtool: Upgrade from 2.4 ->  2.4.2
>
There was some discussion on the list about this one, I need to confirm 
where we are with it.

Sau!

>   .../remove-usr-local-lib-from-m4.patch             |   18 +++---
>   .../{coreutils_8.12.bb =>  coreutils_8.14.bb}       |   11 ++--
>   meta/recipes-devtools/gcc/gcc-4.6.inc              |    3 +-
>   meta/recipes-devtools/gcc/gcc-4.6/pr32219.patch    |   71 ++++++++++++++++++++
>   .../libtool/{libtool.inc =>  libtool-2.4.2.inc}     |   26 ++++++--
>   meta/recipes-devtools/libtool/libtool-2.4.inc      |   13 ----
>   ...libtool-cross_2.4.bb =>  libtool-cross_2.4.2.bb} |    2 +-
>   ...btool-native_2.4.bb =>  libtool-native_2.4.2.bb} |    2 +-
>   ...nativesdk_2.4.bb =>  libtool-nativesdk_2.4.2.bb} |    2 +-
>   meta/recipes-devtools/libtool/libtool/prefix.patch |   46 ++++++------
>   .../libtool/libtool/resolve-sysroot.patch          |   42 ------------
>   .../libtool/{libtool_2.4.bb =>  libtool_2.4.2.bb}   |    2 +-
>   .../xorg-xserver/xserver-xorg_1.11.1.bb            |    1 +
>   meta/site/common-linux                             |    3 +
>   14 files changed, 139 insertions(+), 103 deletions(-)
>   rename meta/recipes-core/coreutils/{coreutils-8.12 =>  coreutils-8.14}/remove-usr-local-lib-from-m4.patch (65%)
>   rename meta/recipes-core/coreutils/{coreutils_8.12.bb =>  coreutils_8.14.bb} (90%)
>   create mode 100644 meta/recipes-devtools/gcc/gcc-4.6/pr32219.patch
>   rename meta/recipes-devtools/libtool/{libtool.inc =>  libtool-2.4.2.inc} (57%)
>   delete mode 100644 meta/recipes-devtools/libtool/libtool-2.4.inc
>   rename meta/recipes-devtools/libtool/{libtool-cross_2.4.bb =>  libtool-cross_2.4.2.bb} (98%)
>   rename meta/recipes-devtools/libtool/{libtool-native_2.4.bb =>  libtool-native_2.4.2.bb} (96%)
>   rename meta/recipes-devtools/libtool/{libtool-nativesdk_2.4.bb =>  libtool-nativesdk_2.4.2.bb} (97%)
>   delete mode 100644 meta/recipes-devtools/libtool/libtool/resolve-sysroot.patch
>   rename meta/recipes-devtools/libtool/{libtool_2.4.bb =>  libtool_2.4.2.bb} (94%)
>




      parent reply	other threads:[~2011-10-26 20:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-20 19:35 [PATCH 0/4] Update coreutils, libtool and fixes needed for gold Khem Raj
2011-10-20 19:36 ` [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS Khem Raj
2011-10-20 19:44   ` Martin Jansa
2011-10-20 21:42     ` Koen Kooi
2011-10-20 21:48       ` Martin Jansa
2011-10-20 21:49         ` [PATCH] default-providers: switch virtual/libgl from mesa-xlib to mesa-dri Martin Jansa
2011-10-21  5:58         ` [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS Koen Kooi
2011-10-20 22:39     ` Khem Raj
2011-10-20 19:36 ` [PATCH 2/4] gcc-4.6: Backport fix for PR32219 Khem Raj
2011-10-20 19:36 ` [PATCH 3/4] coreutils: Upgrade recipe 8.12 -> 8.14 Khem Raj
2011-10-20 19:36 ` [PATCH 4/4] libtool: Upgrade from 2.4 -> 2.4.2 Khem Raj
2011-10-26 20:04 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EA867DD.8060108@intel.com \
    --to=saul.wold@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox