[oe-commits] [meta-openembedded] branch master-next updated (1e7f8bd -> 50a1f56)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 10:04:51 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 1e7f8bd  python-lxml: update to version 4.0.0
     new 2a8ca79  python-cmd2: update to version 0.7.7
     new 7d12eb5  python-grpcio: update to version 1.6.0
     new cedb40e  python-grpcio-tools: update to version 1.6.0
     new abb059c  python-tornado: update to version 4.5.2
     new 54751db  python-pyasn1: update to version 0.3.5
     new f2efc20  python-pymisp: update to version 2.4.80
     new 3ac1a92  python-protobuf: update to version 3.4.0
     new e3dd194  python-cassandra-driver: update to version 3.11.0
     new 19838d1  python3-multidict: update to version 3.2.0
     new 86da0cd  ltrace: Fix build with musl/mips
     new ce1ef4c  breakpad: Fix mips build on musl
     new 6d22a03  adduser: update to version 3.116
     new 7dc321f  python-twisted: update version to 17.5.0
     new fc08268  python-appdirs: add an initial recipe
     new 17e1f24  python-bcrypt: add a python3 version of the recipe
     new cf28030  python-bitarray: add a python3 version of the recipe
     new e7d58ee  netkit-telnet: Add HOMEPAGE info into recipe file.
     new 79f75bd  openct: Add HOMEPAGE info into recipe file.
     new d7fc635  flatbuffers: Fix build with clang on big-endian machines
     new 218f546  opencv: Fix build on aarch64
     new bb7fdc2  mongodb: Fix build on aarch64
     new 3349159  jsoncpp: update to version 1.8.3
     new 1275ab1  msgpack-c: update to version 2.1.5
     new d390be5  php: update version to 7.1.9
     new 6f293d9  php: update stable version to 5.6.31
     new 969468c  php: add libgcc to the runtime depends
     new 3f07eb9  luajit: Fix mips build with clang
     new 844404b  networkmanager: Disable gobject-introspection on musl
     new c4decd0  opencv: fix CVE-2017-14136
     new 5395aed  byacc: Add HOMEPAGE info into recipe file.
     new 8975f8e  dfu-util: Add HOMEPAGE info into recipe file.
     new bff4e54  lvm2: disable thin provisioning support if GPLv3 incompatible
     new bee55db  lvm2: fix start lvm2-monitor.service failed
     new 50a1f56  cpupower: add a new recipe

The 34 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:
 .../networkmanager/networkmanager_1.4.4.bb         |    2 +
 .../netkit-telnet/netkit-telnet_0.17.bb            |    1 +
 .../breakpad/breakpad/mips_asm_sgidefs.patch       |   20 +
 meta-oe/recipes-devtools/breakpad/breakpad_git.bb  |    1 +
 ...-Move-EndianSwap-template-to-flatbuffers-.patch |  113 ++
 ..._builtin_bswap16-when-building-with-clang.patch |   30 +
 .../flatbuffers/flatbuffers_1.7.1.bb               |    6 +-
 .../jsoncpp/{jsoncpp_1.8.0.bb => jsoncpp_1.8.3.bb} |    4 +-
 .../0001-mips-plt.c-Delete-include-error.h.patch   |   27 +
 meta-oe/recipes-devtools/ltrace/ltrace_git.bb      |    1 +
 meta-oe/recipes-devtools/luajit/luajit/clang.patch |   19 +
 meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb    |    1 +
 ...ntentional-fallthrough-in-case-statements.patch |   39 -
 .../{msgpack-c_2.1.1.bb => msgpack-c_2.1.5.bb}     |    3 +-
 .../0001-Add-lpthread-to-link.patch                |    0
 .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch         |    0
 .../0001-Specify-tag-with-libtool.patch            |    0
 .../change-AC_TRY_RUN-to-AC_TRY_LINK.patch         |    0
 meta-oe/recipes-devtools/php/php.inc               |    1 +
 meta-oe/recipes-devtools/php/php_5.6.26.bb         |   19 -
 meta-oe/recipes-devtools/php/php_5.6.31.bb         |   10 +
 .../php/{php_7.1.8.bb => php_7.1.9.bb}             |    4 +-
 meta-oe/recipes-extended/byacc/byacc.inc           |   23 +
 .../0001-byacc-do-not-reorder-CC-and-CFLAGS.patch  |  161 +++
 .../recipes-extended/byacc/byacc/byacc-open.patch  |   25 +
 meta-oe/recipes-extended/byacc/byacc_20170201.bb   |   12 +
 meta-oe/recipes-kernel/cpupower/cpupower.bb        |   36 +
 meta-oe/recipes-support/dfu-util/dfu-util_0.9.bb   |    1 +
 ...tart-lvm2-monitor.service-after-tmp.mount.patch |   32 +
 meta-oe/recipes-support/lvm2/files/lvm.conf        |    2 +-
 meta-oe/recipes-support/lvm2/lvm2.inc              |    3 +-
 ...FPMathLib20U1-Check-for-__DEFINED_wchar_t.patch |   36 +
 .../mongodb/mongodb/arm64-support.patch            |   43 +
 .../mongodb/disable-hw-crc32-on-arm64-s390x.patch  |   50 +
 meta-oe/recipes-support/mongodb/mongodb_git.bb     |    3 +
 meta-oe/recipes-support/openct/openct_0.6.20.bb    |    1 +
 ...1-carotene-don-t-use-__asm__-with-aarch64.patch | 1250 ++++++++++++++++++++
 .../opencv/0002-Do-not-enable-asm-with-clang.patch |  993 ++++++++++++++++
 .../opencv/opencv/CVE-2017-14136.patch             |  288 +++++
 meta-oe/recipes-support/opencv/opencv_3.3.bb       |    3 +
 .../adduser/{adduser_3.115.bb => adduser_3.116.bb} |    4 +-
 .../recipes-devtools/python/python-appdirs.inc     |    8 +
 .../python/python-appdirs_1.4.3.bb                 |    2 +
 .../{python-bcrypt_3.1.3.bb => python-bcrypt.inc}  |    4 +-
 .../recipes-devtools/python/python-bcrypt_3.1.3.bb |   17 +-
 ...ython-bitarray_0.8.1.bb => python-bitarray.inc} |    2 +-
 .../python/python-bitarray_0.8.1.bb                |   13 +-
 .../python/python-cassandra-driver.inc             |    4 +-
 .../{python-cmd2_0.7.6.bb => python-cmd2_0.7.7.bb} |    4 +-
 ...tools_1.4.0.bb => python-grpcio-tools_1.6.0.bb} |    4 +-
 ...up.py-Do-not-mix-C-and-C-compiler-options.patch |    4 +-
 ...thon-grpcio_1.4.0.bb => python-grpcio_1.6.0.bb} |    6 +-
 ...-protobuf_3.3.0.bb => python-protobuf_3.4.0.bb} |    4 +-
 .../recipes-devtools/python/python-pyasn1.inc      |    4 +-
 ...thon-pyasn1_0.3.4.bb => python-pyasn1_0.3.5.bb} |    0
 .../recipes-devtools/python/python-pymisp.inc      |    4 +-
 ...on-pymisp_2.4.79.bb => python-pymisp_2.4.80.bb} |    0
 .../recipes-devtools/python/python-tornado.inc     |    4 +-
 ...on-tornado_4.4.2.bb => python-tornado_4.5.2.bb} |    0
 .../recipes-devtools/python/python-twisted.inc     |   15 +-
 ...-twisted_13.2.0.bb => python-twisted_17.5.0.bb} |    0
 .../python/python3-appdirs_1.4.3.bb                |    2 +
 .../python/python3-bcrypt_3.1.3.bb                 |    2 +
 .../python/python3-bitarray_0.8.1.bb               |    2 +
 ...3.8.1.bb => python3-cassandra-driver_3.11.0.bb} |    0
 ...ltidict_2.1.6.bb => python3-multidict_3.2.0.bb} |    4 +-
 ...on3-pyasn1_0.3.4.bb => python3-pyasn1_0.3.5.bb} |    0
 ...3-pymisp_2.4.79.bb => python3-pymisp_2.4.80.bb} |    0
 ...3-tornado_4.4.2.bb => python3-tornado_4.5.2.bb} |    0
 .../0001-initsendmsg-Return-NULL-on-error.patch    |   76 --
 ...twisted_13.2.0.bb => python3-twisted_17.5.0.bb} |    3 -
 71 files changed, 3253 insertions(+), 202 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/breakpad/breakpad/mips_asm_sgidefs.patch
 create mode 100644 meta-oe/recipes-devtools/flatbuffers/files/0001-flatbuffers-Move-EndianSwap-template-to-flatbuffers-.patch
 create mode 100644 meta-oe/recipes-devtools/flatbuffers/files/0002-use-__builtin_bswap16-when-building-with-clang.patch
 rename meta-oe/recipes-devtools/jsoncpp/{jsoncpp_1.8.0.bb => jsoncpp_1.8.3.bb} (83%)
 create mode 100644 meta-oe/recipes-devtools/ltrace/ltrace/0001-mips-plt.c-Delete-include-error.h.patch
 create mode 100644 meta-oe/recipes-devtools/luajit/luajit/clang.patch
 delete mode 100644 meta-oe/recipes-devtools/msgpack/msgpack-c/0001-Comment-intentional-fallthrough-in-case-statements.patch
 rename meta-oe/recipes-devtools/msgpack/{msgpack-c_2.1.1.bb => msgpack-c_2.1.5.bb} (83%)
 rename meta-oe/recipes-devtools/php/{php-5.6.26 => php-5.6.31}/0001-Add-lpthread-to-link.patch (100%)
 rename meta-oe/recipes-devtools/php/{php-7.1.8 => php-5.6.31}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%)
 rename meta-oe/recipes-devtools/php/{php-7.1.8 => php-7.1.9}/0001-Specify-tag-with-libtool.patch (100%)
 rename meta-oe/recipes-devtools/php/{php-5.6.26 => php-7.1.9}/change-AC_TRY_RUN-to-AC_TRY_LINK.patch (100%)
 delete mode 100644 meta-oe/recipes-devtools/php/php_5.6.26.bb
 create mode 100644 meta-oe/recipes-devtools/php/php_5.6.31.bb
 rename meta-oe/recipes-devtools/php/{php_7.1.8.bb => php_7.1.9.bb} (79%)
 create mode 100644 meta-oe/recipes-extended/byacc/byacc.inc
 create mode 100644 meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
 create mode 100644 meta-oe/recipes-extended/byacc/byacc/byacc-open.patch
 create mode 100644 meta-oe/recipes-extended/byacc/byacc_20170201.bb
 create mode 100644 meta-oe/recipes-kernel/cpupower/cpupower.bb
 create mode 100644 meta-oe/recipes-support/lvm2/files/0006-start-lvm2-monitor.service-after-tmp.mount.patch
 create mode 100644 meta-oe/recipes-support/mongodb/mongodb/0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch
 create mode 100644 meta-oe/recipes-support/mongodb/mongodb/arm64-support.patch
 create mode 100644 meta-oe/recipes-support/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch
 create mode 100644 meta-oe/recipes-support/opencv/opencv/0001-carotene-don-t-use-__asm__-with-aarch64.patch
 create mode 100644 meta-oe/recipes-support/opencv/opencv/0002-Do-not-enable-asm-with-clang.patch
 create mode 100644 meta-oe/recipes-support/opencv/opencv/CVE-2017-14136.patch
 rename meta-perl/recipes-perl/adduser/{adduser_3.115.bb => adduser_3.116.bb} (92%)
 create mode 100644 meta-python/recipes-devtools/python/python-appdirs.inc
 create mode 100644 meta-python/recipes-devtools/python/python-appdirs_1.4.3.bb
 copy meta-python/recipes-devtools/python/{python-bcrypt_3.1.3.bb => python-bcrypt.inc} (87%)
 copy meta-python/recipes-devtools/python/{python-bitarray_0.8.1.bb => python-bitarray.inc} (94%)
 rename meta-python/recipes-devtools/python/{python-cmd2_0.7.6.bb => python-cmd2_0.7.7.bb} (77%)
 rename meta-python/recipes-devtools/python/{python-grpcio-tools_1.4.0.bb => python-grpcio-tools_1.6.0.bb} (74%)
 rename meta-python/recipes-devtools/python/{python-grpcio_1.4.0.bb => python-grpcio_1.6.0.bb} (71%)
 rename meta-python/recipes-devtools/python/{python-protobuf_3.3.0.bb => python-protobuf_3.4.0.bb} (74%)
 rename meta-python/recipes-devtools/python/{python-pyasn1_0.3.4.bb => python-pyasn1_0.3.5.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pymisp_2.4.79.bb => python-pymisp_2.4.80.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-tornado_4.4.2.bb => python-tornado_4.5.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-twisted_13.2.0.bb => python-twisted_17.5.0.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-bcrypt_3.1.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-bitarray_0.8.1.bb
 rename meta-python/recipes-devtools/python/{python3-cassandra-driver_3.8.1.bb => python3-cassandra-driver_3.11.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-multidict_2.1.6.bb => python3-multidict_3.2.0.bb} (64%)
 rename meta-python/recipes-devtools/python/{python3-pyasn1_0.3.4.bb => python3-pyasn1_0.3.5.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.79.bb => python3-pymisp_2.4.80.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-tornado_4.4.2.bb => python3-tornado_4.5.2.bb} (100%)
 delete mode 100644 meta-python/recipes-devtools/python/python3-twisted/0001-initsendmsg-Return-NULL-on-error.patch
 rename meta-python/recipes-devtools/python/{python3-twisted_13.2.0.bb => python3-twisted_17.5.0.bb} (97%)

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


More information about the Openembedded-commits mailing list