All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] fixes, recipe upgrades, & gcc multilib enabling commits
@ 2012-03-15  2:02 nitin.a.kamble
  2012-03-15  2:02 ` [PATCH 1/8] gmp: upgrade from 5.0.3 to 5.0.4 nitin.a.kamble
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: nitin.a.kamble @ 2012-03-15  2:02 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@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




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

end of thread, other threads:[~2012-03-21 19:08 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15  2:02 [PATCH 0/8] fixes, recipe upgrades, & gcc multilib enabling commits nitin.a.kamble
2012-03-15  2:02 ` [PATCH 1/8] gmp: upgrade from 5.0.3 to 5.0.4 nitin.a.kamble
2012-03-15  2:02 ` [PATCH 2/8] automake: upgrade from 1.11.2 to 1.11.3 nitin.a.kamble
2012-03-15  2:02 ` [PATCH 3/8] distro-tracking: update status of recipes nitin.a.kamble
2012-03-15  2:02 ` [PATCH 4/8] ncurses: fix install error nitin.a.kamble
2012-03-15  2:51   ` Scott Garman
2012-03-15  2:02 ` [PATCH 5/8] python: fix install when libdir is not "lib" nitin.a.kamble
2012-03-15  2:59   ` Andreas Oberritter
2012-03-15 15:53     ` Kamble, Nitin A
2012-03-15  7:19   ` Martin Jansa
2012-03-15 16:06     ` Kamble, Nitin A
2012-03-15  2:02 ` [PATCH 6/8] multilib.conf: add other abi packages to target gcc's dependencies nitin.a.kamble
2012-03-15  2:02 ` [PATCH 7/8] gcc: remove the 64bithack patch nitin.a.kamble
2012-03-15  8:30   ` Richard Purdie
2012-03-15 16:03     ` Kamble, Nitin A
2012-03-15  2:02 ` [PATCH 8/8] gcc: enable multilib for target gcc nitin.a.kamble
2012-03-15  2:42   ` McClintock Matthew-B29882
2012-03-15 15:50     ` Kamble, Nitin A
2012-03-15  2:47   ` McClintock Matthew-B29882
2012-03-15  8:26     ` Richard Purdie
2012-03-15 14:56       ` McClintock Matthew-B29882
2012-03-21 18:59 ` [PATCH 0/8] fixes, recipe upgrades, & gcc multilib enabling commits Saul Wold

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.