[oe-commits] [meta-openembedded] branch master-next updated (a6e7ea7 -> 8d125f9)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 6 05:47:30 UTC 2019


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

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

 discard a6e7ea7  xfsprogs: Fix build with riscv/musl
 discard 9c1d2d9  python-idna: Upgrade 2.7 -> 2.8
 discard d31d084  python-idna: Avoid removing executing bit from `.egg-info/` directory
 discard 7337b75  mariadb: Fix build with musl
 discard b824d38  ttf-arphic-uming: Use license file instead of README for license checksums
 discard 1433504  Add -pthread to linker flags
 discard 9e1ef62  radvd:upgrade to 2.18
 discard c218a0a  libdbd-mysql-perl: fix do_compile failure
 discard b9dc7a0  mariadb: Upgrade to 10.3.13
     add e31a98d  radvd:upgrade to 2.18
     add 70ccd08  ttf-arphic-uming: Use license file instead of README for license checksums
     new 3fc5940  mariadb: Upgrade to 10.3.13
     new 63d34c2  Add -pthread to linker flags
     new 0243ff6  mariadb: Fix build with musl
     new 0572d66  libdbd-mysql-perl: fix do_compile failure
     new e6bb070  python-idna: Avoid removing executing bit from `.egg-info/` directory
     new ab118c6  python-idna: Upgrade 2.7 -> 2.8
     new 795a439  xfsprogs: Fix build with riscv/musl
     new 0371f9e  poco: Backport riscv support patch
     new e311a92  liboil: Fix build on risc-v
     new 794bf84  msgpack-c: Upgrade to 3.1.1
     new ac03551  python-greenlet: Upgrade to 0.4.15
     new 499cd27  python-grpcio: Upgrade to 1.19.0
     new 986914b  inetutils: Fix build on RISC-V
     new 06d9a44  nmap: Fix build on RISC-V
     new 22ca1f6  netdata: Link with libpthread
     new e467126  webrtc-audio-processing: Add support for risc-v
     new 0590caa  openocd: Fix build for risc-v
     new e148695  rabbitmq-c: Upgrade to 0.9.0
     new 8d125f9  libmxml: Upgrade to 3.0 release

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a6e7ea7)
            \
             N -- N -- N   refs/heads/master-next (8d125f9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .../webrtc-audio-processing/riscv_support.patch    | 33 +++++++++++++++++
 .../webrtc-audio-processing_0.3.bb                 |  1 +
 .../liboil-0.3.17/fix_riscv_unaligned_access.patch | 15 ++++++++
 .../recipes-support/liboil/liboil_0.3.17.bb        |  1 +
 .../inetutils/inetutils_1.9.4.bb                   |  2 ++
 .../{rabbitmq-c_0.7.0.bb => rabbitmq-c_0.9.0.bb}   |  7 ++--
 .../0001-Fix-Werror-class-memaccess.patch          | 35 ------------------
 .../{msgpack-c_2.1.5.bb => msgpack-c_3.1.1.bb}     |  4 +--
 meta-oe/recipes-devtools/openocd/openocd_git.bb    |  2 ++
 meta-oe/recipes-security/nmap/nmap_7.70.bb         |  2 ++
 meta-oe/recipes-support/libmxml/libmxml_git.bb     | 11 +++---
 ...arch-riscv64-by-Manuel-A.-Fernandez-Monte.patch | 41 ++++++++++++++++++++++
 meta-oe/recipes-support/poco/poco_1.9.0.bb         |  1 +
 .../recipes-devtools/python/python-greenlet.inc    |  4 +--
 ...reenlet_0.4.14.bb => python-greenlet_0.4.15.bb} |  0
 .../recipes-devtools/python/python-grpcio.inc      |  6 ++--
 ...up.py-Do-not-mix-C-and-C-compiler-options.patch | 12 +++----
 .../python/python-grpcio/riscv64_support.patch     | 16 +++++++++
 ...on-grpcio_1.17.1.bb => python-grpcio_1.19.0.bb} |  0
 ...eenlet_0.4.14.bb => python3-greenlet_0.4.15.bb} |  0
 ...3-grpcio_1.17.1.bb => python3-grpcio_1.19.0.bb} |  0
 .../recipes-webadmin/netdata/netdata_git.bb        |  2 ++
 22 files changed, 140 insertions(+), 55 deletions(-)
 create mode 100644 meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/riscv_support.patch
 create mode 100644 meta-multimedia/recipes-support/liboil/liboil-0.3.17/fix_riscv_unaligned_access.patch
 rename meta-oe/recipes-connectivity/rabbitmq-c/{rabbitmq-c_0.7.0.bb => rabbitmq-c_0.9.0.bb} (67%)
 delete mode 100644 meta-oe/recipes-devtools/msgpack/msgpack-c/0001-Fix-Werror-class-memaccess.patch
 rename meta-oe/recipes-devtools/msgpack/{msgpack-c_2.1.5.bb => msgpack-c_3.1.1.bb} (84%)
 create mode 100644 meta-oe/recipes-support/poco/poco/0001-Support-of-arch-riscv64-by-Manuel-A.-Fernandez-Monte.patch
 rename meta-python/recipes-devtools/python/{python-greenlet_0.4.14.bb => python-greenlet_0.4.15.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-grpcio/riscv64_support.patch
 rename meta-python/recipes-devtools/python/{python-grpcio_1.17.1.bb => python-grpcio_1.19.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-greenlet_0.4.14.bb => python3-greenlet_0.4.15.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-grpcio_1.17.1.bb => python3-grpcio_1.19.0.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