[oe-commits] [meta-openembedded] branch master-next updated (7798745 -> 219dbe6)

git at git.openembedded.org git at git.openembedded.org
Sat Jul 8 18:17:02 UTC 2017


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

martin_jansa pushed a change to branch master-next
in repository meta-openembedded.

    from 7798745  ser2net: upgrade to version 3.4
     new 59149f2  kodi: Fix build on powerpc
     new 15777de  multipath-tools: 0.6.4 -> 0.7.1
     new 8d8958e  python-pytest: update to version 3.1.3
     new 5a8ae37  python-pytest: remove fetch during do_compile phase
     new f0b2f6e  libtinyxml2: upgrade to 5.0.1
     new 63b4bf6  gnome-common: Add recipe (from oe-core)
     new 2dcd253  webrtc-audio-processing: initial recipe
     new 441c9c0  libdbus-c++: Fix build with gcc7 and unblacklist
     new be38f48  security_flags.inc: Delete
     new 7d871ba  ltrace: Fix build on musl
     new 219dbe6  pptp-linux: Upgrade to 1.9.0

The 11 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-mediacenter/kodi/kodi_17.bb            |   1 +
 ...ild-Protect-against-unsupported-CPU-types.patch |  29 +
 .../0002-build-Add-ARM-64bit-support.patch         |  30 +
 .../0003-build-fix-architecture-detection.patch    |  96 +++
 ...add-support-for-64-bit-and-big-endian-MIP.patch |  41 ++
 .../0005-typedefs.h-add-support-for-PowerPC.patch  |  28 +
 ...o-implement-endianness-conversion-in-wav-.patch | 116 ++++
 .../webrtc-audio-processing_0.3.bb                 |  25 +
 .../include/meta_networking_security_flags.inc     |  10 -
 meta-networking/conf/layer.conf                    |   3 -
 .../0001-include-missing-sys-types.h.patch         |  28 +
 .../{pptp-linux-1.8.0 => pptp-linux}/options.pptp  |   0
 .../{pptp-linux_1.8.0.bb => pptp-linux_1.9.0.bb}   |   9 +-
 .../conf/distro/include/meta_oe_security_flags.inc |  28 -
 meta-oe/conf/layer.conf                            |   3 -
 .../0001-pipe.c-Use-a-string-instead-of-char.patch |  27 +
 meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb     |  20 +-
 ...nfigure-Recognise-linux-musl-as-a-host-OS.patch |  25 +
 meta-oe/recipes-devtools/ltrace/ltrace_git.bb      |   1 +
 .../gnome-common/gnome-common_3.18.0.bb            |  20 +
 .../{libtinyxml2_4.0.1.bb => libtinyxml2_5.0.1.bb} |  13 +-
 ...ltipath-attempt-at-common-multipath.rules.patch | 107 ++++
 .../files/0001-multipathd.service-Error-fix.patch  |  36 --
 .../0002-RH-fixup-udev-rules-for-redhat.patch      | 110 ++++
 ...-the-property-blacklist-exception-builtin.patch |  70 +++
 ...0004-RH-don-t-start-without-a-config-file.patch | 108 ++++
 .../files/0005-RH-add-mpathconf.patch              | 648 +++++++++++++++++++++
 ...ds-from-kernel-cmdline-mpath.wwids-with-A.patch | 166 ++++++
 ...gger-change-uevent-on-new-device-creation.patch | 138 +++++
 ...ipath-change-how-RADOS-checker-is-enabled.patch |  56 ++
 ...th-set-verbosity-to-default-during-config.patch |  40 ++
 ...kip-device-configs-without-vendor-product.patch |  37 ++
 .../0011-multipathd-fix-show-maps-json-crash.patch |  38 ++
 ...ools-modify-Makefile.inc-for-cross-compil.patch |  58 ++
 .../files/0013-Always-use-devmapper.patch          |  53 ++
 ... => 0014-Always-use-devmapper-for-kpartx.patch} |  25 +-
 .../files/always-use-libdevmapper.patch            |  57 --
 .../files/checkers-disable-libcheckrbd.so.patch    |  31 -
 .../multipath-tools/files/makefile_inc.patch       |  59 --
 .../multipath-tools/files/multipath.conf.example   |  90 +++
 ...ared-libs-avoid-linking-.so-as-executable.patch |  55 --
 .../multipath-tools/multipath-tools_0.7.1.bb       | 112 ++++
 .../multipath-tools/multipath-tools_git.bb         |  71 ---
 .../recipes-devtools/python/python-pytest.inc      |  10 +-
 ...ove-the-setup_requires-for-setuptools-scm.patch |  29 +
 ...thon-pytest_3.1.2.bb => python-pytest_3.1.3.bb} |   0
 ...on3-pytest_3.1.2.bb => python3-pytest_3.1.3.bb} |   0
 47 files changed, 2372 insertions(+), 385 deletions(-)
 create mode 100644 meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/0001-build-Protect-against-unsupported-CPU-types.patch
 create mode 100644 meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/0002-build-Add-ARM-64bit-support.patch
 create mode 100644 meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/0003-build-fix-architecture-detection.patch
 create mode 100644 meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/0004-typedefs.h-add-support-for-64-bit-and-big-endian-MIP.patch
 create mode 100644 meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/0005-typedefs.h-add-support-for-PowerPC.patch
 create mode 100644 meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/0006-common_audio-implement-endianness-conversion-in-wav-.patch
 create mode 100644 meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.bb
 delete mode 100644 meta-networking/conf/distro/include/meta_networking_security_flags.inc
 create mode 100644 meta-networking/recipes-protocols/pptp-linux/pptp-linux/0001-include-missing-sys-types.h.patch
 rename meta-networking/recipes-protocols/pptp-linux/{pptp-linux-1.8.0 => pptp-linux}/options.pptp (100%)
 rename meta-networking/recipes-protocols/pptp-linux/{pptp-linux_1.8.0.bb => pptp-linux_1.9.0.bb} (81%)
 delete mode 100644 meta-oe/conf/distro/include/meta_oe_security_flags.inc
 create mode 100644 meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/0001-pipe.c-Use-a-string-instead-of-char.patch
 create mode 100644 meta-oe/recipes-devtools/ltrace/ltrace/0001-configure-Recognise-linux-musl-as-a-host-OS.patch
 create mode 100644 meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
 rename meta-oe/recipes-support/libtinyxml2/{libtinyxml2_4.0.1.bb => libtinyxml2_5.0.1.bb} (63%)
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0001-multipath-attempt-at-common-multipath.rules.patch
 delete mode 100644 meta-oe/recipes-support/multipath-tools/files/0001-multipathd.service-Error-fix.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0002-RH-fixup-udev-rules-for-redhat.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0003-RH-Remove-the-property-blacklist-exception-builtin.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0004-RH-don-t-start-without-a-config-file.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0006-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0007-RH-trigger-change-uevent-on-new-device-creation.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0008-libmultipath-change-how-RADOS-checker-is-enabled.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0009-multipath-set-verbosity-to-default-during-config.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0010-mpath-skip-device-configs-without-vendor-product.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0011-multipathd-fix-show-maps-json-crash.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0012-multipath-tools-modify-Makefile.inc-for-cross-compil.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/0013-Always-use-devmapper.patch
 rename meta-oe/recipes-support/multipath-tools/files/{always-use-libdevmapper-kpartx.patch => 0014-Always-use-devmapper-for-kpartx.patch} (52%)
 delete mode 100644 meta-oe/recipes-support/multipath-tools/files/always-use-libdevmapper.patch
 delete mode 100644 meta-oe/recipes-support/multipath-tools/files/checkers-disable-libcheckrbd.so.patch
 delete mode 100644 meta-oe/recipes-support/multipath-tools/files/makefile_inc.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/files/multipath.conf.example
 delete mode 100644 meta-oe/recipes-support/multipath-tools/files/shared-libs-avoid-linking-.so-as-executable.patch
 create mode 100644 meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb
 delete mode 100644 meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pytest/0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch
 rename meta-python/recipes-devtools/python/{python-pytest_3.1.2.bb => python-pytest_3.1.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pytest_3.1.2.bb => python3-pytest_3.1.3.bb} (100%)

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


More information about the Openembedded-commits mailing list