[oe-commits] [meta-openembedded] branch master updated (290ad98 -> 97e769f)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 23 19:16:31 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 290ad98  uim: Update to 1.8.8
     add fe611a4  rsyslog: update from 8.1907.0 to 8.1908.0
     add 1849429  mongodb: bump to version 4.2.0+git18ce5c9
     add 59180f9  ostree: Add recipe
     add 6f56006  mosquitto: update to 1.6.6
     add 6dda036  jasper: update to 2.0.16
     add 5624727  rrdtool: suppress appending of installation to perllocal.pod
     add f650b21  python-alembic: upgrade 1.1.0 -> 1.2.0
     add 1c50c48  python-msgpack: upgrade 0.6.1 -> 0.6.2
     add d505488  python-pysocks: upgrade 1.7.0 -> 1.7.1
     add 2dde8de  python-pytest: upgrade 5.1.2 -> 5.1.3
     add 665235b  numactl: fix a error about lib32-numactl
     add 32bb62c  python-urllib3: upgrade 1.25.3 -> 1.25.5
     add 190bd28  phpmyadmin: upgrade 4.9.0.1 -> 4.9.1
     add 5d70b39  python3-ruamel-yaml: new package
     add 97e769f  sshfs-fuse: upgrade 2.10 -> 3.5.2

No new revisions were added by this update.

Summary of changes:
 .../{sshfs-fuse_2.10.bb => sshfs-fuse_3.5.2.bb}    |  13 +-
 .../{mosquitto_1.6.5.bb => mosquitto_1.6.6.bb}     |   4 +-
 ...FPMathLib20U1-Check-for-__DEFINED_wchar_t.patch |  22 +--
 ...001-Support-deprecated-resolver-functions.patch |  10 +-
 ...to-use-build-settings-from-environment-va.patch |  46 +++---
 ...__-to-control-use-of-gnu_get_libc_version.patch |  29 ++--
 .../0001-Use-long-long-instead-of-int64_t.patch    |  26 ++--
 ...001-asio-Dont-use-experimental-with-clang.patch |  29 ++--
 ...finition-for-the-macro-__ELF_NATIVE_CLASS.patch |  10 +-
 .../0002-Fix-default-stack-size-to-256K.patch      |  12 +-
 .../mongodb/0003-Fix-unknown-prefix-env.patch      |  19 +++
 .../mongodb/mongodb/0003-fix-musl-strerror_r.patch |  30 ++++
 .../0004-wiredtiger-Disable-strtouq-on-musl.patch  |  15 +-
 .../mongodb/mongodb/arm64-support.patch            |  57 +++++---
 meta-oe/recipes-dbs/mongodb/mongodb_git.bb         |  22 +--
 ...001-Always-enable-trivial-httpd-for-tests.patch |  59 ++++++++
 ...01-macros-Add-TEMP_FAILURE_RETRY-for-musl.patch |  40 ++++++
 ...e-trivial-httpd-on-BUILDOPT_TRIVIAL_HTTPD.patch |  51 +++++++
 meta-oe/recipes-extended/ostree/ostree_2019.3.bb   | 157 +++++++++++++++++++++
 meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb  |   2 +-
 .../{rsyslog_8.1907.0.bb => rsyslog_8.1908.0.bb}   |   5 +-
 meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb  |  18 ---
 meta-oe/recipes-graphics/jasper/jasper_2.0.16.bb   |  24 ++++
 .../0001-numademo-fix-error-on-32bit-system.patch  | 100 +++++++++++++
 meta-oe/recipes-support/numactl/numactl_git.bb     |   1 +
 .../recipes-devtools/python/python-alembic.inc     |   4 +-
 ...on-alembic_1.1.0.bb => python-alembic_1.2.0.bb} |   0
 .../recipes-devtools/python/python-msgpack.inc     |   4 +-
 ...on-msgpack_0.6.1.bb => python-msgpack_0.6.2.bb} |   0
 .../recipes-devtools/python/python-pysocks.inc     |   4 +-
 ...on-pysocks_1.7.0.bb => python-pysocks_1.7.1.bb} |   0
 .../recipes-devtools/python/python-pytest.inc      |   4 +-
 ...thon-pytest_5.1.2.bb => python-pytest_5.1.3.bb} |   0
 .../recipes-devtools/python/python-urllib3.inc     |   4 +-
 ...-urllib3_1.25.3.bb => python-urllib3_1.25.5.bb} |   0
 ...3-alembic_1.1.0.bb => python3-alembic_1.2.0.bb} |   0
 ...3-msgpack_0.6.1.bb => python3-msgpack_0.6.2.bb} |   0
 ...3-pysocks_1.7.0.bb => python3-pysocks_1.7.1.bb} |   0
 ...on3-pytest_5.1.2.bb => python3-pytest_5.1.3.bb} |   0
 .../python/python3-ruamel-yaml_0.16.5.bb           |  16 +++
 ...urllib3_1.25.3.bb => python3-urllib3_1.25.5.bb} |   0
 .../{phpmyadmin_4.9.0.1.bb => phpmyadmin_4.9.1.bb} |   6 +-
 42 files changed, 668 insertions(+), 175 deletions(-)
 rename meta-filesystems/recipes-filesystems/sshfs-fuse/{sshfs-fuse_2.10.bb => sshfs-fuse_3.5.2.bb} (51%)
 rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.6.5.bb => mosquitto_1.6.6.bb} (96%)
 create mode 100644 meta-oe/recipes-dbs/mongodb/mongodb/0003-Fix-unknown-prefix-env.patch
 create mode 100644 meta-oe/recipes-dbs/mongodb/mongodb/0003-fix-musl-strerror_r.patch
 create mode 100644 meta-oe/recipes-extended/ostree/ostree/0001-Always-enable-trivial-httpd-for-tests.patch
 create mode 100644 meta-oe/recipes-extended/ostree/ostree/0001-macros-Add-TEMP_FAILURE_RETRY-for-musl.patch
 create mode 100644 meta-oe/recipes-extended/ostree/ostree/0002-Gate-ostree-trivial-httpd-on-BUILDOPT_TRIVIAL_HTTPD.patch
 create mode 100644 meta-oe/recipes-extended/ostree/ostree_2019.3.bb
 rename meta-oe/recipes-extended/rsyslog/{rsyslog_8.1907.0.bb => rsyslog_8.1908.0.bb} (97%)
 delete mode 100644 meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb
 create mode 100644 meta-oe/recipes-graphics/jasper/jasper_2.0.16.bb
 create mode 100644 meta-oe/recipes-support/numactl/numactl/0001-numademo-fix-error-on-32bit-system.patch
 rename meta-python/recipes-devtools/python/{python-alembic_1.1.0.bb => python-alembic_1.2.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-msgpack_0.6.1.bb => python-msgpack_0.6.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pysocks_1.7.0.bb => python-pysocks_1.7.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pytest_5.1.2.bb => python-pytest_5.1.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-urllib3_1.25.3.bb => python-urllib3_1.25.5.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.1.0.bb => python3-alembic_1.2.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-msgpack_0.6.1.bb => python3-msgpack_0.6.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pysocks_1.7.0.bb => python3-pysocks_1.7.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pytest_5.1.2.bb => python3-pytest_5.1.3.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.5.bb
 rename meta-python/recipes-devtools/python/{python3-urllib3_1.25.3.bb => python3-urllib3_1.25.5.bb} (100%)
 rename meta-webserver/recipes-php/phpmyadmin/{phpmyadmin_4.9.0.1.bb => phpmyadmin_4.9.1.bb} (88%)

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


More information about the Openembedded-commits mailing list