public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] Version updates, and various fixes
Date: Tue,  1 Nov 2016 17:25:07 +0200	[thread overview]
Message-ID: <cover.1478013701.git.alexander.kanavin@linux.intel.com> (raw)

Here's another batch of version updates that didn't make it into
the previous patchset, and also a few dependency fixes and
other small improvements.

The following changes since commit c3d2df883a9d6d5036277114339673656d89a728:

  oeqa/selftest/kernel.py: Add new file destined for kernel related tests (2016-11-01 10:05:46 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akanavin/package-version-updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates

Alexander Kanavin (13):
  btrfs-tools: update to 4.8.2
  ffmpeg: update to 3.2
  gnome-desktop3: fix dependencies
  nspr: update to 4.13.1
  vala: update to 0.34.2
  webkitgtk: remove lib_package inherit as executables are now installed
    in libexecdir
  epiphany: remove unnecessary libwnck3 dependency
  libwnck3: remove the recipe
  icu: update to 58.1
  libarchive: update to 3.2.2
  valgrind: update to 3.12.0
  rt-tests: fix the recipe version to match upstream
  boost: fix upstream version check

 .../{btrfs-tools_4.8.1.bb => btrfs-tools_4.8.2.bb} |  4 +-
 .../vala/{vala_0.34.1.bb => vala_0.34.2.bb}        |  4 +-
 .../valgrind/valgrind/11_mips-link-tool.patch      | 37 -------------
 .../valgrind/valgrind/gcc5-port.patch              | 64 ----------------------
 .../{valgrind_3.11.0.bb => valgrind_3.12.0.bb}     |  6 +-
 .../{libarchive_3.2.1.bb => libarchive_3.2.2.bb}   |  4 +-
 meta/recipes-gnome/epiphany/epiphany_3.22.1.bb     |  4 +-
 .../gnome-desktop/gnome-desktop3_3.22.1.bb         |  2 +-
 meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb      | 19 -------
 .../ffmpeg/{ffmpeg_3.1.4.bb => ffmpeg_3.2.bb}      |  7 +--
 .../{hwlatdetect_2.0.bb => hwlatdetect_1.1.bb}     |  0
 meta/recipes-rt/rt-tests/rt-tests.inc              |  5 +-
 .../rt-tests/{rt-tests_2.0.bb => rt-tests_1.1.bb}  |  0
 meta/recipes-sato/webkit/webkitgtk_2.14.1.bb       |  2 +-
 meta/recipes-support/boost/boost-1.62.0.inc        |  2 +
 meta/recipes-support/icu/icu.inc                   |  4 +-
 .../icu/{icu_57.1.bb => icu_58.1.bb}               |  6 +-
 .../nspr/{nspr_4.13.bb => nspr_4.13.1.bb}          |  4 +-
 18 files changed, 25 insertions(+), 149 deletions(-)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.8.1.bb => btrfs-tools_4.8.2.bb} (90%)
 rename meta/recipes-devtools/vala/{vala_0.34.1.bb => vala_0.34.2.bb} (56%)
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/11_mips-link-tool.patch
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/gcc5-port.patch
 rename meta/recipes-devtools/valgrind/{valgrind_3.11.0.bb => valgrind_3.12.0.bb} (95%)
 rename meta/recipes-extended/libarchive/{libarchive_3.2.1.bb => libarchive_3.2.2.bb} (94%)
 delete mode 100644 meta/recipes-gnome/libwnck/libwnck3_3.20.1.bb
 rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.1.4.bb => ffmpeg_3.2.bb} (95%)
 rename meta/recipes-rt/rt-tests/{hwlatdetect_2.0.bb => hwlatdetect_1.1.bb} (100%)
 rename meta/recipes-rt/rt-tests/{rt-tests_2.0.bb => rt-tests_1.1.bb} (100%)
 rename meta/recipes-support/icu/{icu_57.1.bb => icu_58.1.bb} (77%)
 rename meta/recipes-support/nspr/{nspr_4.13.bb => nspr_4.13.1.bb} (96%)

-- 
2.10.1



             reply	other threads:[~2016-11-01 15:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-01 15:25 Alexander Kanavin [this message]
2016-11-01 15:25 ` [PATCH 01/13] btrfs-tools: update to 4.8.2 Alexander Kanavin
2016-11-01 15:25 ` [PATCH 02/13] ffmpeg: update to 3.2 Alexander Kanavin
2016-11-01 15:25 ` [PATCH 03/13] gnome-desktop3: fix dependencies Alexander Kanavin
2016-11-01 15:25 ` [PATCH 04/13] nspr: update to 4.13.1 Alexander Kanavin
2016-11-01 15:25 ` [PATCH 05/13] vala: update to 0.34.2 Alexander Kanavin
2016-11-01 15:25 ` [PATCH 06/13] webkitgtk: remove lib_package inherit as executables are now installed in libexecdir Alexander Kanavin
2016-11-01 15:25 ` [PATCH 07/13] epiphany: remove unnecessary libwnck3 dependency Alexander Kanavin
2016-11-01 15:25 ` [PATCH 08/13] libwnck3: remove the recipe Alexander Kanavin
2016-11-01 15:25 ` [PATCH 09/13] icu: update to 58.1 Alexander Kanavin
2016-11-02 12:16   ` Burton, Ross
2016-11-02 17:22     ` Khem Raj
2016-11-02 17:38       ` Burton, Ross
2016-11-08 14:48     ` Alexander Kanavin
2016-11-01 15:25 ` [PATCH 10/13] libarchive: update to 3.2.2 Alexander Kanavin
2016-11-01 15:25 ` [PATCH 11/13] valgrind: update to 3.12.0 Alexander Kanavin
2016-11-01 15:25 ` [PATCH 12/13] rt-tests: fix the recipe version to match upstream Alexander Kanavin
2016-11-01 15:25 ` [PATCH 13/13] boost: fix upstream version check Alexander Kanavin

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.1478013701.git.alexander.kanavin@linux.intel.com \
    --to=alexander.kanavin@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