Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Update coreutils, libtool and fixes needed for gold
@ 2011-10-20 19:35 Khem Raj
  2011-10-20 19:36 ` [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Khem Raj @ 2011-10-20 19:35 UTC (permalink / raw)
  To: openembedded-core

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




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

end of thread, other threads:[~2011-10-26 20:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/4] Update coreutils, libtool and fixes needed for gold Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox