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/6] Recipe upgrades
Date: Thu, 03 May 2012 12:50:05 -0700	[thread overview]
Message-ID: <4FA2E16D.2080009@linux.intel.com> (raw)
In-Reply-To: <cover.1335909595.git.nitin.a.kamble@intel.com>

On 05/01/2012 03:00 PM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble<nitin.a.kamble@intel.com>
>
> The following changes since commit d89f7b9cab1946a3267e3b0402f168f946d480b2:
>
>    documentation/Makefile: Fixed figures publishing bug (2012-05-01 20:50:56 +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 (6):
>    qt4: fix compilation issue
This one got merged accidently and will cause some breakage until we get 
the updated version of glib-2.0 in, but other fixes are required also.

>    makedepend: upgrade from 1.0.3 to 1.0.4
>    quilt: upgrade from 0.51 to 0.60
>    gdb: upgrade from 7.4 to 7.4.1
>    python: upgrade from 2.7.2 to 2.7.3
>    distro-tracking: update as per recent recipe upgrades
>
>   meta/conf/distro/include/default-versions.inc      |    4 +-
>   .../conf/distro/include/distro_tracking_fields.inc |   20 +++++-----
>   meta/recipes-devtools/gdb/gdb-common.inc           |    6 ++--
>   ...canadian_7.4.bb =>  gdb-cross-canadian_7.4.1.bb} |    2 +-
>   .../gdb/{gdb-cross_7.4.bb =>  gdb-cross_7.4.1.bb}   |    0
>   .../gdb/{gdb_7.4.bb =>  gdb_7.4.1.bb}               |    0
>   ...thon-native_2.7.2.bb =>  python-native_2.7.3.bb} |    6 +---
>   meta/recipes-devtools/python/python.inc            |    8 ++--
>   .../python/python/04-default-is-optimized.patch    |   30 +++++++++------
>   .../python/fix_for_using_different_libdir.patch    |   30 +++++++++-------
>   .../python/sys_platform_is_now_always_linux2.patch |   39 --------------------
>   .../python/{python_2.7.2.bb =>  python_2.7.3.bb}    |    3 +-
>   .../quilt/{quilt-0.51.inc =>  quilt-0.60.inc}       |    4 +-
>   .../{quilt-native_0.51.bb =>  quilt-native_0.60.bb} |    2 +-
>   .../quilt/{quilt_0.51.bb =>  quilt_0.60.bb}         |    2 +-
>   .../{makedepend_1.0.3.bb =>  makedepend_1.0.4.bb}   |    5 +--
>   meta/recipes-qt/qt4/qt-4.8.1.inc                   |    1 +
>   .../qt4/qt-4.8.1/fix_conflicting_types.patch       |   29 +++++++++++++++
>   meta/recipes-qt/qt4/qt4-x11-free.inc               |    2 +-
>   19 files changed, 94 insertions(+), 99 deletions(-)
>   rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.4.bb =>  gdb-cross-canadian_7.4.1.bb} (88%)
>   rename meta/recipes-devtools/gdb/{gdb-cross_7.4.bb =>  gdb-cross_7.4.1.bb} (100%)
>   rename meta/recipes-devtools/gdb/{gdb_7.4.bb =>  gdb_7.4.1.bb} (100%)
>   rename meta/recipes-devtools/python/{python-native_2.7.2.bb =>  python-native_2.7.3.bb} (92%)
>   delete mode 100644 meta/recipes-devtools/python/python/sys_platform_is_now_always_linux2.patch
>   rename meta/recipes-devtools/python/{python_2.7.2.bb =>  python_2.7.3.bb} (98%)
>   rename meta/recipes-devtools/quilt/{quilt-0.51.inc =>  quilt-0.60.inc} (84%)
>   rename meta/recipes-devtools/quilt/{quilt-native_0.51.bb =>  quilt-native_0.60.bb} (83%)
>   rename meta/recipes-devtools/quilt/{quilt_0.51.bb =>  quilt_0.60.bb} (98%)
>   rename meta/recipes-graphics/xorg-util/{makedepend_1.0.3.bb =>  makedepend_1.0.4.bb} (82%)
>   create mode 100644 meta/recipes-qt/qt4/qt-4.8.1/fix_conflicting_types.patch
>

Merged into OE-Core

Thanks
	Sau!



  parent reply	other threads:[~2012-05-03 19:59 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-01 22:00 [PATCH 0/6] Recipe upgrades nitin.a.kamble
2012-05-01 22:00 ` [PATCH 1/6] qt4: fix compilation issue nitin.a.kamble
2012-05-02  3:38   ` Saul Wold
2012-05-02 19:33     ` Kamble, Nitin A
2012-05-01 22:00 ` [PATCH 2/6] makedepend: upgrade from 1.0.3 to 1.0.4 nitin.a.kamble
2012-05-01 22:00 ` [PATCH 3/6] quilt: upgrade from 0.51 to 0.60 nitin.a.kamble
2012-05-01 22:00 ` [PATCH 4/6] gdb: upgrade from 7.4 to 7.4.1 nitin.a.kamble
2012-05-02  1:12   ` Saul Wold
2012-05-02  1:42     ` Kamble, Nitin A
2012-05-01 22:00 ` [PATCH 5/6] python: upgrade from 2.7.2 to 2.7.3 nitin.a.kamble
2012-05-01 22:00 ` [PATCH 6/6] distro-tracking: update as per recent recipe upgrades nitin.a.kamble
2012-05-03 19:50 ` Saul Wold [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-28 16:37 [PATCH 0/6] Recipe upgrades Paul Eggleton
2014-05-13 11:00 Paul Eggleton
2014-05-14 17:20 ` Paul Eggleton

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=4FA2E16D.2080009@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