[oe-commits] [meta-openembedded] branch master-next updated (4e05385 -> 28ae6b2)

git at git.openembedded.org git at git.openembedded.org
Mon Aug 12 16:12:21 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.

    from 4e05385  abiword: remove
     new 09acc5a  python-configparser: upgrade 3.7.4 -> 3.8.1
     new 6ba70b2  python-lxml: upgrade 4.4.0 -> 4.4.1
     new 10acf95  python-pip: upgrade 19.2.1 -> 19.2.2
     new d3579d0  redis: backport a fix for stack trace generation on aarch64
     new 7cede6b  ntop: fix missing return from non-void function
     new 8b4b756  python3-twofish: Fix missing return statements in module stubs
     new 56f866e  wv: Remove, abiword was the only user
     new 42d2034  gtkmathview: Remove, abiword was the last user
     new 2d34bda  t1lib: Remove, gtkmathview was the last user
     new 1ed7486  kernel-selftest: skip -Werror=format-security and fortify
     new 28ae6b2  netkit-rusers: Fix cross-build after glibc dropped rpc

The 11 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:
 ...se-foreign-mode-to-avoid-errors-with-miss.patch |  29 -----
 ...vRTF.c-Specify-print-format-in-rtf_output.patch |  26 ----
 meta-gnome/recipes-gnome/wv/wv_1.2.9.bb            |  18 ---
 .../netkit-rusers/0001-Link-with-libtirpc.patch    |  71 +++++++---
 .../netkit-rusers/netkit-rusers_0.17.bb            |  17 +--
 ...fix-missing-return-from-non-void-function.patch |  19 +++
 meta-networking/recipes-support/ntop/ntop_5.0.1.bb |   1 +
 .../packagegroups/packagegroup-meta-oe.bb          |   2 +-
 ...-Fix-formatting-for-modern-c-11-compilers.patch |  31 -----
 ...-include-cstdio-to-get-printf-definitions.patch |  28 ----
 ...c-header-detection-of-hash_map-is-broken-.patch |  63 ---------
 .../gtkmathview/0003-gcc-6.0-build-fixes.patch     |  93 -------------
 .../mml-widget/gtkmathview/use_hostcxx.patch       |  18 ---
 .../mml-widget/gtkmathview_0.8.0.bb                |  28 ----
 .../Fixed-stack-trace-generation-on-aarch64.patch  |  45 +++++++
 meta-oe/recipes-extended/redis/redis_4.0.14.bb     |   1 +
 .../t1lib/t1lib-5.1.2/configure.patch              | 141 --------------------
 .../t1lib/t1lib-5.1.2/format_security.patch        |  58 ---------
 .../t1lib/t1lib-5.1.2/libtool.patch                | 144 ---------------------
 meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb      |  29 -----
 .../kernel-selftest/kernel-selftest.bb             |  11 ++
 .../python/python-configparser.inc                 |   4 +-
 ...arser_3.7.4.bb => python-configparser_3.8.1.bb} |   0
 .../recipes-devtools/python/python-lxml.inc        |   4 +-
 .../{python-lxml_4.4.0.bb => python-lxml_4.4.1.bb} |   0
 .../{python-pip_19.2.1.bb => python-pip_19.2.2.bb} |   4 +-
 ...rser_3.7.4.bb => python3-configparser_3.8.1.bb} |   0
 ...python3-lxml_4.4.0.bb => python3-lxml_4.4.1.bb} |   0
 ...missing-return-statements-in-module-stubs.patch |  38 ++++++
 .../python/python3-twofish_0.3.0.bb                |   2 +
 30 files changed, 185 insertions(+), 740 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/wv/wv/0001-configure-use-foreign-mode-to-avoid-errors-with-miss.patch
 delete mode 100644 meta-gnome/recipes-gnome/wv/wv/0001-wvRTF.c-Specify-print-format-in-rtf_output.patch
 delete mode 100644 meta-gnome/recipes-gnome/wv/wv_1.2.9.bb
 create mode 100644 meta-networking/recipes-support/ntop/ntop/fix-missing-return-from-non-void-function.patch
 delete mode 100644 meta-oe/recipes-extended/mml-widget/gtkmathview/0001-Fix-formatting-for-modern-c-11-compilers.patch
 delete mode 100644 meta-oe/recipes-extended/mml-widget/gtkmathview/0001-include-cstdio-to-get-printf-definitions.patch
 delete mode 100644 meta-oe/recipes-extended/mml-widget/gtkmathview/0002-configure.ac-header-detection-of-hash_map-is-broken-.patch
 delete mode 100644 meta-oe/recipes-extended/mml-widget/gtkmathview/0003-gcc-6.0-build-fixes.patch
 delete mode 100644 meta-oe/recipes-extended/mml-widget/gtkmathview/use_hostcxx.patch
 delete mode 100644 meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
 create mode 100644 meta-oe/recipes-extended/redis/redis/Fixed-stack-trace-generation-on-aarch64.patch
 delete mode 100644 meta-oe/recipes-extended/t1lib/t1lib-5.1.2/configure.patch
 delete mode 100644 meta-oe/recipes-extended/t1lib/t1lib-5.1.2/format_security.patch
 delete mode 100644 meta-oe/recipes-extended/t1lib/t1lib-5.1.2/libtool.patch
 delete mode 100644 meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
 rename meta-python/recipes-devtools/python/{python-configparser_3.7.4.bb => python-configparser_3.8.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-lxml_4.4.0.bb => python-lxml_4.4.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pip_19.2.1.bb => python-pip_19.2.2.bb} (76%)
 rename meta-python/recipes-devtools/python/{python3-configparser_3.7.4.bb => python3-configparser_3.8.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-lxml_4.4.0.bb => python3-lxml_4.4.1.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python3-twofish/0001-Fix-missing-return-statements-in-module-stubs.patch

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


More information about the Openembedded-commits mailing list