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

git at git.openembedded.org git at git.openembedded.org
Mon Dec 3 12:20:24 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 3d89f6a  libmodulemd: Extend to nativesdk
     new c07ee11  meson: Correct use of the _append operator
     new f798d96  lib/oe/recipeutils: patch_recipe(): fix handling of values across includes/classes
     new f077ab3  lib/oe/recipeutils: patch_recipe(): fix replacing varflag values
     new fc80987  lib/oe/recipeutils: drop obsolete functions
     new 72d0cb3  oe-selftest: add some tests for recipeutils module
     new 137e38d  ptest: Reproducibility: Strip build host paths from any installed Makefile
     new a3b6574  ptest: Optionally strip build host tool info from installed files
     new c423cd1  openssl ptest: Strip build host paths from configdata.pm
     new fab0f51  openssl: Strip perl version from installed ptest configdata.pm file
     new f6ba788  strace: Strip build host tool details from installed ptest Makefile
     new df65ec4  acl: Use install instead of cp
     new 800953b  acl: Strip build host tool details from installed ptest file
     new 2664926  attr: Strip build host paths and tool versions from ptest files
     new d11576f  classes/update-alternatives: Skip alternatives when disabled
     new d286c2a  oeqa/sdk/python: add Python 2 and fix detection
     new 61290f9  nfs-utils: Upgrade to 2.3.3
     new c5c0342  nfs-utils: Fix exportfs segfault on musl
     new e0564cb  musl: Update to latest trunk
     new 9f5f4b3  btrfs-tools: update to 4.19

The 19 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:
 .../recipes-devtools/python/python-async-test.inc  |   4 +-
 .../python/python3-async-test_0.6.2.bb             |   2 +
 .../recipes-test/recipeutils/recipeutils-test.inc  |   5 +
 .../recipeutils/recipeutils-test/anotherfile       |   0
 .../recipeutils/recipeutils-test/somefile          |   0
 .../recipeutils/recipeutils-test_1.2.bb            |  13 ++
 meta/classes/ptest.bbclass                         |  18 +++
 meta/classes/update-alternatives.bbclass           |  27 +++-
 meta/lib/oe/recipeutils.py                         | 104 +++++++++++-----
 meta/lib/oeqa/sdk/cases/python.py                  |  20 ++-
 meta/lib/oeqa/selftest/cases/recipeutils.py        | 137 +++++++++++++++++++++
 ...-Do-not-pass-null-pointer-to-freeaddrinfo.patch |  32 +++++
 ...001-cacheio-use-intmax_t-for-formatted-IO.patch |  38 ++++++
 .../nfs-utils/nfs-utils-musl-res_querydomain.patch |  43 ++++++-
 .../{nfs-utils_2.3.1.bb => nfs-utils_2.3.3.bb}     |   6 +-
 .../recipes-connectivity/openssl/openssl_1.1.1a.bb |   2 +
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 ...-kernel-lib-bitops-Fix-big-endian-compila.patch |  55 +++++++++
 .../{btrfs-tools_4.17.1.bb => btrfs-tools_4.19.bb} |   3 +-
 meta/recipes-devtools/meson/meson.inc              |   7 +-
 meta/recipes-devtools/strace/strace_4.25.bb        |  11 +-
 meta/recipes-support/attr/acl_2.2.52.bb            |  11 +-
 meta/recipes-support/attr/attr.inc                 |   9 +-
 23 files changed, 478 insertions(+), 71 deletions(-)
 copy meta/recipes-devtools/python/python-async.inc => meta-selftest/recipes-devtools/python/python-async-test.inc (90%)
 create mode 100644 meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb
 create mode 100644 meta-selftest/recipes-test/recipeutils/recipeutils-test.inc
 copy scripts/pybootchartgui/pybootchartgui/__init__.py => meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile (100%)
 copy scripts/pybootchartgui/pybootchartgui/__init__.py => meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile (100%)
 create mode 100644 meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb
 create mode 100644 meta/lib/oeqa/selftest/cases/recipeutils.py
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Do-not-pass-null-pointer-to-freeaddrinfo.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-cacheio-use-intmax_t-for-formatted-IO.patch
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.3.1.bb => nfs-utils_2.3.3.bb} (95%)
 create mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-progs-kernel-lib-bitops-Fix-big-endian-compila.patch
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.17.1.bb => btrfs-tools_4.19.bb} (92%)

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


More information about the Openembedded-commits mailing list