All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Upgrade smartpm, less and elfutils
@ 2015-07-08  6:31 Robert Yang
  2015-07-08  6:31 ` [PATCH 1/3] less: 471 -> 478 Robert Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Robert Yang @ 2015-07-08  6:31 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-08  7:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08  6:31 [PATCH 0/3] Upgrade smartpm, less and elfutils Robert Yang
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

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.