[OE-core] [PATCH 0/4] Update coreutils, libtool and fixes needed for gold

Khem Raj raj.khem at gmail.com
Thu Oct 20 19:35:52 UTC 2011


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
  libtool: Upgrade from 2.4 -> 2.4.2

 .../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%)

-- 
1.7.5.4





More information about the Openembedded-core mailing list