[oe-commits] [meta-openembedded] branch master updated (8d4d608 -> 3061ead)

git at git.openembedded.org git at git.openembedded.org
Sun Sep 8 21:03:24 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 8d4d608  apache2: fix multilib file conflicts
     add 86b4e8d  xfsdump: support usrmerge
     add 25b2a4d  python-paste: upgrade 3.1.1 -> 3.2.0
     add 0797189  libnet-dns-perl: upgrade 1.20 -> 1.21
     add 0c05d49  grpc: don't use unexisting gettid function on glibc 2.29, it has been implemented only in 2.30
     add 26ca085  grpc: Change gettid patch with the upstream merged version
     add 391d795  hwdata: upgrade 0.326 -> 0.327
     add e7b3826  samba: Fix configure tests to work with clang
     add 6b236cd  dejagnu: Remove, moved to oe-core
     add 720a2ff  ltrace: Fix build on mips
     add 3bf4c10  python3-twine: Initial commit of 1.13.0
     add 7a706c0  python3-pytest-asyncio: Initial commit of 0.10.0
     add dce0799  wireguard: Upgrade 20190702 to 20190905
     add fb34a7c  python-jinja2: Make asyncio specific to python3 module alone
     add 4847174  python3-cmd2: Add to blacklist
     add ace2fc4  remmina: Add recipe for the remmina remote desktop client
     add b4937b5  nodejs: Mark incompatible with risc-v
     add eca729d  drbd,netkit-rusers: Blacklist packages
     add 649d491  vboxguestdrivers,can-isotp,bpftool: Add to Blacklist
     add 3061ead  strongswan: Fix do_patch fuzz

No new revisions were added by this update.

Summary of changes:
 .../files/0001-xfsdump-support-usrmerge.patch      |  48 ++++++++
 .../recipes-utils/xfsdump/xfsdump_3.1.8.bb         |   1 +
 ...-wscript-Avoid-generating-nested-main-fun.patch |  30 +++++
 ....c-Move-__thread-variable-to-global-scope.patch |  58 ++++++++++
 .../recipes-connectivity/samba/samba_4.10.7.bb     |   2 +
 .../packagegroups/packagegroup-meta-networking.bb  |   4 +-
 .../0001-Define-gettid-only-for-glibc-2.30.patch   | 128 +++++++++++++++------
 ...0190702.bb => wireguard-module_0.0.20190905.bb} |   0
 ...20190702.bb => wireguard-tools_0.0.20190905.bb} |   0
 .../recipes-kernel/wireguard/wireguard.inc         |   4 +-
 .../netkit-rusers/netkit-rusers_0.17.bb            |   1 +
 .../recipes-support/drbd/drbd_9.0.19-1.bb          |   2 +
 ...1-memory.h-Include-stdint.h-for-uintptr_t.patch |   8 +-
 .../packagegroups/packagegroup-meta-oe.bb          |   8 +-
 .../dejagnu/dejagnu/configure.patch                |  45 --------
 meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb  |  14 ---
 .../ltrace/ltrace/include_unistd_nr.patch          |  30 +++++
 meta-oe/recipes-devtools/ltrace/ltrace_git.bb      |   1 +
 meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb  |   3 +
 .../recipes-extended/socketcan/can-isotp_git.bb    |   2 +
 meta-oe/recipes-kernel/bpftool/bpftool.bb          |   1 +
 meta-oe/recipes-support/hwdata/hwdata_git.bb       |   4 +-
 meta-oe/recipes-support/remmina/remmina_1.3.6.bb   |  33 ++++++
 .../vboxguestdrivers/vboxguestdrivers_5.2.22.bb    |   3 +
 ...et-dns-perl_1.20.bb => libnet-dns-perl_1.21.bb} |   4 +-
 .../recipes-devtools/python/python-jinja2.inc      |   2 +-
 ...python-paste_3.1.1.bb => python-paste_3.2.0.bb} |   4 +-
 .../python/python-pytest-asyncio.inc               |  13 +++
 .../recipes-devtools/python/python-twine.inc       |  11 ++
 .../recipes-devtools/python/python3-cmd2_0.9.16.bb |   1 +
 .../python/python3-jinja2_2.10.1.bb                |   2 +
 .../python/python3-pytest-asyncio_0.10.0.bb        |   2 +
 .../python/python3-twine_1.13.0.bb                 |   2 +
 33 files changed, 359 insertions(+), 112 deletions(-)
 create mode 100644 meta-filesystems/recipes-utils/xfsdump/files/0001-xfsdump-support-usrmerge.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/0001-lib-replace-wscript-Avoid-generating-nested-main-fun.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba/0002-util_sec.c-Move-__thread-variable-to-global-scope.patch
 rename meta-networking/recipes-kernel/wireguard/{wireguard-module_0.0.20190702.bb => wireguard-module_0.0.20190905.bb} (100%)
 rename meta-networking/recipes-kernel/wireguard/{wireguard-tools_0.0.20190702.bb => wireguard-tools_0.0.20190905.bb} (100%)
 delete mode 100644 meta-oe/recipes-devtools/dejagnu/dejagnu/configure.patch
 delete mode 100644 meta-oe/recipes-devtools/dejagnu/dejagnu_1.4.4.bb
 create mode 100644 meta-oe/recipes-devtools/ltrace/ltrace/include_unistd_nr.patch
 create mode 100644 meta-oe/recipes-support/remmina/remmina_1.3.6.bb
 rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.20.bb => libnet-dns-perl_1.21.bb} (92%)
 rename meta-python/recipes-devtools/python/{python-paste_3.1.1.bb => python-paste_3.2.0.bb} (71%)
 create mode 100644 meta-python/recipes-devtools/python/python-pytest-asyncio.inc
 create mode 100644 meta-python/recipes-devtools/python/python-twine.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-pytest-asyncio_0.10.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-twine_1.13.0.bb

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


More information about the Openembedded-commits mailing list