[oe-commits] [openembedded-core] branch master updated (afb8d45 -> d40853b)

git at git.openembedded.org git at git.openembedded.org
Fri Dec 6 14:41:51 UTC 2019


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

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

    from afb8d45  python3native: set PYTHON_EXECUTABLE for CMake
     add 51a8493  oeqa/concurrencytest: Optimise for autobuilder/clobberdir
     add a403193  oeqa/qemurunner: Fix cmdline variable use before reference
     add b8d6e2a  gcc-target.inc: Prevent sysroot from leaking into configargs.h
     add 0ead8cb  gcc: Improve build reproduciblity
     add 1a6801c  gcc-cross.inc: Remove test runner script generation
     add 6d6fb46  glibc-testing.inc: Remove testglibc script generation
     add 1fbeceb  xkeyboard-config: 2.27 -> 2.28
     add 95574a7  scriptutils: remove the useless import line
     add 200c3f3  python3-dbus: upgrade 1.2.12 -> 1.2.14
     add be70057  python3-pbr: upgrade 5.4.3 -> 5.4.4
     add f494e71  python-setuptools: upgrade 41.6.0 -> 42.0.2
     add 9dc1aae  libtirpc: fix wrong path of command ln -sf
     add b084fa0  openssh: Upgrade 8.0p1 -> 8.1p1
     add 1fdf8a6  stress-ng: 0.10.10 -> 0.10.11
     add 3adaaab  base.bbclass: Add python3-native to native paths for hg fetcher
     add 5cdb34c  libjitterentropy: Fix man page reproducibility
     add 5101aec  glibc: fix ldconfig packaging issue
     add 18799b3  netbase: 5.6 -> 5.7
     add e514acd  recipes: change SRC_URI to use https
     add 4825eed  go: Reset unneeded GOARCH variables for native recipe
     new d40853b  qemu-helper-native/systemtap-native: Ensure sysroots are populated with dependencies

The 1 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                          |  1 +
 meta/classes/cross.bbclass                         |  1 +
 meta/classes/native.bbclass                        |  1 +
 meta/lib/oeqa/core/utils/concurrencytest.py        |  9 ++
 meta/lib/oeqa/utils/qemurunner.py                  |  2 +-
 ...x-integer-overflow-in-XMSS-private-key-pa.patch | 40 ---------
 .../openssh/{openssh_8.0p1.bb => openssh_8.1p1.bb} | 15 ++--
 meta/recipes-core/busybox/busybox.inc              |  2 +-
 meta/recipes-core/busybox/busybox_1.31.1.bb        |  2 +-
 meta/recipes-core/dbus/dbus-glib_0.110.bb          |  4 +-
 meta/recipes-core/dbus/dbus_1.12.16.bb             |  4 +-
 meta/recipes-core/glibc/glibc-package.inc          |  2 +-
 meta/recipes-core/glibc/glibc-testing.inc          | 95 ---------------------
 meta/recipes-core/glibc/glibc.inc                  |  1 -
 ...netbase-add-rpcbind-as-an-alias-to-sunrpc.patch | 46 ----------
 .../netbase/{netbase_5.6.bb => netbase_5.7.bb}     |  7 +-
 meta/recipes-core/udev/eudev_3.2.8.bb              |  2 +-
 meta/recipes-devtools/gcc/gcc-cross.inc            | 97 ++--------------------
 meta/recipes-devtools/gcc/gcc-target.inc           | 15 ++++
 meta/recipes-devtools/go/go-common.inc             | 10 +++
 meta/recipes-devtools/patchelf/patchelf_0.10.bb    |  2 +-
 meta/recipes-devtools/python/python-setuptools.inc |  4 +-
 ...tools_41.6.0.bb => python-setuptools_42.0.2.bb} |  0
 ...thon3-dbus_1.2.12.bb => python3-dbus_1.2.14.bb} |  4 +-
 meta/recipes-devtools/python/python3-pbr_5.4.3.bb  |  5 --
 meta/recipes-devtools/python/python3-pbr_5.4.4.bb  |  5 ++
 ...ools_41.6.0.bb => python3-setuptools_42.0.2.bb} |  0
 meta/recipes-extended/libmnl/libmnl_1.0.4.bb       |  4 +-
 meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb   |  2 +-
 .../{stress-ng_0.10.10.bb => stress-ng_0.10.11.bb} |  4 +-
 meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb |  2 +-
 meta/recipes-extended/xz/xz_5.2.4.bb               |  4 +-
 .../hicolor-icon-theme/hicolor-icon-theme_0.17.bb  |  2 +-
 ...ard-config_2.27.bb => xkeyboard-config_2.28.bb} |  4 +-
 meta/recipes-kernel/powertop/powertop_2.10.bb      |  6 +-
 meta/recipes-sato/webkit/webkitgtk_2.26.2.bb       |  6 +-
 meta/recipes-support/db/db_5.3.28.bb               |  4 +-
 meta/recipes-support/libbsd/libbsd_0.10.0.bb       |  4 +-
 .../files/0001-Make-man-pages-reproducible.patch   | 30 +++++++
 .../libjitterentropy/libjitterentropy_2.2.0.bb     |  3 +-
 meta/recipes-support/libyaml/libyaml_0.2.2.bb      |  4 +-
 meta/recipes-support/mpfr/mpfr_4.0.2.bb            |  4 +-
 scripts/lib/scriptutils.py                         |  1 -
 43 files changed, 133 insertions(+), 327 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/0001-upstream-fix-integer-overflow-in-XMSS-private-key-pa.patch
 rename meta/recipes-connectivity/openssh/{openssh_8.0p1.bb => openssh_8.1p1.bb} (92%)
 delete mode 100644 meta/recipes-core/glibc/glibc-testing.inc
 delete mode 100644 meta/recipes-core/netbase/netbase/netbase-add-rpcbind-as-an-alias-to-sunrpc.patch
 rename meta/recipes-core/netbase/{netbase_5.6.bb => netbase_5.7.bb} (69%)
 rename meta/recipes-devtools/python/{python-setuptools_41.6.0.bb => python-setuptools_42.0.2.bb} (100%)
 rename meta/recipes-devtools/python/{python3-dbus_1.2.12.bb => python3-dbus_1.2.14.bb} (85%)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.3.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.4.bb
 rename meta/recipes-devtools/python/{python3-setuptools_41.6.0.bb => python3-setuptools_42.0.2.bb} (100%)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.10.10.bb => stress-ng_0.10.11.bb} (83%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.27.bb => xkeyboard-config_2.28.bb} (87%)
 create mode 100644 meta/recipes-support/libjitterentropy/files/0001-Make-man-pages-reproducible.patch

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


More information about the Openembedded-commits mailing list