[oe-commits] [meta-openembedded] branch master updated (78f210e -> d30d26c)

git at git.openembedded.org git at git.openembedded.org
Mon Feb 11 15:30:55 UTC 2019


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

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

    from 78f210e  owfs: Inherit systemd
     add c8e411d  cpprest: update to 2.10.10
     add cfa4bb2  evolution-data-server: fix multilib install
     add 6bcca16  opencv: Upgrade to 3.4.5
     add 3a0a002  breakpad: Drop SRCPV from PV
     add 8f6995d  catch2: Upgrade to 2.6.0
     add a07c969  graphviz: Fix cross-build failures with clang
     add 984526c  rocksdb: Update to 5.18 branch ( 5.18.2 )
     add 4603ff9  mongodb: Upgrade to 4.0.6
     add cde3ede  mongodb: Fix build with clang
     add 1a502b3  ltrace: Fix build with clang
     add c19f3a7  python-requests-oauthlib: Recipes to provide support for Requests-Oauthlib libraries
     add f6e0ee7  python3-twitter_3.7.0.bb: Yocto recipes for tweepy packages
     add 7baf5c3  glmark2: update to current git
     add c245374  ace-cloud-editor_git.bb: Add recipe for ace cloud editor
     add 2e0fd78  rapidjson: fix cmake artifacts installation for non-default BASELIB case
     add 20e56eb  python3-gevent: update to 1.4.0
     add bc3560c  python*-jinja2: Add native and nativesdk to BBCLASSEXTEND
     add d51d78e  python*-markupsafe: Add native and nativesdk to BBCLASSEXTEND
     add d09996e  python*-xlrd: Add native and nativesdk to BBCLASSEXTEND
     add dd893a0  python-protobuf: Add nativesdk to BBCLASSEXTEND
     add a600bc8  python-gevent: Upgrade to 1.4.0
     add 74554d3  python-mprpc: Upgrade to 0.1.17
     add 3d7f68c  libupnp: Upgrade to 1.8.4
     add e0fe1b0  gerbera: Update to 1.3.0
     add 5b5fae3  vncx11: Fix dev package do_rootfs failure
     add 47e16ad  menulibre: Fix multilib fetch
     add f75c5e0  physfs: Fix multilib install
     add 61ee9cc  faenza-icon-theme: Fix multilib fetch
     add d3f57eb  ftgl: initial add 2.1.3-rc5
     add 5c2db1c  wifi-test-suite: Fix build with LTO
     add 357573d  ftgl: Fix build errors with clang
     add 06d4a54  espeak: Generate phondata based on endianness of targer
     add d30d26c  packagegroup-meta-oe: espeak-data is gone

No new revisions were added by this update.

Summary of changes:
 .../recipes-support/physfs/physfs_3.0.1.bb         |   2 +
 .../eds/evolution-data-server_3.26.6.bb            |   1 +
 .../faenza-icon-theme/faenza-icon-theme_1.3.bb     |   2 +-
 .../recipes-connectivity/libupnp/libupnp_git.bb    |  11 +-
 .../recipes-multimedia/gerbera/gerbera_git.bb      |  11 +-
 meta-oe/licenses/SSPL-1                            | 557 +++++++++++++++++++++
 .../glmark2/files/0001-Fix-clang-warnings.patch    |  31 --
 .../files/Fix-configure-for-sqrt-check.patch       |  21 -
 ...-packages-to-be-used-by-the-enabled-flavo.patch |  43 --
 meta-oe/recipes-benchmark/glmark2/glmark2_git.bb   |  13 +-
 .../0004-run-ranlib-per-library-and-use-AR.patch   |  38 ++
 .../wifi-test-suite/wifi-test-suite_git.bb         |   1 +
 .../packagegroups/packagegroup-meta-oe.bb          |   2 +-
 ...001-asio-Dont-use-experimental-with-clang.patch |  28 ++
 .../mongodb/disable-hw-crc32-on-arm64-s390x.patch  |  50 --
 meta-oe/recipes-dbs/mongodb/mongodb_git.bb         |  12 +-
 meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb         |   6 +-
 meta-oe/recipes-devtools/breakpad/breakpad_git.bb  |   4 +-
 ...0001-hook-Do-not-append-int-to-std-string.patch |  33 ++
 meta-oe/recipes-devtools/ltrace/ltrace_git.bb      |   1 +
 ...ve-hardcoded-CMAKECONFIG_INSTALL_DIR-path.patch |  36 ++
 .../recipes-devtools/rapidjson/rapidjson_git.bb    |   5 +-
 ...pecast-to-avoid-implicit-double-to-float-.patch |  38 ++
 .../0001-use-pkg-config-to-find-freetype2.patch    |  38 ++
 ...efile.am-remove-useless-and-breaking-code.patch |  38 ++
 meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb    |  25 +
 .../recipes-graphics/graphviz/graphviz_2.40.1.bb   |  18 +-
 meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb   |   4 +
 .../{cpprest_2.10.9.bb => cpprest_2.10.10.bb}      |   4 +-
 .../recipes-support/espeak/espeak-data_1.48.04.bb  |  24 -
 meta-oe/recipes-support/espeak/espeak.inc          |  15 -
 meta-oe/recipes-support/espeak/espeak_1.48.04.bb   |  47 +-
 ...languages-cast-string_ordinal-init-values.patch |  34 ++
 .../espeak/files/espeak-1.48-gcc-6-fix.patch       |  12 -
 .../0001-Add-missing-multi-line-separator.patch    |  36 --
 ...0001-Check-for-clang-before-using-isystem.patch |  32 --
 .../opencv/{opencv_3.4.3.bb => opencv_3.4.5.bb}    |  22 +-
 .../catch2/catch2/0001-Remove-redundant-move.patch |  37 --
 .../catch2/{catch2_2.5.0.bb => catch2_2.6.0.bb}    |   6 +-
 .../python-mprpc/python-mprpc.inc                  |   4 +-
 ...thon-mprpc_0.1.16.bb => python-mprpc_0.1.17.bb} |   0
 ...on3-mprpc_0.1.16.bb => python3-mprpc_0.1.17.bb} |   0
 .../recipes-devtools/python/python-gevent.inc      |  10 +-
 ...002-setup.py-do-not-query-for-include-dir.patch |  26 +
 ...thon-gevent_1.2.2.bb => python-gevent_1.4.0.bb} |   0
 .../recipes-devtools/python/python-jinja2.inc      |   2 +
 .../recipes-devtools/python/python-markupsafe.inc  |   2 +
 .../recipes-devtools/python/python-protobuf.inc    |   2 +-
 .../python/python-requests-oauthlib.inc            |   7 +
 .../python/python-requests-oauthlib_0.8.0.bb       |   3 +
 .../recipes-devtools/python/python-twitter.inc     |  17 +
 .../python/python-twitter_3.7.0.bb                 |   3 +
 .../recipes-devtools/python/python-xlrd.inc        |   2 +
 ...on3-gevent_1.2.2.bb => python3-gevent_1.4.0.bb} |   1 -
 .../python/python3-requests-oauthlib_0.8.0.bb      |   3 +
 .../python/python3-twitter_3.7.0.bb                |   3 +
 .../recipes-apps/menulibre/menulibre_2.2.0.bb      |   2 +-
 .../ace-cloud-editor/ace-cloud-editor_git.bb       |  22 +
 58 files changed, 1071 insertions(+), 376 deletions(-)
 create mode 100644 meta-oe/licenses/SSPL-1
 delete mode 100644 meta-oe/recipes-benchmark/glmark2/files/0001-Fix-clang-warnings.patch
 delete mode 100644 meta-oe/recipes-benchmark/glmark2/files/Fix-configure-for-sqrt-check.patch
 delete mode 100644 meta-oe/recipes-benchmark/glmark2/files/build-Check-packages-to-be-used-by-the-enabled-flavo.patch
 create mode 100644 meta-oe/recipes-connectivity/wifi-test-suite/files/0004-run-ranlib-per-library-and-use-AR.patch
 create mode 100644 meta-oe/recipes-dbs/mongodb/mongodb/0001-asio-Dont-use-experimental-with-clang.patch
 delete mode 100644 meta-oe/recipes-dbs/mongodb/mongodb/disable-hw-crc32-on-arm64-s390x.patch
 create mode 100644 meta-oe/recipes-devtools/ltrace/ltrace/0001-hook-Do-not-append-int-to-std-string.patch
 create mode 100644 meta-oe/recipes-devtools/rapidjson/rapidjson/0001-CMake-remove-hardcoded-CMAKECONFIG_INSTALL_DIR-path.patch
 create mode 100644 meta-oe/recipes-graphics/ftgl/ftgl/0001-Explicit-typecast-to-avoid-implicit-double-to-float-.patch
 create mode 100644 meta-oe/recipes-graphics/ftgl/ftgl/0001-use-pkg-config-to-find-freetype2.patch
 create mode 100644 meta-oe/recipes-graphics/ftgl/ftgl/0002-Makefile.am-remove-useless-and-breaking-code.patch
 create mode 100644 meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb
 rename meta-oe/recipes-support/cpprest/{cpprest_2.10.9.bb => cpprest_2.10.10.bb} (89%)
 delete mode 100644 meta-oe/recipes-support/espeak/espeak-data_1.48.04.bb
 delete mode 100644 meta-oe/recipes-support/espeak/espeak.inc
 create mode 100644 meta-oe/recipes-support/espeak/files/0002-tr_languages-cast-string_ordinal-init-values.patch
 delete mode 100644 meta-oe/recipes-support/espeak/files/espeak-1.48-gcc-6-fix.patch
 delete mode 100644 meta-oe/recipes-support/opencv/opencv/0001-Add-missing-multi-line-separator.patch
 delete mode 100644 meta-oe/recipes-support/opencv/opencv/0001-Check-for-clang-before-using-isystem.patch
 rename meta-oe/recipes-support/opencv/{opencv_3.4.3.bb => opencv_3.4.5.bb} (94%)
 delete mode 100644 meta-oe/recipes-test/catch2/catch2/0001-Remove-redundant-move.patch
 rename meta-oe/recipes-test/catch2/{catch2_2.5.0.bb => catch2_2.6.0.bb} (80%)
 rename meta-python/recipes-connectivity/python-mprpc/{python-mprpc_0.1.16.bb => python-mprpc_0.1.17.bb} (100%)
 rename meta-python/recipes-connectivity/python-mprpc/{python3-mprpc_0.1.16.bb => python3-mprpc_0.1.17.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-gevent/0002-setup.py-do-not-query-for-include-dir.patch
 rename meta-python/recipes-devtools/python/{python-gevent_1.2.2.bb => python-gevent_1.4.0.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-requests-oauthlib.inc
 create mode 100644 meta-python/recipes-devtools/python/python-requests-oauthlib_0.8.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python-twitter.inc
 create mode 100644 meta-python/recipes-devtools/python/python-twitter_3.7.0.bb
 rename meta-python/recipes-devtools/python/{python3-gevent_1.2.2.bb => python3-gevent_1.4.0.bb} (97%)
 create mode 100644 meta-python/recipes-devtools/python/python3-requests-oauthlib_0.8.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-twitter_3.7.0.bb
 create mode 100644 recipes-utils/ace-cloud-editor/ace-cloud-editor_git.bb

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


More information about the Openembedded-commits mailing list