Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Ionut Radu <ionutx.radu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] Package upgrades
Date: Fri,  5 Jul 2013 10:10:17 +0300	[thread overview]
Message-ID: <cover.1372952884.git.ionutx.radu@intel.com> (raw)

Tested on core-image-sato on all architectures (pcc, x86, x86-64, ppc, arm)

The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9:

  bitbake: hob: save button from settings called a nonexisting method (2013-07-03 08:13:35 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ionutx/work
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work

Ionut Radu (10):
  libassuan: Updated from 2.1.0 to 2.1.1
  augeas: Update from 1.0.0 to 1.1.0
  libxvmc: Update from 1.0.7 to 1.0.8
  libxi: Update from 1.7.1 to 1.7.2
  libsoup-2.4: Updated from 2.42.1 to 2.43.2
  libgpg-error: Updated from 1.11 to 1.12
  libxrender: Updated from 0.9.7 to 0.9.8
  libxv: Updated from 1.0.8 to 1.0.9
  freetype: Updated from 2.4.12 to 2.5.0
  ethtool: Updated from 3.9 to 3.10

 meta/recipes-extended/augeas/augeas_1.0.0.bb                     |    6 ------
 meta/recipes-extended/augeas/augeas_1.1.0.bb                     |    6 ++++++
 .../recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} |    4 ++--
 .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb}           |    6 ++----
 .../recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} |    5 ++---
 .../xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb}        |    5 ++---
 .../recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} |    6 ++----
 .../xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb}              |    5 ++---
 .../libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb}         |    4 ++--
 .../{libgpg-error-1.11 => libgpg-error-1.12}/pkgconfig.patch     |    0
 .../libgpg-error/{libgpg-error_1.11.bb => libgpg-error_1.12.bb}  |    5 ++---
 .../libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb}     |    4 ++--
 12 files changed, 24 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-extended/augeas/augeas_1.0.0.bb
 create mode 100644 meta/recipes-extended/augeas/augeas_1.1.0.bb
 rename meta/recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} (79%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} (90%)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb} (81%)
 rename meta/recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} (76%)
 rename meta/recipes-graphics/xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb} (75%)
 rename meta/recipes-support/libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb} (83%)
 rename meta/recipes-support/libgpg-error/{libgpg-error-1.11 => libgpg-error-1.12}/pkgconfig.patch (100%)
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.11.bb => libgpg-error_1.12.bb} (85%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb} (85%)

-- 
1.7.10.4



             reply	other threads:[~2013-07-05  7:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-05  7:10 Ionut Radu [this message]
2013-07-05  7:10 ` [PATCH 01/10] libassuan: Updated from 2.1.0 to 2.1.1 Ionut Radu
2013-07-05  7:10 ` [PATCH 02/10] augeas: Update from 1.0.0 to 1.1.0 Ionut Radu
2013-07-05  7:10 ` [PATCH 03/10] libxvmc: Update from 1.0.7 to 1.0.8 Ionut Radu
2013-07-05  7:10 ` [PATCH 04/10] libxi: Update from 1.7.1 to 1.7.2 Ionut Radu
2013-07-05  7:10 ` [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2 Ionut Radu
2013-07-05 13:07   ` Burton, Ross
2013-07-05  7:10 ` [PATCH 06/10] libgpg-error: Updated from 1.11 to 1.12 Ionut Radu
2013-07-05  7:10 ` [PATCH 07/10] libxrender: Updated from 0.9.7 to 0.9.8 Ionut Radu
2013-07-05  7:10 ` [PATCH 08/10] libxv: Updated from 1.0.8 to 1.0.9 Ionut Radu
2013-07-05  7:10 ` [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0 Ionut Radu
2013-07-05 13:13   ` Burton, Ross
2013-07-05  7:10 ` [PATCH 10/10] ethtool: Updated from 3.9 to 3.10 Ionut Radu
  -- strict thread matches above, loose matches on Subject: below --
2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
2015-04-07 11:24 [PATCH 00/10] Package Upgrades Robert Yang

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=cover.1372952884.git.ionutx.radu@intel.com \
    --to=ionutx.radu@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