Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/8] fixes, recipe upgrades, & gcc multilib enabling commits
Date: Wed, 21 Mar 2012 11:59:42 -0700	[thread overview]
Message-ID: <4F6A251E.3090609@linux.intel.com> (raw)
In-Reply-To: <cover.1331776831.git.nitin.a.kamble@intel.com>

On 03/14/2012 07:02 PM, nitin.a.kamble@intel.com wrote:
> 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
Merged

>    automake: upgrade from 1.11.2 to 1.11.3
Holding on on this change due to issue already seen.
>    distro-tracking: update status of recipes
>    ncurses: fix install error
>    python: fix install when libdir is not "lib"
Merged these into OE-Core

>    multilib.conf: add other abi packages to target gcc's dependencies
>    gcc: remove the 64bithack patch
>    gcc: enable multilib for target gcc
>
We are going to hold off on the multilib changes for after 1.2

Thanks
Sau!

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



      parent reply	other threads:[~2012-03-21 19:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` 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=4F6A251E.3090609@linux.intel.com \
    --to=sgw@linux.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