[oe-commits] [openembedded-core] branch master updated (3d49383 -> e2b8a3d)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 14 10:36:49 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 3d49383  binutils: enable x86_64-pep for producing EFI binaries on x86-64
     add 0474326  oeqa/sdk/buildgalculator: check for nativesdk-gettext-dev
     add e763151  lib/oe: Fix collections ABCs DeprecationWarning in Python 3.7+
     new 92c79ab  perf: inherit manpages instead of adding man to RDEPENDS_${PN}-doc
     new dc13bf3  man-pages: respect api-documentation
     new 90ad502  glibc: Make bits/wordsize.h multilibbed again
     new 70b41b3  multilib_header: recognize BPF as a target
     new e5bde3d  meta: replace deprecated "SERIAL_CONSOLE"
     new ba88fe4  openssl_1.0: drop unnecessary call to perlpath.pl from do_configure()
     new cb42802  cmake: fix compiling some C++ projects with Yocto SDK and GCC
     new b3b1e18  oeqa/esdk/devtool: Drop OETestDepends usage
     new 05f6042  sstate: Remove DEPLOY_DIR_IMAGE from SSTATE_DUPWHITELIST
     new ed550a4  libtool-cross: Handle ccache sstate 'infection' issues
     new 5dffd54  devtool-source.bbclass: Support kernel-fragments/patch not in SRC_URI
     new 4eceae7  kernel-yocto.bbclass: Adds oe-local-files path (devtool) to include directives
     new b159cb6  libjpeg-turbo: fix timezone of reproducible build timestamp
     new f474a7e  multilib-script: Fix ALTERNATIVE_${PN} overwrite issue
     new b3fe71a  curl: support multilib installation of curl-config
     new 6931517  libxml2: Fix CVE-2018-14404
     new 4af10fe  busybox: move init related configs to init.cfg
     new 4168827  base-files: fix handling of resize
     new 49f979b  libevent: fix the multilib header conflict
     new b13fa9b  nspr: fix script conflict for multilib
     new fbb2df4  mobile-broadband-provider-info: fix .pc file conflict
     new 2c480b3  man-db: add volatile configuration file for sysvinit
     new 9516227  man-db: rdepend on base-passwd to ensure installation order
     new df3a2e2  parselogs.py: output correct log location
     new c392dab  perf: fail if src path does not exist
     new 3c05c8f  devtool: Use ConfigParser instead of SafeConfigParser
     new d86da5a  package: Fix file copying to preserve sparse files
     new 9e291d9  bzip2: use Yocto Project mirror for SRC_URI
     new e2b8a3d  classes: sanity-check LIC_FILES_CHKSUM

The 29 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/base.bbclass                          |  4 +-
 meta/classes/devtool-source.bbclass                | 12 +++++
 meta/classes/kernel-yocto.bbclass                  |  2 +
 meta/classes/license.bbclass                       |  4 +-
 meta/classes/multilib_script.bbclass               |  2 +-
 meta/classes/package.bbclass                       |  2 +-
 meta/classes/sstate.bbclass                        |  6 ++-
 meta/conf/machine/include/x86-base.inc             |  2 +-
 meta/lib/oe/maketype.py                            |  9 +++-
 meta/lib/oeqa/runtime/cases/parselogs.py           |  4 +-
 meta/lib/oeqa/sdk/cases/buildgalculator.py         |  6 +--
 meta/lib/oeqa/sdkext/cases/devtool.py              |  8 ----
 .../multilibfix.patch                              | 17 +++++++
 .../mobile-broadband-provider-info_git.bb          |  4 +-
 .../openssl/openssl-1.0.2o/find.pl                 | 54 ----------------------
 .../openssl-util-perlpath.pl-cwd.patch             | 34 --------------
 .../recipes-connectivity/openssl/openssl_1.0.2o.bb |  5 --
 meta/recipes-core/base-files/base-files/profile    |  6 +--
 meta/recipes-core/base-files/base-files_3.0.14.bb  |  1 +
 meta/recipes-core/busybox/busybox/defconfig        | 12 ++---
 meta/recipes-core/busybox/busybox/init.cfg         |  7 ++-
 meta/recipes-core/glibc/glibc-package.inc          |  2 +-
 .../libxml/libxml2/fix-CVE-2018-14404.patch        | 45 ++++++++++++++++++
 meta/recipes-core/libxml/libxml2_2.9.8.bb          |  1 +
 meta/recipes-core/systemd/systemd-serialgetty.bb   |  2 +-
 .../cmake/cmake/OEToolchainConfig.cmake            |  1 +
 .../libtool/libtool-cross_2.4.6.bb                 |  8 ++++
 meta/recipes-extended/bzip2/bzip2_1.0.6.bb         |  6 +--
 meta/recipes-extended/man-db/files/99_mandb        |  1 +
 meta/recipes-extended/man-db/man-db_2.8.3.bb       | 13 +++++-
 meta/recipes-extended/man-pages/man-pages_4.16.bb  |  3 +-
 meta/recipes-graphics/jpeg/libjpeg-turbo_1.5.3.bb  |  2 +-
 meta/recipes-kernel/perf/perf.bb                   |  5 +-
 meta/recipes-support/curl/curl_7.61.0.bb           |  3 ++
 meta/recipes-support/libevent/libevent_2.1.8.bb    |  6 ++-
 meta/recipes-support/nspr/nspr_4.19.bb             |  4 +-
 scripts/devtool                                    |  2 +-
 scripts/multilib_header_wrapper.h                  |  4 +-
 38 files changed, 166 insertions(+), 143 deletions(-)
 create mode 100644 meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info/multilibfix.patch
 delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.2o/find.pl
 delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.2o/openssl-util-perlpath.pl-cwd.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/fix-CVE-2018-14404.patch
 create mode 100644 meta/recipes-extended/man-db/files/99_mandb

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


More information about the Openembedded-commits mailing list