Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [upgrades 0/4] devel/toolchain recipe upgrades
Date: Sat, 28 May 2011 23:21:37 -0700	[thread overview]
Message-ID: <1306650097.5246.2.camel@perseus> (raw)
In-Reply-To: <cover.1306545413.git.nitin.a.kamble@intel.com>

On Sat, 2011-05-28 at 20:22 -0700, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> I could build meta-toolchain & sato-sdk image for qemuppc with these commits.
> 
> I had to fix the autoconf's config-site patch to avoid lots of errors as site
> files were not getting parsed earlier.
> 
> The following changes since commit 1169f1b066d0028bd2ef7915440450bd42ef165e:
> 
>   license.bbclass: Sane Parsing of licenses (2011-05-27 23:36:24 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib nitin/upgrades
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades
> 
> Nitin A Kamble (4):
>   m4: upgrade from 1.4.15 to 1.4.16
>   autoconf: upgrade from 2.65 to 2.68
>   bison: upgrade from 2.4.3 to 2.5
>   genttext-0.16.1: mark upstream status for gplv2 recipe's patches

I had question on one patch otherwise the patchset looks sane to me.

> 
>  .../gettext/gettext-0.16.1/disable_java.patch      |    2 +
>  .../gettext-0.16.1/fix_aclocal_version.patch       |    2 +
>  .../gettext-0.16.1/fix_gnu_source_circular.patch   |    2 +
>  .../gettext/gettext-0.16.1/fixchicken.patch        |    2 +
>  .../gettext/gettext-0.16.1/getline.m4.patch        |    2 +
>  .../gettext-autoconf-lib-link-no-L.patch           |    2 +
>  .../gettext-error_print_progname.patch             |    2 +
>  .../gettext/gettext-0.16.1/gettext-vpath.patch     |    2 +
>  .../gettext-0.16.1/hardcode_macro_version.patch    |    2 +
>  .../gettext/gettext-0.16.1/linklib_from_0.17.patch |    2 +
>  .../{autoconf-2.65 => autoconf}/autoconf-x.patch   |    0
>  .../autoheader-nonfatal-warnings.patch             |    0
>  .../autoreconf-exclude.patch                       |    0
>  .../autoreconf-foreign.patch                       |    0
>  .../autoreconf-gnuconfigize.patch                  |    0
>  .../autoreconf-include.patch                       |    0
>  .../{autoconf-2.65 => autoconf}/config_site.patch  |   19 ++-
>  .../fix_path_xtra.patch                            |   14 +-
>  .../path_prog_fixes.patch                          |    0
>  .../program_prefix.patch                           |    0
>  .../{autoconf_2.65.bb => autoconf_2.68.bb}         |    6 +-
>  meta/recipes-devtools/bison/bison/m4.patch         |  131 --------------------
>  .../bison/bison/uclibc-sched_param-def.patch       |   21 ---
>  .../bison/{bison_2.4.3.bb => bison_2.5.bb}         |    7 +-
>  .../{m4-native_1.4.15.bb => m4-native_1.4.16.bb}   |    0
>  .../m4/{m4_1.4.15.bb => m4_1.4.16.bb}              |    6 +-
>  26 files changed, 50 insertions(+), 174 deletions(-)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoconf-x.patch (100%)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoheader-nonfatal-warnings.patch (100%)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoreconf-exclude.patch (100%)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoreconf-foreign.patch (100%)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoreconf-gnuconfigize.patch (100%)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/autoreconf-include.patch (100%)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/config_site.patch (60%)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/fix_path_xtra.patch (90%)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/path_prog_fixes.patch (100%)
>  rename meta/recipes-devtools/autoconf/{autoconf-2.65 => autoconf}/program_prefix.patch (100%)
>  rename meta/recipes-devtools/autoconf/{autoconf_2.65.bb => autoconf_2.68.bb} (85%)
>  delete mode 100644 meta/recipes-devtools/bison/bison/uclibc-sched_param-def.patch
>  rename meta/recipes-devtools/bison/{bison_2.4.3.bb => bison_2.5.bb} (85%)
>  rename meta/recipes-devtools/m4/{m4-native_1.4.15.bb => m4-native_1.4.16.bb} (100%)
>  rename meta/recipes-devtools/m4/{m4_1.4.15.bb => m4_1.4.16.bb} (75%)
> 






      parent reply	other threads:[~2011-05-29  6:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-29  3:22 [upgrades 0/4] devel/toolchain recipe upgrades nitin.a.kamble
2011-05-29  3:22 ` [upgrades 1/4] m4: upgrade from 1.4.15 to 1.4.16 nitin.a.kamble
2011-05-29  5:53   ` Khem Raj
2011-05-29  3:22 ` [upgrades 2/4] autoconf: upgrade from 2.65 to 2.68 nitin.a.kamble
2011-05-29  3:22 ` [upgrades 3/4] bison: upgrade from 2.4.3 to 2.5 nitin.a.kamble
2011-05-29  3:22 ` [upgrades 4/4] genttext-0.16.1: mark upstream status for gplv2 recipe's patches nitin.a.kamble
2011-05-29  6:21 ` Khem Raj [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=1306650097.5246.2.camel@perseus \
    --to=raj.khem@gmail.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