[oe-commits] [openembedded-core] branch master updated (901659a -> cd5e0a3)

git at git.openembedded.org git at git.openembedded.org
Mon Apr 10 22:33:12 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 901659a  oeqa/runtime/utils/targetbuildproject: use parent classes defaults tmpdir
     add a6152dd  runqemu: fix 2 typos
     add dad9f27  runqemu: use realpath for imgdir
     add 301dc9d  busybox: Security fix CVE-2016-6301
     add 1da6416  oe-build-perf-report-email.py: fix one file path
     add b6c72c0  yocto-compat-layer: fix also other command invocations
     add 7ab0e09  yocto-compat-layer: limit report of signature changes
     add 3e678d9  package_ipk.bbclass: Replace empty lines in DESCRIPTION with '.'
     add ee44dab  package.bbclass: add CONFFILES to pkgdata
     add 0f22a27  ghostscript: CVE-2017-7207
     add 0354a9b  busybox: Security fix BUG9071
     add 479a620  base-files: profile: Whitespace clean up
     add e77cdb7  base-files: profile: Do not assume that the tty command exists
     add ef16288  sanity: Require bitbake 1.33.4
     add 04c053d  glibc/gcc/libgcc-initial: Delete do_build tasks for -initial
     add f3408bc  groff: replace "perl -w" with "use warnings"
     add 85decf2  mc: replace "perl -w" with "use warnings"
     add e828223  valgrind: set ac_cv_path_PERL to /usr/bin/env perl
     add 7e8fece  m4: do_configure: fix "Argument list too long"
     add 123df94  guile: do_configure: fix "Argument list too long"
     add 0558382  autogen-native: fix POSIX_SHELL and perl
     add fd2758e  kmod: set ac_cv_path_DOLT_BASH to /usr/bin/env bash
     add d9430de  eudev: set LGPL-2.1+ for libudev package
     add 8e30b72  python3: fix run-time deps for core python3 libraries
     add ccd2fac  selftest/wic: skip wic unit tests in case NLS is disable
     add 007ebc8  license.bbclass: improve reproducibility
     add 246df3d  sstate: Skip glibc do_stash_locale and gcc do_gcc_stash_builddir tasks
     add aaf4c4f  elfutils: fix building elfutils-native with GCC7
     add 7a7fcba  gcc-6.3: backport fix of check for empty string in ubsan.c
     add b7bb029  qemux86*.conf: changed dependency task for syslinux
     add 2fe8f39  selftest/recipetool: skip create_git in case x11 feature is not present
     add 88dc8b5  qemu: use python2.7 instead of python2
     add 8cb472e  lib/oe/sstatesig: fix finding native siginfo files in sstate-cache
     add 5b69eef  lib/oe/sstatesig: avoid reporting duplicate siginfo files from sstate
     add 55c83cb  cross.bbclass: override TARGET_* flags
     add 3facbe7  crosssdk.bbclass: override TARGET_* flags
     add 85b69a5  nativesdk.bbclass: override TARGET_* flags
     add 767335c  cross-canadian.bbclass: override TARGET_* flags
     add c37d610  selftest/sstatetests: Replace glibc-initial with linux-libc-headers
     add 6b386e4  no-static-libs: Add entry for ncurses
     add 974ddd2  ncurses: Drop incorrect option
     add 80b450c  uninative-flags.inc: Build binutils-native as pie
     add 9cdd4ea  build-perf-test-wrapper.sh: support extra args for email script
     add 5e07504  oe-build-perf-report-email.py: use proper fallback email address
     add 7b50270  scripts/oe-build-perf-report: improve guessing of args
     add 6cb9c0a  python-pycurl: create python3-pycurl recipe
     new a668570  oeqa/selftest: Don't use cleanup-workdir
     new 809b23c  scripts: Drop cleanup-workdir
     new cd5e0a3  staging: Fix sysroot problem with populate_sysroot dependencies on do_fetch

The 3 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/classes/cross-canadian.bbclass                |   5 +
 meta/classes/cross.bbclass                         |   5 +
 meta/classes/crosssdk.bbclass                      |   5 +
 meta/classes/license.bbclass                       |   2 +-
 meta/classes/nativesdk.bbclass                     |   4 +
 meta/classes/package.bbclass                       |   1 +
 meta/classes/package_ipk.bbclass                   |   6 +-
 meta/classes/sstate.bbclass                        |   4 +
 meta/classes/staging.bbclass                       |   5 +
 meta/conf/distro/include/no-static-libs.inc        |   4 +
 meta/conf/distro/include/security_flags.inc        |   1 +
 meta/conf/distro/include/uninative-flags.inc       |   8 +
 meta/conf/machine/qemux86-64.conf                  |   2 +-
 meta/conf/machine/qemux86.conf                     |   2 +-
 meta/conf/sanity.conf                              |   2 +-
 meta/lib/oe/sstatesig.py                           |  39 ++--
 meta/lib/oeqa/selftest/buildoptions.py             |   2 -
 meta/lib/oeqa/selftest/oescripts.py                |  28 ---
 meta/lib/oeqa/selftest/recipetool.py               |   2 +
 meta/lib/oeqa/selftest/sstatetests.py              |  20 +--
 meta/lib/oeqa/selftest/wic.py                      |   5 +-
 meta/recipes-core/base-files/base-files/profile    |  31 ++--
 meta/recipes-core/base-files/base-files_3.0.14.bb  |   4 -
 .../busybox/BUG9071_buffer_overflow_arp.patch      |  53 ++++++
 .../busybox/busybox/CVE-2016-6301.patch            |  37 ++++
 meta/recipes-core/busybox/busybox_1.24.1.bb        |   2 +
 meta/recipes-core/glibc/glibc-initial.inc          |   3 +
 meta/recipes-core/ncurses/ncurses.inc              |   1 -
 meta/recipes-core/udev/eudev_3.2.1.bb              |   3 +-
 .../autogen/autogen-native_5.18.12.bb              |   3 +
 ...2-autoopts-mk-tpl-config.sh-fix-perl-path.patch |  32 ++++
 .../elfutils-0.168/Fix_one_GCC7_warning.patch      |  44 +++++
 .../elfutils/elfutils-0.168/fallthrough.patch      |  36 ++++
 meta/recipes-devtools/elfutils/elfutils_0.168.bb   |   3 +
 meta/recipes-devtools/gcc/gcc-6.3.inc              |   1 +
 .../gcc/gcc-6.3/ubsan-fix-check-empty-string.patch |  28 +++
 meta/recipes-devtools/gcc/gcc-cross-initial.inc    |   4 +
 meta/recipes-devtools/gcc/libgcc-initial.inc       |   3 +
 meta/recipes-devtools/guile/guile_2.0.14.bb        |   3 +
 meta/recipes-devtools/m4/m4-1.4.18.inc             |   3 +
 .../python/python-3.5-manifest.inc                 |   4 +-
 .../{python-pycurl_7.21.5.bb => python-pycurl.inc} |   6 +-
 .../python/python-pycurl_7.21.5.bb                 |  32 +---
 .../python/python3-pycurl_7.21.5.bb                |   5 +
 meta/recipes-devtools/qemu/qemu.inc                |   2 +-
 meta/recipes-devtools/valgrind/valgrind_3.12.0.bb  |   2 +
 .../ghostscript/ghostscript/CVE-2017-7207.patch    |  39 ++++
 .../ghostscript/ghostscript_9.20.bb                |   1 +
 .../0001-replace-perl-w-with-use-warnings.patch    | 102 +++++++++++
 meta/recipes-extended/groff/groff_1.22.3.bb        |   3 +
 .../0001-mc-replace-perl-w-with-use-warnings.patch | 129 ++++++++++++++
 meta/recipes-extended/mc/mc_4.8.18.bb              |   3 +
 meta/recipes-kernel/kmod/kmod.inc                  |   2 +
 scripts/cleanup-workdir                            | 198 ---------------------
 scripts/contrib/build-perf-test-wrapper.sh         |   2 +-
 scripts/contrib/oe-build-perf-report-email.py      |   6 +-
 scripts/contrib/python/generate-manifest-3.5.py    |   4 +-
 scripts/lib/compatlayer/__init__.py                |  55 +++++-
 scripts/lib/compatlayer/cases/common.py            |  77 ++++----
 scripts/oe-build-perf-report                       |   2 +-
 scripts/runqemu                                    |   8 +-
 61 files changed, 752 insertions(+), 376 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox/BUG9071_buffer_overflow_arp.patch
 create mode 100644 meta/recipes-core/busybox/busybox/CVE-2016-6301.patch
 create mode 100644 meta/recipes-devtools/autogen/autogen/0002-autoopts-mk-tpl-config.sh-fix-perl-path.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.168/Fix_one_GCC7_warning.patch
 create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.168/fallthrough.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.3/ubsan-fix-check-empty-string.patch
 copy meta/recipes-devtools/python/{python-pycurl_7.21.5.bb => python-pycurl.inc} (92%)
 create mode 100644 meta/recipes-devtools/python/python3-pycurl_7.21.5.bb
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2017-7207.patch
 create mode 100644 meta/recipes-extended/groff/groff-1.22.3/0001-replace-perl-w-with-use-warnings.patch
 create mode 100644 meta/recipes-extended/mc/files/0001-mc-replace-perl-w-with-use-warnings.patch
 delete mode 100755 scripts/cleanup-workdir

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


More information about the Openembedded-commits mailing list