[OE-core] [PATCH 00/12] Package version updates and version check fixes

Alexander Kanavin alexander.kanavin at linux.intel.com
Tue Jan 19 15:37:31 UTC 2016


I did a quick review of upstream version checks, and fixed a few recipes
where it wasn't working properly. Also bundled version updates for recipes
where I'm the maintainer or there is no maintainer and the update is trivial.

The following changes since commit 839fb1893546ad58a1f5475a9e852b81afb056d6:

  e2fsprogs: fix PV (2016-01-19 08:53:05 +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 (12):
  nss: update to 3.21
  bootchart2: update to 0.14.8
  btrfs-tools: update to 4.4
  build-appliance-image: bump version to 14.0
  e2fsprogs: fix upstream version check
  libsolv: fix upstream version check
  ncurses: fix upstream version check
  pbzip2: update to 1.1.13
  sysstat: fix upstream version check
  gnutls: update to 3.4.8
  libical: fix upstream version check
  libjpeg-turbo: fix upstream version check (sort of)

 ...age_12.0.1.bb => build-appliance-image_14.0.bb} |  0
 meta/recipes-core/ncurses/ncurses_6.0.bb           |  1 +
 .../{bootchart2_0.14.7.bb => bootchart2_0.14.8.bb} |  2 +-
 .../{btrfs-tools_4.3.1.bb => btrfs-tools_4.4.bb}   |  2 +-
 meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb   |  1 +
 meta/recipes-extended/libsolv/libsolv_git.bb       |  1 +
 .../pbzip2/{pbzip2_1.1.12.bb => pbzip2_1.1.13.bb}  |  4 ++--
 meta/recipes-extended/sysstat/sysstat.inc          |  1 +
 .../jpeg/libjpeg-turbo_8d+1.4.2.bb                 |  2 ++
 .../gnutls/{gnutls_3.4.7.bb => gnutls_3.4.8.bb}    |  4 ++--
 meta/recipes-support/libical/libical_1.0.1.bb      |  1 +
 .../0001-Fix-build-failure-on-opensuse-13.1.patch  | 27 ++++++++++++++++++++++
 .../nss/{nss_3.19.2.bb => nss_3.21.bb}             | 11 ++++++---
 13 files changed, 48 insertions(+), 9 deletions(-)
 rename meta/recipes-core/images/{build-appliance-image_12.0.1.bb => build-appliance-image_14.0.bb} (100%)
 rename meta/recipes-devtools/bootchart2/{bootchart2_0.14.7.bb => bootchart2_0.14.8.bb} (99%)
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.3.1.bb => btrfs-tools_4.4.bb} (94%)
 rename meta/recipes-extended/pbzip2/{pbzip2_1.1.12.bb => pbzip2_1.1.13.bb} (86%)
 rename meta/recipes-support/gnutls/{gnutls_3.4.7.bb => gnutls_3.4.8.bb} (60%)
 create mode 100644 meta/recipes-support/nss/nss/0001-Fix-build-failure-on-opensuse-13.1.patch
 rename meta/recipes-support/nss/{nss_3.19.2.bb => nss_3.21.bb} (95%)

-- 
2.6.4




More information about the Openembedded-core mailing list