[OE-core] [PATCH 0/8] fixes, recipe upgrades, & gcc multilib enabling commits

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Thu Mar 15 02:02:15 UTC 2012


From: Nitin A Kamble <nitin.a.kamble at intel.com>

For more information look at the individual commit logs.

The following changes since commit 8bae18bb358755131f13865abb279ac687a03848:

  slang: Fix rpath QA warnings (2012-03-15 00:11:40 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib gcc-multilib-2-for-push
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gcc-multilib-2-for-push

Nitin A Kamble (8):
  gmp: upgrade from 5.0.3 to 5.0.4
  automake: upgrade from 1.11.2 to 1.11.3
  distro-tracking: update status of recipes
  ncurses: fix install error
  python: fix install when libdir is not "lib"
  multilib.conf: add other abi packages to target gcc's dependencies
  gcc: remove the 64bithack patch
  gcc: enable multilib for target gcc

 .../conf/distro/include/distro_tracking_fields.inc |   24 ++--
 meta/conf/multilib.conf                            |    3 +
 meta/recipes-core/ncurses/ncurses.inc              |    2 +-
 meta/recipes-devtools/automake/automake.inc        |    2 +-
 ...utomake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch |  118 ---------------
 .../prefer-cpio-over-pax-for-ustar-archives.patch  |   30 ++--
 .../automake/automake/python-libdir.patch          |   32 ++---
 .../{automake_1.11.2.bb => automake_1.11.3.bb}     |    8 +-
 meta/recipes-devtools/gcc/gcc-4.6.inc              |    1 -
 meta/recipes-devtools/gcc/gcc-4.6/64bithack.patch  |   68 ---------
 meta/recipes-devtools/gcc/gcc-common.inc           |   23 +++
 meta/recipes-devtools/gcc/gcc-configure-common.inc |    2 +-
 meta/recipes-devtools/gcc/gcc-configure-target.inc |    1 +
 meta/recipes-devtools/gcc/gcc-multilib-config.inc  |  155 ++++++++++++++++++++
 meta/recipes-devtools/gcc/libgcc_4.6.bb            |   42 ++++++
 .../python/fix_for_using_different_libdir.patch    |   78 ++++++++++
 meta/recipes-devtools/python/python_2.7.2.bb       |    3 +-
 meta/recipes-support/gmp/gmp/gmp_bugfix.patch      |   94 ------------
 .../gmp/{gmp_5.0.3.bb => gmp_5.0.4.bb}             |    7 +-
 19 files changed, 358 insertions(+), 335 deletions(-)
 delete mode 100644 meta/recipes-devtools/automake/automake/automake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch
 rename meta/recipes-devtools/automake/{automake_1.11.2.bb => automake_1.11.3.bb} (85%)
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.6/64bithack.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-multilib-config.inc
 create mode 100644 meta/recipes-devtools/python/python/fix_for_using_different_libdir.patch
 delete mode 100644 meta/recipes-support/gmp/gmp/gmp_bugfix.patch
 rename meta/recipes-support/gmp/{gmp_5.0.3.bb => gmp_5.0.4.bb} (54%)

-- 
1.7.6.4





More information about the Openembedded-core mailing list