[oe-commits] [openembedded-core] branch master updated (2138761 -> 3d89f6a)

git at git.openembedded.org git at git.openembedded.org
Sat Dec 1 11:45:54 UTC 2018


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

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

    from 2138761  gst-validate: upgrade 1.14.2 -> 1.14.4
     new 36a018e  oeqa/utils/commands: Add extra qemu failure logging
     new b9e0bf9  oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed file
     new 5329847  oeqa/utils/commands: Avoid log message duplication
     new 98d113a  scripts/runqemu: Fix logic error causing failures with MACHINE from the environment
     new ed80e46  oeqa/qemurunner: Remove resource python warnings
     new 58e4821  scripts/runqemu: Tidy up lock handling code
     new 17a0a06  scripts/runqemu: Improve lockfile handling for python with close_fd=True
     new f30bd6b  ghostscript: 9.25 -> 9.26
     new a3ca627  nspr: improve reproducibility
     new 6e0b921  oeqa/selftest/buildoptions: Improve ccache test
     new ecc49ee  oeqa/selftest/buildoptions: Ensure diskmon tests run consistently
     new 0772b6d  meta-selftest/error: Cleanup large trailing whitespace
     new 750ece1  oeqa/selftest/context: Improve log file handling
     new 046e3e1  cpio: fix crash when appending to archives
     new c3b9aed  image_types: use cpio-native to build cpio images
     new 8b7d74a  libtasn1: no need to inherit binconfig
     new 3eab24c  python3: Adds instructions to the manifest file
     new 5641a24  python: Adds instructions to the manifest file
     new f630da6  libc-package: fix postinst error when ENABLE_BINARY_LOCALE_GENERATION = "0"
     new 7911039  gstreamer1.0-vaapi: downgrade vaapisink to marginal rank
     new 5556b5c  binconfig: only try to mangles files
     new 0f5c8ce  piglit: add missing waffle-bin dependency
     new a6ca465  ltp: add missing patch Upstream-Status
     new fa06fcc  licence: Add license file CC-BY-SA-4.0
     new 3d89f6a  libmodulemd: Extend to nativesdk

The 25 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-selftest/recipes-test/delay/delay.bb          |  12 +
 meta-selftest/recipes-test/error/error.bb          |   2 +-
 meta/classes/binconfig.bbclass                     |   6 +-
 meta/classes/image_types.bbclass                   |   1 +
 meta/classes/libc-package.bbclass                  |  10 +-
 meta/conf/licenses.conf                            |   2 +-
 meta/files/common-licenses/CC-BY-SA-4.0            | 428 ++++++++++++++++++++
 meta/lib/oeqa/selftest/cases/buildoptions.py       |   7 +-
 meta/lib/oeqa/selftest/context.py                  |  11 +-
 meta/lib/oeqa/utils/commands.py                    |   8 +-
 meta/lib/oeqa/utils/qemurunner.py                  |  12 +-
 .../libmodulemd/libmodulemd_git.bb                 |   2 +-
 .../python/python-native_2.7.15.bb                 |   6 +-
 .../python/python/create_manifest2.py              |  21 +-
 .../python/python/python2-manifest.json            |  90 +++++
 .../python/python3-native_3.5.6.bb                 |   6 +-
 .../python/python3/create_manifest3.py             |  20 +-
 .../python/python3/python3-manifest.json           |  94 ++++-
 meta/recipes-devtools/python/python3_3.5.6.bb      |   6 +-
 meta/recipes-devtools/python/python_2.7.15.bb      |   6 +-
 .../cpio-2.12/0001-Fix-segfault-with-append.patch  |  87 +++++
 meta/recipes-extended/cpio/cpio_2.12.bb            |   1 +
 ...add-operand-checking-to-.setnativefontmap.patch |  59 ---
 ...Improve-hiding-of-security-critical-custo.patch | 434 ---------------------
 ...32-add-control-over-hiding-error-handlers.patch | 172 --------
 ...operators-pass-a-name-object-to-error-han.patch | 105 -----
 ...-699938-.loadfontloop-must-be-an-operator.patch |  31 --
 ...define-some-additional-internal-operators.patch |  42 --
 ...don-t-include-operator-arrays-in-execstac.patch | 197 ----------
 ...put-unavailable-from-.policyprocs-helper-.patch | 245 ------------
 .../{ghostscript_9.25.bb => ghostscript_9.26.bb}   |  14 +-
 .../ltp/ltp/0001-statx-fix-compile-errors.patch    |   1 +
 meta/recipes-graphics/piglit/piglit_git.bb         |   2 +-
 .../0001-vaapsink-downgrade-to-marginal.patch      |  46 +++
 .../gstreamer/gstreamer1.0-vaapi_1.14.4.bb         |   3 +-
 meta/recipes-support/gnutls/libtasn1_4.13.bb       |   2 +-
 ...e.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch | 103 +++++
 meta/recipes-support/nspr/nspr_4.20.bb             |   1 +
 scripts/runqemu                                    |  26 +-
 39 files changed, 973 insertions(+), 1348 deletions(-)
 create mode 100644 meta-selftest/recipes-test/delay/delay.bb
 create mode 100644 meta/files/common-licenses/CC-BY-SA-4.0
 create mode 100644 meta/recipes-extended/cpio/cpio-2.12/0001-Fix-segfault-with-append.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0001-Bug-699795-add-operand-checking-to-.setnativefontmap.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0002-Bug-699816-Improve-hiding-of-security-critical-custo.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0003-Bug-699832-add-control-over-hiding-error-handlers.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0004-For-hidden-operators-pass-a-name-object-to-error-han.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0005-Bug-699938-.loadfontloop-must-be-an-operator.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0006-Undefine-some-additional-internal-operators.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0007-Bug-699927-don-t-include-operator-arrays-in-execstac.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0008-Make-.forceput-unavailable-from-.policyprocs-helper-.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.25.bb => ghostscript_9.26.bb} (83%)
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-vaapsink-downgrade-to-marginal.patch
 create mode 100644 meta/recipes-support/nspr/nspr/Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch

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


More information about the Openembedded-commits mailing list