From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/24] Recipe updates and version check fixes
Date: Wed, 22 Feb 2017 16:50:55 +0200 [thread overview]
Message-ID: <cover.1487774787.git.alexander.kanavin@linux.intel.com> (raw)
I've skipped openssl 1.1 update (https://bugzilla.yoctoproject.org/show_bug.cgi?id=11091)
and gperf 3.1 update (incompatible with latest libcap 2.25).
The following changes since commit f04f4981c1309f07b569dc953f9b2f25695eb58f:
wget.py: match .lz tarballs as well when determining latest version (2017-02-21 13:36:01 +0200)
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 (24):
ruby: fix upstream version check
zlib: fix upstream version check
kconfig-frontends: fetch source from git
sysprof: inherit upstream-version-is-even
libepoxy: fix upstream version check
libva: fix upstream version check
babeltrace: update to 1.5.2
bash-completion: update to 2.5
boost: update to 1.63.0
btrfs-tools: update to 4.9.1
cmake: update to 3.7.2
lzip: add a recipe from meta-oe
ed: update to 1.14.1
webkitgtk: update to 2.14.5
epiphany: update to 3.22.6
ffmpeg: update to 3.2.4
gnutls: update to 3.5.9
iso-codes: update to 3.74
kbd: update to 2.0.4
libiconv: remove recipe
libnl: update to 3.2.29
libwebp: update to 0.6.0
nss: update to 3.28.1
systemtap: update to 3.1
.../kbd/{kbd_2.0.3.bb => kbd_2.0.4.bb} | 4 +-
meta/recipes-core/zlib/zlib_1.2.8.bb | 1 +
.../{btrfs-tools_4.8.5.bb => btrfs-tools_4.9.1.bb} | 2 +-
...cmake-native_3.7.1.bb => cmake-native_3.7.2.bb} | 0
meta/recipes-devtools/cmake/cmake.inc | 4 +-
.../cmake/{cmake_3.7.1.bb => cmake_3.7.2.bb} | 0
.../kconfig-frontends_3.12.0.0.bb | 9 +-
meta/recipes-devtools/ruby/ruby.inc | 1 +
.../ed/{ed_1.9.bb => ed_1.14.1.bb} | 12 +-
meta/recipes-extended/lzip/lzip_1.18.bb | 41 +
.../{epiphany_3.22.3.bb => epiphany_3.22.6.bb} | 4 +-
meta/recipes-graphics/libepoxy/libepoxy_1.4.0.bb | 1 +
meta/recipes-graphics/libva/libva_1.7.3.bb | 1 +
.../{babeltrace_1.5.1.bb => babeltrace_1.5.2.bb} | 4 +-
meta/recipes-kernel/sysprof/sysprof_3.22.3.bb | 2 +-
...configure-write-a-python-location-into-th.patch | 25 +
.../systemtap/systemtap/fix-monitor-linking.patch | 41 -
.../systemtap/systemtap/monitor-option.patch | 26 +-
.../systemtap/systemtap/no-msgfmt-check.patch | 22 +-
.../systemtap/obsolete_automake_macros.patch | 15 -
meta/recipes-kernel/systemtap/systemtap_git.bb | 9 +-
meta/recipes-kernel/systemtap/systemtap_git.inc | 7 +-
.../ffmpeg/{ffmpeg_3.2.2.bb => ffmpeg_3.2.4.bb} | 4 +-
.../webp/{libwebp_0.5.1.bb => libwebp_0.6.0.bb} | 4 +-
.../{webkitgtk_2.14.2.bb => webkitgtk_2.14.5.bb} | 4 +-
...sh-completion_2.4.bb => bash-completion_2.5.bb} | 4 +-
...bjam-native_1.62.0.bb => bjam-native_1.63.0.bb} | 0
.../boost/{boost-1.62.0.inc => boost-1.63.0.inc} | 4 +-
...soft-float-on-ARM-we-should-not-expect-th.patch | 29 +
...execution_monitor.hpp-fix-mips-soft-float.patch | 145 -
.../boost/boost/consider-hardfp.patch | 19 -
.../boost/{boost_1.62.0.bb => boost_1.63.0.bb} | 3 +-
...cli-args.h-to-cli-args.stamp-Makefile-tar.patch | 27 -
.../gnutls/0001-configure.ac-fix-sed-command.patch | 26 +-
.../gnutls/{gnutls_3.5.7.bb => gnutls_3.5.9.bb} | 5 +-
.../{iso-codes_3.72.bb => iso-codes_3.74.bb} | 4 +-
.../libiconv/libiconv-1.11.1/autoconf.patch | 50 -
.../shared_preloadable_libiconv_linux.patch | 26 -
.../libiconv-1.14/add-relocatable-module.patch | 5008 --------------------
.../libiconv/libiconv-1.14/autoconf.patch | 50 -
meta/recipes-support/libiconv/libiconv_1.11.1.bb | 47 -
meta/recipes-support/libiconv/libiconv_1.14.bb | 51 -
...01-lib-add-utility-function-nl_strerror_l.patch | 146 -
...to-using-strerror_l-instead-of-strerror_r.patch | 403 --
...to-using-strerror_l-instead-of-strerror_r.patch | 82 -
.../libnl/{libnl_3.2.28.bb => libnl_3.2.29.bb} | 7 +-
... => 0001-nss-fix-support-cross-compiling.patch} | 51 +-
.../nss/{nss_3.27.1.bb => nss_3.28.1.bb} | 8 +-
48 files changed, 215 insertions(+), 6223 deletions(-)
rename meta/recipes-core/kbd/{kbd_2.0.3.bb => kbd_2.0.4.bb} (92%)
rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.8.5.bb => btrfs-tools_4.9.1.bb} (95%)
rename meta/recipes-devtools/cmake/{cmake-native_3.7.1.bb => cmake-native_3.7.2.bb} (100%)
rename meta/recipes-devtools/cmake/{cmake_3.7.1.bb => cmake_3.7.2.bb} (100%)
rename meta/recipes-extended/ed/{ed_1.9.bb => ed_1.14.1.bb} (51%)
create mode 100644 meta/recipes-extended/lzip/lzip_1.18.bb
rename meta/recipes-gnome/epiphany/{epiphany_3.22.3.bb => epiphany_3.22.6.bb} (83%)
rename meta/recipes-kernel/lttng/{babeltrace_1.5.1.bb => babeltrace_1.5.2.bb} (82%)
create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-Do-not-let-configure-write-a-python-location-into-th.patch
delete mode 100644 meta/recipes-kernel/systemtap/systemtap/fix-monitor-linking.patch
delete mode 100644 meta/recipes-kernel/systemtap/systemtap/obsolete_automake_macros.patch
rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.2.2.bb => ffmpeg_3.2.4.bb} (97%)
rename meta/recipes-multimedia/webp/{libwebp_0.5.1.bb => libwebp_0.6.0.bb} (93%)
rename meta/recipes-sato/webkit/{webkitgtk_2.14.2.bb => webkitgtk_2.14.5.bb} (97%)
rename meta/recipes-support/bash-completion/{bash-completion_2.4.bb => bash-completion_2.5.bb} (88%)
rename meta/recipes-support/boost/{bjam-native_1.62.0.bb => bjam-native_1.63.0.bb} (100%)
rename meta/recipes-support/boost/{boost-1.62.0.inc => boost-1.63.0.inc} (84%)
create mode 100644 meta/recipes-support/boost/boost/0001-When-using-soft-float-on-ARM-we-should-not-expect-th.patch
delete mode 100644 meta/recipes-support/boost/boost/0002-boost-test-execution_monitor.hpp-fix-mips-soft-float.patch
delete mode 100644 meta/recipes-support/boost/boost/consider-hardfp.patch
rename meta/recipes-support/boost/{boost_1.62.0.bb => boost_1.63.0.bb} (82%)
delete 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.7.bb => gnutls_3.5.9.bb} (52%)
rename meta/recipes-support/iso-codes/{iso-codes_3.72.bb => iso-codes_3.74.bb} (76%)
delete mode 100644 meta/recipes-support/libiconv/libiconv-1.11.1/autoconf.patch
delete mode 100644 meta/recipes-support/libiconv/libiconv-1.11.1/shared_preloadable_libiconv_linux.patch
delete mode 100644 meta/recipes-support/libiconv/libiconv-1.14/add-relocatable-module.patch
delete mode 100644 meta/recipes-support/libiconv/libiconv-1.14/autoconf.patch
delete mode 100644 meta/recipes-support/libiconv/libiconv_1.11.1.bb
delete mode 100644 meta/recipes-support/libiconv/libiconv_1.14.bb
delete mode 100644 meta/recipes-support/libnl/libnl/0001-lib-add-utility-function-nl_strerror_l.patch
delete mode 100644 meta/recipes-support/libnl/libnl/0002-lib-switch-to-using-strerror_l-instead-of-strerror_r.patch
delete mode 100644 meta/recipes-support/libnl/libnl/0003-src-switch-to-using-strerror_l-instead-of-strerror_r.patch
rename meta/recipes-support/libnl/{libnl_3.2.28.bb => libnl_3.2.29.bb} (80%)
rename meta/recipes-support/nss/nss/{nss-fix-support-cross-compiling.patch => 0001-nss-fix-support-cross-compiling.patch} (49%)
rename meta/recipes-support/nss/{nss_3.27.1.bb => nss_3.28.1.bb} (96%)
--
2.11.0
next reply other threads:[~2017-02-22 14:52 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-22 14:50 Alexander Kanavin [this message]
2017-02-22 14:50 ` [PATCH 01/24] ruby: fix upstream version check Alexander Kanavin
2017-02-22 14:50 ` [PATCH 02/24] zlib: " Alexander Kanavin
2017-02-22 14:50 ` [PATCH 03/24] kconfig-frontends: fetch source from git Alexander Kanavin
2017-02-22 14:50 ` [PATCH 04/24] sysprof: inherit upstream-version-is-even Alexander Kanavin
2017-02-22 14:51 ` [PATCH 05/24] libepoxy: fix upstream version check Alexander Kanavin
2017-02-22 14:51 ` [PATCH 06/24] libva: " Alexander Kanavin
2017-02-22 14:51 ` [PATCH 07/24] babeltrace: update to 1.5.2 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 08/24] bash-completion: update to 2.5 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 09/24] boost: update to 1.63.0 Alexander Kanavin
2017-02-23 9:21 ` André Draszik
2017-02-23 9:55 ` Alexander Kanavin
2017-02-22 14:51 ` [PATCH 10/24] btrfs-tools: update to 4.9.1 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 11/24] cmake: update to 3.7.2 Alexander Kanavin
2017-02-22 20:06 ` Philip Balister
2017-02-22 14:51 ` [PATCH 12/24] lzip: add a recipe from meta-oe Alexander Kanavin
2017-02-22 14:51 ` [PATCH 13/24] ed: update to 1.14.1 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 14/24] webkitgtk: update to 2.14.5 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 15/24] epiphany: update to 3.22.6 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 16/24] ffmpeg: update to 3.2.4 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 17/24] gnutls: update to 3.5.9 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 18/24] iso-codes: update to 3.74 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 19/24] kbd: update to 2.0.4 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 20/24] libiconv: remove recipe Alexander Kanavin
2017-02-23 22:12 ` Burton, Ross
2017-02-23 22:47 ` Khem Raj
2017-02-23 23:04 ` Burton, Ross
2017-02-24 8:40 ` Alexander Kanavin
2017-02-22 14:51 ` [PATCH 21/24] libnl: update to 3.2.29 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 22/24] libwebp: update to 0.6.0 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 23/24] nss: update to 3.28.1 Alexander Kanavin
2017-02-22 14:51 ` [PATCH 24/24] systemtap: update to 3.1 Alexander Kanavin
2017-02-24 14:22 ` Burton, Ross
2017-02-24 16:02 ` 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.1487774787.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