Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 00/10] Packages upgrade
Date: Tue, 14 Nov 2017 01:58:40 +0800	[thread overview]
Message-ID: <cover.1510595883.git.liezhi.yang@windriver.com> (raw)

The following changes since commit a17f3ec910366e9e7551fa24fbc07929b9584341:

  dhcp: fix build issue with libxml2 support (2017-11-10 14:44:31 +0000)

are available in the git repository at:

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

Robert Yang (10):
  autoconf-archive: 2016.09.16 -> 2017.09.28
  debianutils: 4.8.1.1 -> 4.8.3
  e2fsprogs: 1.43.5 -> 1.43.7
  file: 5.31 -> 5.32
  git: 2.13.3 -> 2.15.0
  liberror-perl: 0.17024 -> 0.17025
  logrotate: 3.12.3 -> 3.13.0
  less: 487 -> 527
  libsdl2: 2.0.5 -> 2.0.7
  strace: 4.18 -> 4.19

 ...016.09.16.bb => autoconf-archive_2017.09.28.bb} |  6 +--
 .../e2fsprogs/e2fsprogs/reproducible-doc.patch     | 21 ---------
 .../{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb}   |  3 +-
 .../recipes-devtools/file/file/debian-742262.patch |  7 +--
 .../file/{file_5.31.bb => file_5.32.bb}            |  2 +-
 meta/recipes-devtools/git/git_2.13.3.bb            | 11 -----
 meta/recipes-devtools/git/git_2.15.0.bb            | 11 +++++
 ...or-perl_0.17024.bb => liberror-perl_0.17025.bb} |  4 +-
 .../strace/strace/Makefile-ptest.patch             | 17 +++-----
 .../strace/{strace_4.18.bb => strace_4.19.bb}      |  4 +-
 .../less/{less_487.bb => less_527.bb}              |  4 +-
 .../{logrotate_3.12.3.bb => logrotate_3.13.0.bb}   |  4 +-
 .../libsdl2/libsdl2/fix-build-failure-on-ppc.patch | 50 ----------------------
 .../recipes-graphics/libsdl2/libsdl2/linkage.patch | 46 --------------------
 .../libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} |  8 ++--
 ...debianutils_4.8.1.1.bb => debianutils_4.8.3.bb} |  8 ++--
 16 files changed, 41 insertions(+), 165 deletions(-)
 rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2016.09.16.bb => autoconf-archive_2017.09.28.bb} (62%)
 delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb} (97%)
 rename meta/recipes-devtools/file/{file_5.31.bb => file_5.32.bb} (96%)
 delete mode 100644 meta/recipes-devtools/git/git_2.13.3.bb
 create mode 100644 meta/recipes-devtools/git/git_2.15.0.bb
 rename meta/recipes-devtools/perl/{liberror-perl_0.17024.bb => liberror-perl_0.17025.bb} (83%)
 rename meta/recipes-devtools/strace/{strace_4.18.bb => strace_4.19.bb} (93%)
 rename meta/recipes-extended/less/{less_487.bb => less_527.bb} (89%)
 rename meta/recipes-extended/logrotate/{logrotate_3.12.3.bb => logrotate_3.13.0.bb} (95%)
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/fix-build-failure-on-ppc.patch
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/linkage.patch
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} (89%)
 rename meta/recipes-support/debianutils/{debianutils_4.8.1.1.bb => debianutils_4.8.3.bb} (87%)

-- 
2.7.4



             reply	other threads:[~2017-11-14  0:53 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-13 17:58 Robert Yang [this message]
2017-11-13 17:58 ` [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28 Robert Yang
2017-11-14 12:07   ` Burton, Ross
2017-11-15  1:59     ` Robert Yang
2017-11-13 17:58 ` [PATCH 02/10] debianutils: 4.8.1.1 -> 4.8.3 Robert Yang
2017-11-14 12:27   ` Burton, Ross
2017-11-15  2:22     ` Robert Yang
2017-11-13 17:58 ` [PATCH 03/10] e2fsprogs: 1.43.5 -> 1.43.7 Robert Yang
2017-11-13 17:58 ` [PATCH 04/10] file: 5.31 -> 5.32 Robert Yang
2017-11-13 17:58 ` [PATCH 05/10] git: 2.13.3 -> 2.15.0 Robert Yang
2017-11-13 17:58 ` [PATCH 06/10] liberror-perl: 0.17024 -> 0.17025 Robert Yang
2017-11-13 17:58 ` [PATCH 07/10] logrotate: 3.12.3 -> 3.13.0 Robert Yang
2017-11-13 17:58 ` [PATCH 08/10] less: 487 -> 527 Robert Yang
2017-11-13 17:58 ` [PATCH 09/10] libsdl2: 2.0.5 -> 2.0.7 Robert Yang
2017-11-13 17:58 ` [PATCH 10/10] strace: 4.18 -> 4.19 Robert Yang
2017-11-14  5:48 ` [PATCH 00/10] Packages upgrade Robert Yang
  -- strict thread matches above, loose matches on Subject: below --
2017-02-10  3:23 Robert Yang
2016-06-13  9:16 Hongxu Jia

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.1510595883.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