[oe-commits] [openembedded-core] branch master updated (957a2f9 -> 92c266f)

git at git.openembedded.org git at git.openembedded.org
Sat Sep 22 01:47:03 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 957a2f9  yocto-uninative: Add aarch64 uninative tarball checksum
     add 0a02ea7  linuxloader.bbclass: Refactor to have seprate functions for musl/glibc loader
     add 8ea0680  musl: Add aliases for glibc provided libraries
     add 25e034b  xserver-xorg: remove redundant patch
     add f9b7de2  gstreamer1.0-plugins-bad: remove rtmpdump from DEPENDS
     add d1bdf96  dbus-test: fix ptest failed problem when multilib is enabled
     add 40fe890  dropbear: remove localoptions.h in source searching
     add bb378dc  wayland-protocols: update to 1.16
     add 979b247  fribidi: rename directory to match recipe
     add d297f7e  fribidi: use Meson instead of autotools
     add 254eb5a  reproducible: Tidy class description
     add 2c8baf6  reproducible: Refactor: get_source_date_epoch_from_youngest_file()
     add 01358d6  reproducible: Rename ambiguous "path" var to sourcedir or workdir as appropriate
     add b0ddb14  reproducible: Find the git repo in WORKDIR/git or S first
     add 75d5a9d  reproducible: Don't enforce existence of ${S} dir
     add 48fe0e8  reproducible: Consistent debug logging
     add ba2f5ad  libgloss_3.0.0.bb: Consolidate rmdir with -p
     add 67fca07  ltp: add a patch for source code to fix issue about fcntl
     add f82738f  linux-firmware: Bump revision to 44d4fca
     add 60d99a4  libarchive: Update 3.3.2 -> 3.3.3
     add a585c51  cmake: Upgrade 3.12.1 -> 3.12.2
     add e0ebfaa  package_manager: use normalized path when doing the filtered copy
     add 409c342  systemd: Add util-linux-fsck to RDEPENDS
     add 4e1e914  gpgme: Inherit from distutils-common-base
     add 44fff74  distutils{, 3}.bbclass: improve error messages
     add 3c62c42  python: don't sort the manifest in create_manifest
     add 5a5a97b  python: respect package order in manifest
     add 0e94737  python: consolidate tests
     add 1c67c21  python3: don't sort the manifest in create_manifest
     add 80dae62  python3: respect package order in manifest
     add 554d369  python3: consolidate tests
     add 30eadb1  python3: remove specal handling of sqite3-tests
     add cde1139  xserver-xorg: remove obsolete patch
     add 4af34cb  xserver-xorg: rewrite xorg-server.m4 patch
     add 6921e7f  pseudo: update to latest HEAD
     add 5f143ce  mesa: enable virgl driver for qemux86/qemux86-64
     add 77c353c  mobile-broadband-provider: fix SRC_URI
     add 6150ec7  clutter: simplify SRC_URI
     add dfe55fd  libsolv: make rpm optional
     add 1a38f27  p11-kit: Upgrade from 0.22.1 -> 0.23.14
     add d63f16f  p11-kit: Add PACKAGECONFIG for trust paths
     add a66834f  siteinfo: Define data for ARC
     add d53b0b8  kernel-arch.bbclass: Add ARC to kernel arch map
     add 479d0e0  openssl: Add support for ARC
     add bc9259f  nspr: Add ARC support
     add 7b7b0fb  icu: Add ARC support
     add 6840f54  gcc: Disable libitm for ARC
     add f8d7394  libgloss_3.0.0.bb: Ensure ${D}${libdir} exists installing content
     add d14f86f  lib/oe/elf.py: Add LatticeMico32 architecture definition
     add 2f6c85d  qemu-targets.inc: Mark 'lm32' as softmmu only architecture
     add 216f8ea  siteinfo.bbclass: Add LatticeMico32 architecture site info
     add 92c266f  glibc: fix Segmentation fault in gethostid.c

No new revisions were added by this update.

Summary of changes:
 meta/classes/clutter.bbclass                       |    7 +-
 meta/classes/distutils.bbclass                     |    8 +-
 meta/classes/distutils3.bbclass                    |    8 +-
 meta/classes/kernel-arch.bbclass                   |    1 +
 meta/classes/linuxloader.bbclass                   |   85 +-
 meta/classes/reproducible_build.bbclass            |  175 ++-
 meta/classes/siteinfo.bbclass                      |    3 +
 meta/lib/oe/elf.py                                 |    1 +
 meta/lib/oe/package_manager.py                     |    1 +
 .../mobile-broadband-provider-info_git.bb          |    2 +-
 .../openssl/openssl10_1.0.2p.bb                    |    2 +-
 meta/recipes-connectivity/openssl/openssl_1.1.1.bb |    2 +-
 meta/recipes-core/dbus/dbus-test_1.12.10.bb        |    1 +
 meta/recipes-core/dbus/dbus/run-ptest              |    2 +-
 meta/recipes-core/dropbear/dropbear.inc            |    1 -
 .../0007-fix-localoptions-search-path.patch        |   51 -
 ...stid-Check-for-NULL-value-from-gethostbyn.patch |   38 +
 meta/recipes-core/glibc/glibc_2.28.bb              |    1 +
 meta/recipes-core/musl/musl_git.bb                 |   16 +
 meta/recipes-core/newlib/libgloss_3.0.0.bb         |    4 +-
 meta/recipes-core/systemd/systemd_239.bb           |    4 +-
 ...ake-native_3.12.1.bb => cmake-native_3.12.2.bb} |    0
 meta/recipes-devtools/cmake/cmake.inc              |    4 +-
 .../cmake/{cmake_3.12.1.bb => cmake_3.12.2.bb}     |    0
 meta/recipes-devtools/gcc/gcc-runtime.inc          |    1 +
 meta/recipes-devtools/pseudo/pseudo_git.bb         |    2 +-
 .../python/python/create_manifest2.py              |   16 +-
 .../python/python/python2-manifest.json            | 1661 ++++++++++----------
 .../python/python3/create_manifest3.py             |   23 +-
 .../python/python3/python3-manifest.json           |  974 ++++++------
 meta/recipes-devtools/python/python3_3.5.6.bb      |    6 +-
 meta/recipes-devtools/python/python_2.7.15.bb      |    6 +-
 meta/recipes-devtools/qemu/qemu-targets.inc        |    2 +-
 .../libarchive/libarchive/CVE-2017-14166.patch     |   37 -
 .../libarchive/libarchive/CVE-2017-14501.patch     |   79 -
 .../libarchive/libarchive/CVE-2017-14502.patch     |   37 -
 .../libarchive/libarchive/CVE-2017-14503.patch     |   33 -
 .../libarchive/libarchive/bug929.patch             |   38 -
 .../{libarchive_3.3.2.bb => libarchive_3.3.3.bb}   |   11 +-
 meta/recipes-extended/libsolv/libsolv_0.6.35.bb    |    7 +-
 ...ntl-make-OFD-command-use-fcntl64-syscall-.patch |  184 +++
 meta/recipes-extended/ltp/ltp_20180515.bb          |    1 +
 meta/recipes-graphics/mesa/mesa.inc                |    2 +
 ...protocols_1.15.bb => wayland-protocols_1.16.bb} |    4 +-
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |    1 -
 ...onfigure.ac-Fix-check-for-CLOCK_MONOTONIC.patch |   60 -
 .../0003-Remove-check-for-useSIGIO-option.patch    |   47 -
 .../xorg-xserver/xserver-xorg/macro_tweak.patch    |   25 -
 .../xorg-xserver/xserver-xorg/pkgconfig.patch      |   34 +
 .../xorg-xserver/xserver-xorg_1.20.1.bb            |    3 +-
 .../linux-firmware/linux-firmware_git.bb           |    4 +-
 .../gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb   |    2 +-
 meta/recipes-support/fribidi/fribidi/meson.patch   |   44 +
 .../{libfribidi => fribidi}/fribidi_1.0.5.bb       |    8 +-
 meta/recipes-support/gpgme/gpgme_1.11.1.bb         |    6 +-
 .../icu/icu/0002-Add-ARC-support.patch             |   27 +
 meta/recipes-support/icu/icu_62.1.bb               |    1 +
 .../nspr/nspr/0004-Add-ARC-support.patch           |   88 ++
 meta/recipes-support/nspr/nspr_4.19.bb             |    1 +
 ...p-the-languages-for-which-upstream-does-n.patch |   13 +-
 .../{p11-kit_0.22.1.bb => p11-kit_0.23.14.bb}      |    8 +-
 meta/site/{riscv32-linux => arc-common}            |    2 +-
 62 files changed, 1975 insertions(+), 1940 deletions(-)
 delete mode 100644 meta/recipes-core/dropbear/dropbear/0007-fix-localoptions-search-path.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0001-Linux-gethostid-Check-for-NULL-value-from-gethostbyn.patch
 rename meta/recipes-devtools/cmake/{cmake-native_3.12.1.bb => cmake-native_3.12.2.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.12.1.bb => cmake_3.12.2.bb} (100%)
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2017-14166.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2017-14501.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2017-14502.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2017-14503.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/bug929.patch
 rename meta/recipes-extended/libarchive/{libarchive_3.3.2.bb => libarchive_3.3.3.bb} (86%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-syscalls-fcntl-make-OFD-command-use-fcntl64-syscall-.patch
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.15.bb => wayland-protocols_1.16.bb} (86%)
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-configure.ac-Fix-check-for-CLOCK_MONOTONIC.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0003-Remove-check-for-useSIGIO-option.patch
 delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/pkgconfig.patch
 create mode 100644 meta/recipes-support/fribidi/fribidi/meson.patch
 rename meta/recipes-support/{libfribidi => fribidi}/fribidi_1.0.5.bb (76%)
 create mode 100644 meta/recipes-support/icu/icu/0002-Add-ARC-support.patch
 create mode 100644 meta/recipes-support/nspr/nspr/0004-Add-ARC-support.patch
 rename meta/recipes-support/p11-kit/{p11-kit_0.22.1.bb => p11-kit_0.23.14.bb} (88%)
 copy meta/site/{riscv32-linux => arc-common} (90%)

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


More information about the Openembedded-commits mailing list