[oe-commits] [openembedded-core] branch master updated (592ef89 -> 9ab20ce)

git at git.openembedded.org git at git.openembedded.org
Tue Jun 13 09:47:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from 592ef89  Revert "package.bbclass: Restore functionality to detect RPM dependencies"
     new 964a6eb  rpm: run binary package generation via thread pools
     new f635c09  mpg123: Upgrade to 1.25.0
     new 0b0f545  binutils-2.28: Update to latest on release branch
     new af314c1  ltp: Include stdint.h for uintptr_t
     new 29366ea  libnsl2: Include stdint.h
     new 8ab1828  valgrind: Fix ptest build with musl
     new 653299d  kexec-tools: Pass -no-pie to linker
     new 61ecda8  rpm: add explicit dependency on bzip2-replacement-native for native builds
     new 2a6fe7c  iproute2: Upgrade 4.10.0 -> 4.11.0
     new 0f2e81c  oeqa/core/runner: Don't log details twice if test fails
     new 9ab20ce  oeqa/core/loader: Use full and small module name on filtering

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/lib/oeqa/core/loader.py                       |  28 +-
 meta/lib/oeqa/core/runner.py                       |   2 -
 .../iproute2/0001-ip-Remove-unneed-header.patch    |  30 ++
 .../{iproute2_4.10.0.bb => iproute2_4.11.0.bb}     |   5 +-
 meta/recipes-devtools/binutils/binutils-2.28.inc   |   2 +-
 .../binutils/binutils/CVE-2017-6965.patch          |  15 -
 .../binutils/binutils/CVE-2017-6966.patch          |  20 --
 .../binutils/binutils/CVE-2017-6969.patch          |  14 -
 .../binutils/binutils/CVE-2017-6969_2.patch        |  18 --
 .../binutils/binutils/CVE-2017-7209.patch          |  14 -
 .../binutils/binutils/CVE-2017-7210.patch          |  15 -
 ...y-package-building-into-a-separate-functi.patch |  84 +++++
 ...-binary-package-creation-via-thread-pools.patch | 127 ++++++++
 ...c-make-operations-over-string-pools-threa.patch | 207 +++++++++++++
 ...c-remove-static-local-variables-from-buil.patch | 337 +++++++++++++++++++++
 meta/recipes-devtools/rpm/rpm_git.bb               |   8 +-
 ...e-Rename-_sifields-to-__si_fields-on-musl.patch |  31 ++
 ...tr_tester.c-Limit-rawmemchr-test-to-glibc.patch |  39 +++
 ...02-context-APIs-are-not-available-on-musl.patch |  49 +++
 ...rrect-include-directive-path-for-config.h.patch |  45 +++
 ...4-pth_atfork1.c-Define-error-API-for-musl.patch |  37 +++
 ...erifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch |  30 ++
 ...d3.c-Dereference-pthread_t-before-adding-.patch |  32 ++
 meta/recipes-devtools/valgrind/valgrind_3.12.0.bb  |  12 +
 ...Include-stdint.h-for-uintptr_t-definition.patch |  27 ++
 meta/recipes-extended/libnsl/libnsl2_git.bb        |   1 +
 .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch   |  34 +++
 meta/recipes-extended/ltp/ltp_20170516.bb          |   1 +
 .../kexec-tools/0001-Disable-PIE-during-link.patch |  31 ++
 .../kexec/kexec-tools/0001-arm64-Disable-PIC.patch |  31 ++
 meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb    |   2 +
 .../mpg123/{mpg123_1.24.0.bb => mpg123_1.25.0.bb}  |  10 +-
 32 files changed, 1218 insertions(+), 120 deletions(-)
 create mode 100644 meta/recipes-connectivity/iproute2/iproute2/0001-ip-Remove-unneed-header.patch
 rename meta/recipes-connectivity/iproute2/{iproute2_4.10.0.bb => iproute2_4.11.0.bb} (69%)
 create mode 100644 meta/recipes-devtools/rpm/files/0001-Split-binary-package-building-into-a-separate-functi.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0002-Run-binary-package-creation-via-thread-pools.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0003-rpmstrpool.c-make-operations-over-string-pools-threa.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0004-build-pack.c-remove-static-local-variables-from-buil.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-sigqueue-Rename-_sifields-to-__si_fields-on-musl.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-str_tester.c-Limit-rawmemchr-test-to-glibc.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0002-context-APIs-are-not-available-on-musl.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0003-correct-include-directive-path-for-config.h.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0004-pth_atfork1.c-Define-error-API-for-musl.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0006-pth_detached3.c-Dereference-pthread_t-before-adding-.patch
 create mode 100644 meta/recipes-extended/libnsl/libnsl2/0001-nis_call.c-Include-stdint.h-for-uintptr_t-definition.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch
 create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-Disable-PIE-during-link.patch
 create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-arm64-Disable-PIC.patch
 rename meta/recipes-multimedia/mpg123/{mpg123_1.24.0.bb => mpg123_1.25.0.bb} (87%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list