Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/5] Recipes upgrade
Date: Tue, 3 Jul 2018 12:11:52 +0800	[thread overview]
Message-ID: <cover.1530591075.git.liezhi.yang@windriver.com> (raw)

The following changes since commit ae48ee6627e6c1c4f1fcc4ead40edc968e64f7fe:

  multilib: Fix issues with some cross-canadian toolchain sysroots (2018-07-02 17:13:19 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/up
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/up

Robert Yang (5):
  automake: 1.15.1 -> 1.16.1
  e2fsprogs: 1.43.8 -> 1.44.2
  git: 2.16.1 -> 2.17.0
  nfs-utils: 2.1.1 -> 2.3.1
  ccache: 3.3.5 -> 3.4.2

 ...gure-Allow-to-explicitly-disable-nfsidmap.patch |  40 -------
 ...nclude-stdint.h-for-UINT16_MAX-definition.patch |  27 -----
 .../nfs-utils-1.2.3-sm-notify-res_init.patch       |  37 ------
 .../nfs-utils/nfs-utils-musl-limits.patch          | 133 +++++++++++++++++++++
 .../nfs-utils/nfs-utils-musl-res_querydomain.patch |  22 ++++
 .../{nfs-utils_2.1.1.bb => nfs-utils_2.3.1.bb}     |  12 +-
 ...utomake-Add-default-libtool_tag-to-cppasm.patch |  18 +--
 ...tion-in-shebangs-with-modern-use-warnings.patch |  68 +++--------
 .../automake/automake/buildtest.patch              |  20 +++-
 .../automake/new_rt_path_for_test-driver.patch     |  22 +++-
 .../automake/automake/performance.patch            |  19 ++-
 .../automake/automake/python-libdir.patch          |  19 ++-
 .../{automake_1.15.1.bb => automake_1.16.1.bb}     |   4 +-
 meta/recipes-devtools/ccache/ccache_3.3.5.bb       |  12 --
 meta/recipes-devtools/ccache/ccache_3.4.2.bb       |  11 ++
 .../0002-dev.mk.in-fix-file-name-too-long.patch    |  15 +--
 ...te-man-page-in-the-make-install-from-git-.patch |  33 -----
 meta/recipes-devtools/e2fsprogs/e2fsprogs.inc      |   2 +-
 ...ix-build-failure-in-swapfs.c-on-big-endia.patch |  40 -------
 ...fs-enable-the-metadata_csum-and-64bit-fea.patch |  12 +-
 .../{e2fsprogs_1.43.8.bb => e2fsprogs_1.44.2.bb}   |   3 +-
 meta/recipes-devtools/git/git.inc                  |  12 +-
 meta/recipes-devtools/git/git_2.16.1.bb            |  11 --
 meta/recipes-devtools/git/git_2.17.0.bb            |  11 ++
 24 files changed, 283 insertions(+), 320 deletions(-)
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-include-stdint.h-for-UINT16_MAX-definition.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-sm-notify-res_init.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-limits.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-res_querydomain.patch
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.1.1.bb => nfs-utils_2.3.1.bb} (92%)
 rename meta/recipes-devtools/automake/{automake_1.15.1.bb => automake_1.16.1.bb} (89%)
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.3.5.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.4.2.bb
 delete mode 100644 meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch
 delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.8.bb => e2fsprogs_1.44.2.bb} (97%)
 delete mode 100644 meta/recipes-devtools/git/git_2.16.1.bb
 create mode 100644 meta/recipes-devtools/git/git_2.17.0.bb

-- 
2.7.4



             reply	other threads:[~2018-07-03  4:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-03  4:11 Robert Yang [this message]
2018-07-03  4:11 ` [PATCH 1/5] automake: 1.15.1 -> 1.16.1 Robert Yang
2018-07-06  6:06   ` Khem Raj
2018-07-06  6:11     ` Robert Yang
2018-07-11  6:19     ` Robert Yang
2018-07-11 20:00       ` Khem Raj
2018-07-03  4:11 ` [PATCH 2/5] e2fsprogs: 1.43.8 -> 1.44.2 Robert Yang
2018-07-03  4:11 ` [PATCH 3/5] git: 2.16.1 -> 2.17.0 Robert Yang
2018-07-03 12:42   ` Otavio Salvador
2018-07-03 15:31     ` Robert Yang
2018-07-03  4:11 ` [PATCH 4/5] nfs-utils: 2.1.1 -> 2.3.1 Robert Yang
2018-07-03 11:53   ` Burton, Ross
2018-07-03 15:31     ` Robert Yang
2018-07-03  4:11 ` [PATCH 5/5] ccache: 3.3.5 -> 3.4.2 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.1530591075.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.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