All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/3] Upgrade smartpm, less and elfutils
Date: Tue, 7 Jul 2015 23:31:24 -0700	[thread overview]
Message-ID: <cover.1436336498.git.liezhi.yang@windriver.com> (raw)

Tested world core-image-sato core-image-sato-sdk build on:
qemux86
qemux86-64
qemuarm
qemuarm64
qemuppc
qemumpis

Also tested core-image-sato on rpm_4.11.2.

// Robert

The following changes since commit df6ddc4bf9795212fda87f9d401893eb254074da:

  file: fix long-options (2015-07-07 23:57:14 +0100)

are available in the git repository at:

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

Robert Yang (3):
  less: 471 -> 478
  elfutils: 0.162 -> 0.163
  python-smartpm: 1.4.1 -> 1.5

 ...m-Silence-Werror-maybe-uninitialized-fals.patch |    0
 .../0001-remove-the-unneed-checking.patch          |    0
 .../arm_backend.diff                               |    0
 .../arm_func_value.patch                           |    0
 .../arm_unwind_ret_mask.patch                      |    0
 .../fixheadercheck.patch                           |    0
 .../hppa_backend.diff                              |    0
 .../m68k_backend.diff                              |    0
 .../mips_backend.diff                              |    0
 .../mips_readelf_w.patch                           |    0
 .../non_linux.patch                                |    0
 .../redhat-portability.diff                        |    0
 .../scanf-format.patch                             |    0
 .../testsuite-ignore-elflint.diff                  |    0
 .../uclibc-support-for-elfutils-0.161.patch        |    0
 .../{elfutils_0.162.bb => elfutils_0.163.bb}       |    4 +-
 .../python/python-smartpm/smart-attempt.patch      |  164 ++-
 .../smart-config-ignore-all-recommends.patch       |   24 -
 .../python-smartpm/smart-conflict-provider.patch   |  196 ----
 .../python/python-smartpm/smart-dflags.patch       |   45 -
 .../python-smartpm/smart-filename-NAME_MAX.patch   |   35 -
 .../smart-flag-exclude-packages.patch              |   70 --
 .../smart-flag-ignore-recommends.patch             |   60 --
 .../smart-improve-error-reporting.patch            |  168 +---
 .../python-smartpm/smart-metadata-match.patch      |   28 -
 .../python-smartpm/smart-multilib-fixes.patch      |   22 -
 .../python/python-smartpm/smart-recommends.patch   | 1051 +-------------------
 .../python-smartpm/smart-rpm-extra-macros.patch    |   27 -
 .../python/python-smartpm/smart-rpm-md-parse.patch |   26 -
 .../python/python-smartpm/smart-rpm-root.patch     |   80 --
 .../python/python-smartpm/smart-tmpdir.patch       |   30 -
 .../python/python-smartpm/smart-yaml-error.patch   |   86 --
 .../python/python-smartpm/smartpm-rpm5-nodig.patch |   47 +-
 .../python/python-smartpm_1.4.1.bb                 |   23 +-
 ...ossible-buffer-overrun-with-invalid-UTF-8.patch |   49 -
 .../less/{less_471.bb => less_478.bb}              |    7 +-
 36 files changed, 137 insertions(+), 2105 deletions(-)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/0001-remove-the-unneed-checking.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/arm_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/arm_func_value.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/arm_unwind_ret_mask.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/fixheadercheck.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/hppa_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/m68k_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/mips_backend.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/mips_readelf_w.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/non_linux.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/redhat-portability.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/scanf-format.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/testsuite-ignore-elflint.diff (100%)
 rename meta/recipes-devtools/elfutils/{elfutils-0.162 => elfutils-0.163}/uclibc-support-for-elfutils-0.161.patch (100%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.162.bb => elfutils_0.163.bb} (95%)
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-config-ignore-all-recommends.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-conflict-provider.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-dflags.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-filename-NAME_MAX.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-flag-exclude-packages.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-flag-ignore-recommends.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-metadata-match.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-multilib-fixes.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-rpm-extra-macros.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-rpm-md-parse.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-rpm-root.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-tmpdir.patch
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smart-yaml-error.patch
 delete mode 100644 meta/recipes-extended/less/less/0001-Fix-possible-buffer-overrun-with-invalid-UTF-8.patch
 rename meta/recipes-extended/less/{less_471.bb => less_478.bb} (78%)

-- 
1.7.9.5



             reply	other threads:[~2015-07-08  6:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08  6:31 Robert Yang [this message]
2015-07-08  6:31 ` [PATCH 1/3] less: 471 -> 478 Robert Yang
2015-07-08  6:31 ` [PATCH 2/3] elfutils: 0.162 -> 0.163 Robert Yang
2015-07-08  6:31 ` [PATCH 3/3] python-smartpm: 1.4.1 -> 1.5 Robert Yang
2015-07-08  7:21 ` [PATCH 0/3] Upgrade smartpm, less and elfutils 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.1436336498.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 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.