From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/16] Recipe version updates
Date: Thu, 15 Dec 2016 14:47:53 +0200 [thread overview]
Message-ID: <cover.1481805889.git.alexander.kanavin@linux.intel.com> (raw)
Mostly minor version updates; for the first time these were done
in a quick and efficient fashion by using devtool.
For that experience I'd like to give major props to Paul Eggleton.
The following changes since commit a92d27acd8f42b61a2fc575311838b45d171f0af:
oeqa/utils/commands.py: Fix get_bb_vars() when called without arguments (2016-12-14 16:15:04 +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 (16):
pigz: fix upstream version check
libfm: update to 1.2.5
liburcu: update to 0.9.3
babeltrace: update to 1.5.0
btrfs-tools: update to 4.8.5
ca-certificates: update to 20161130
cmake: update to 3.7.1
ffmpeg: update to 3.2.2
gnutls: update to 3.5.7
icu: update to 58.2
iso-codes: update to 3.72
sysprof: update to 3.22.3
vala: update to 0.34.4
ghostscript: fix upstream version check
upstream-version-is-even.bbclass: exclude various alphas, betas,
pre-releases etc.
xf86-video-intel: fix upstream version check
meta/classes/upstream-version-is-even.bbclass | 2 +-
.../{btrfs-tools_4.8.4.bb => btrfs-tools_4.8.5.bb} | 2 +-
...cmake-native_3.7.0.bb => cmake-native_3.7.1.bb} | 0
meta/recipes-devtools/cmake/cmake.inc | 4 ++--
.../cmake/{cmake_3.7.0.bb => cmake_3.7.1.bb} | 0
.../vala/{vala_0.34.3.bb => vala_0.34.4.bb} | 4 ++--
.../ghostscript/ghostscript_9.19.bb | 1 +
meta/recipes-extended/pigz/pigz_2.3.4.bb | 1 +
.../xorg-driver/xf86-video-intel_git.bb | 1 +
.../{babeltrace_1.4.0.bb => babeltrace_1.5.0.bb} | 4 ++--
.../{sysprof_3.22.2.bb => sysprof_3.22.3.bb} | 4 ++--
.../ffmpeg/{ffmpeg_3.2.1.bb => ffmpeg_3.2.2.bb} | 4 ++--
...tes_20161102.bb => ca-certificates_20161130.bb} | 2 +-
meta/recipes-support/gnutls/gnutls.inc | 2 +-
...cli-args.h-to-cli-args.stamp-Makefile-tar.patch | 27 ++++++++++++++++++++++
.../correct_rpl_gettimeofday_signature.patch | 11 +++++----
.../gnutls/{gnutls_3.5.6.bb => gnutls_3.5.7.bb} | 5 ++--
.../icu/{icu_58.1.bb => icu_58.2.bb} | 4 ++--
.../{iso-codes_3.71.bb => iso-codes_3.72.bb} | 4 ++--
.../{libfm-extra_1.2.4.bb => libfm-extra_1.2.5.bb} | 4 ++--
.../libfm/{libfm_1.2.4.bb => libfm_1.2.5.bb} | 4 ++--
.../0001-Support-for-NIOS2-architecture.patch | 13 ++++++-----
.../liburcu/0002-Support-for-aarch64_be.patch | 19 ---------------
.../liburcu/{liburcu_0.9.2.bb => liburcu_0.9.3.bb} | 12 ++++------
24 files changed, 73 insertions(+), 61 deletions(-)
rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.8.4.bb => btrfs-tools_4.8.5.bb} (95%)
rename meta/recipes-devtools/cmake/{cmake-native_3.7.0.bb => cmake-native_3.7.1.bb} (100%)
rename meta/recipes-devtools/cmake/{cmake_3.7.0.bb => cmake_3.7.1.bb} (100%)
rename meta/recipes-devtools/vala/{vala_0.34.3.bb => vala_0.34.4.bb} (56%)
rename meta/recipes-kernel/lttng/{babeltrace_1.4.0.bb => babeltrace_1.5.0.bb} (82%)
rename meta/recipes-kernel/sysprof/{sysprof_3.22.2.bb => sysprof_3.22.3.bb} (87%)
rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.2.1.bb => ffmpeg_3.2.2.bb} (97%)
rename meta/recipes-support/ca-certificates/{ca-certificates_20161102.bb => ca-certificates_20161130.bb} (98%)
create mode 100644 meta/recipes-support/gnutls/gnutls/0001-Do-not-add-cli-args.h-to-cli-args.stamp-Makefile-tar.patch
rename meta/recipes-support/gnutls/{gnutls_3.5.6.bb => gnutls_3.5.7.bb} (48%)
rename meta/recipes-support/icu/{icu_58.1.bb => icu_58.2.bb} (85%)
rename meta/recipes-support/iso-codes/{iso-codes_3.71.bb => iso-codes_3.72.bb} (76%)
rename meta/recipes-support/libfm/{libfm-extra_1.2.4.bb => libfm-extra_1.2.5.bb} (80%)
rename meta/recipes-support/libfm/{libfm_1.2.4.bb => libfm_1.2.5.bb} (90%)
delete mode 100644 meta/recipes-support/liburcu/liburcu/0002-Support-for-aarch64_be.patch
rename meta/recipes-support/liburcu/{liburcu_0.9.2.bb => liburcu_0.9.3.bb} (63%)
--
2.10.2
next reply other threads:[~2016-12-15 12:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-15 12:47 Alexander Kanavin [this message]
2016-12-15 12:47 ` [PATCH 01/16] pigz: fix upstream version check Alexander Kanavin
2016-12-15 12:47 ` [PATCH 02/16] libfm: update to 1.2.5 Alexander Kanavin
2016-12-15 12:47 ` [PATCH 03/16] liburcu: update to 0.9.3 Alexander Kanavin
2016-12-15 12:47 ` [PATCH 04/16] babeltrace: update to 1.5.0 Alexander Kanavin
2016-12-15 12:47 ` [PATCH 05/16] btrfs-tools: update to 4.8.5 Alexander Kanavin
2016-12-15 12:47 ` [PATCH 06/16] ca-certificates: update to 20161130 Alexander Kanavin
2016-12-15 12:48 ` [PATCH 07/16] cmake: update to 3.7.1 Alexander Kanavin
2016-12-15 12:48 ` [PATCH 08/16] ffmpeg: update to 3.2.2 Alexander Kanavin
2016-12-15 12:48 ` [PATCH 09/16] gnutls: update to 3.5.7 Alexander Kanavin
2016-12-15 12:48 ` [PATCH 10/16] icu: update to 58.2 Alexander Kanavin
2016-12-15 12:48 ` [PATCH 11/16] iso-codes: update to 3.72 Alexander Kanavin
2016-12-15 12:48 ` [PATCH 12/16] sysprof: update to 3.22.3 Alexander Kanavin
2016-12-15 12:48 ` [PATCH 13/16] vala: update to 0.34.4 Alexander Kanavin
2016-12-15 12:48 ` [PATCH 14/16] ghostscript: fix upstream version check Alexander Kanavin
2016-12-15 12:48 ` [PATCH 15/16] upstream-version-is-even.bbclass: exclude various alphas, betas, pre-releases etc Alexander Kanavin
2016-12-15 12:48 ` [PATCH 16/16] xf86-video-intel: 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.1481805889.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.