[oe-commits] [openembedded-core] branch master-next updated (4cb6e5c -> 618a830)

git at git.openembedded.org git at git.openembedded.org
Wed Jul 4 23:26:47 UTC 2018


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

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

    from 4cb6e5c  mesa: add lost Upstream-Status tag
     new 6aa6f57  python3-git: update to 2.1.10
     new 4673217  python3-pip: update to version 10.0.1
     new 3e667be  python-numpy: update to 1.14.5
     new 8550200  python: update to version 2.7.15
     new 5821db8  bmap-tools: Add python3-fcntl dependency
     new 32dded1  python3-dbus: update to latest stable version of 1.2.8
     new 3048e9f  oe.types.boolean: treat None as False
     new 0b51ed6  nfs-utils: 2.1.1 -> 2.3.1
     new e2e0c91  kernel-fitimage: add support for ext2.gz initramfs files
     new dac867d  libxml2: fix CVE-2017-8872
     new c939255  libnss-nis: Limit parse skip only for target recipe on musl
     new edc244b  oeqa/runtime/cases/parselog.py: ignore a message from weston
     new de3f1d0  kernel-devicetree.bbclass: Use lowercase names for shell variables
     new a2bdcf2  kernel-devicetree.bbclass: Fix and simplify instalation of DTB files
     new 3a80526  kernel.bbclass: use the consistent naming schema for initramfs
     new 7176e3d  kernel.bbclass: move variables for kernel artifacts names to separate bbclass
     new 3499495  Revert "kernel-devicetree: Corrected normalize_dtb"
     new 406e463  bind: Disable lmdb support
     new 618a830  git: 2.16.1 -> 2.18.0

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:
 meta/classes/kernel-artifact-names.bbclass         |  19 +++
 meta/classes/kernel-devicetree.bbclass             |  89 ++++++--------
 meta/classes/kernel-fitimage.bbclass               |   2 +-
 meta/classes/kernel.bbclass                        |  26 +---
 meta/lib/oe/types.py                               |   5 +-
 meta/lib/oeqa/runtime/cases/parselogs.py           |   1 +
 meta/recipes-connectivity/bind/bind_9.11.3.bb      |   1 +
 ...gure-Allow-to-explicitly-disable-nfsidmap.patch |  40 -------
 ...nclude-stdint.h-for-UINT16_MAX-definition.patch |  27 -----
 .../nfs-utils-1.2.3-sm-notify-res_init.patch       |  37 ------
 .../nfs-utils/nfs-utils-musl-limits.patch          | 133 +++++++++++++++++++++
 .../nfs-utils/nfs-utils-musl-res_querydomain.patch |  22 ++++
 .../{nfs-utils_2.1.1.bb => nfs-utils_2.3.1.bb}     |  13 +-
 .../libxml/libxml2/fix-CVE-2017-8872.patch         |  38 ++++++
 meta/recipes-core/libxml/libxml2_2.9.8.bb          |   1 +
 meta/recipes-devtools/git/git.inc                  |  12 +-
 meta/recipes-devtools/git/git_2.16.1.bb            |  11 --
 meta/recipes-devtools/git/git_2.18.0.bb            |  11 ++
 .../recipes-devtools/python-numpy/python-numpy.inc |   4 +-
 ...thon-numpy_1.14.2.bb => python-numpy_1.14.5.bb} |   0
 ...on3-numpy_1.14.2.bb => python3-numpy_1.14.5.bb} |   0
 meta/recipes-devtools/python/python-git.inc        |   4 +-
 ...on-native_2.7.14.bb => python-native_2.7.15.bb} |   1 -
 meta/recipes-devtools/python/python.inc            |   6 +-
 .../python/python/fix-gc-alignment.patch           |  43 -------
 ...python3-dbus_1.2.6.bb => python3-dbus_1.2.8.bb} |  11 +-
 ...{python3-git_2.1.8.bb => python3-git_2.1.10.bb} |   0
 ...{python3-pip_9.0.3.bb => python3-pip_10.0.1.bb} |   6 +-
 .../python/{python_2.7.14.bb => python_2.7.15.bb}  |   1 -
 meta/recipes-extended/libnss-nis/libnss-nis.bb     |   7 +-
 meta/recipes-support/bmap-tools/bmap-tools_3.4.bb  |   2 +-
 31 files changed, 300 insertions(+), 273 deletions(-)
 create mode 100644 meta/classes/kernel-artifact-names.bbclass
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-include-stdint.h-for-UINT16_MAX-definition.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-sm-notify-res_init.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-limits.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-musl-res_querydomain.patch
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.1.1.bb => nfs-utils_2.3.1.bb} (92%)
 create mode 100644 meta/recipes-core/libxml/libxml2/fix-CVE-2017-8872.patch
 delete mode 100644 meta/recipes-devtools/git/git_2.16.1.bb
 create mode 100644 meta/recipes-devtools/git/git_2.18.0.bb
 rename meta/recipes-devtools/python-numpy/{python-numpy_1.14.2.bb => python-numpy_1.14.5.bb} (100%)
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.14.2.bb => python3-numpy_1.14.5.bb} (100%)
 rename meta/recipes-devtools/python/{python-native_2.7.14.bb => python-native_2.7.15.bb} (98%)
 delete mode 100644 meta/recipes-devtools/python/python/fix-gc-alignment.patch
 rename meta/recipes-devtools/python/{python3-dbus_1.2.6.bb => python3-dbus_1.2.8.bb} (62%)
 rename meta/recipes-devtools/python/{python3-git_2.1.8.bb => python3-git_2.1.10.bb} (100%)
 rename meta/recipes-devtools/python/{python3-pip_9.0.3.bb => python3-pip_10.0.1.bb} (85%)
 rename meta/recipes-devtools/python/{python_2.7.14.bb => python_2.7.15.bb} (99%)

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


More information about the Openembedded-commits mailing list