[oe-commits] [meta-openembedded] branch master-next updated (866daa1 -> db77978)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 13 18:11:19 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 866daa1  polkit: Upgrade to 0.116
     new a174c0b  nano: update to 4.2
     new 664b5ec  python-pywbem: solved the conflict with python3-pywbem
     new 6937e3b  python3-pywbem:solved the conflict with python-pywbem
     new a03df40  gsl: update to version 2.5
     new bb1fb74  open-vm-tools: refresh the patches so that they can be easily applied with devtool or git am
     new b2c3b30  open-vm-tools: import gcc9 fixes from fedora
     new db77978  spice: fix compile errors on 32bit system

The 7 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:
 ...-Fix-compile-errors-on-Linux-32bit-system.patch |   96 ++
 meta-networking/recipes-support/spice/spice_git.bb |    1 +
 meta-oe/recipes-support/gsl/gsl_1.15.bb            |    7 -
 meta-oe/recipes-support/gsl/gsl_2.5.bb             |    6 +
 .../nano/{nano_4.1.bb => nano_4.2.bb}              |    4 +-
 .../0001-configure.ac-don-t-use-dnet-config.patch  |   16 +-
 .../0002-add-include-sys-sysmacros.h.patch         |   17 +-
 ...3-Use-configure-test-for-struct-timespec.patch} |   22 +-
 ...x-definition-of-ALLPERMS-and-ACCESSPERMS.patch} |   26 +-
 ...e-to-test-for-feature-instead-of-platfor.patch} |   38 +-
 ...se-configure-test-for-sys-stat.h-include.patch} |   12 +-
 .../0007-Fix-subdir-objects-configure-error.patch  |   24 +
 ...008-include-poll.h-instead-of-sys-poll.h.patch} |   10 +-
 ...patch => 0009-Rename-poll.h-to-vm_poll.h.patch} |   54 +-
 ...six-strerror_r-unless-on-gnu-libc-system.patch} |    8 +-
 ...> 0011-Use-uintmax_t-for-handling-rlim_t.patch} |   10 +-
 ...=> 0012-Use-off64_t-instead-of-__off64_t.patch} |   10 +-
 ...-misc-Do-not-print-NULL-string-into-logs.patch} |    8 +-
 .../0014-Fix-new-warnings-from-gcc9.patch          | 1281 ++++++++++++++++++++
 .../fix-subdir-objects-configure-error.patch       |   12 -
 .../open-vm-tools/open-vm-tools_10.3.5.bb          |   35 +-
 .../pywbem/python-pywbem_0.11.0.bb                 |    9 +-
 .../pywbem/python3-pywbem_0.11.0.bb                |    9 +-
 23 files changed, 1558 insertions(+), 157 deletions(-)
 create mode 100644 meta-networking/recipes-support/spice/spice/0001-Fix-compile-errors-on-Linux-32bit-system.patch
 delete mode 100644 meta-oe/recipes-support/gsl/gsl_1.15.bb
 create mode 100644 meta-oe/recipes-support/gsl/gsl_2.5.bb
 rename meta-oe/recipes-support/nano/{nano_4.1.bb => nano_4.2.bb} (79%)
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0005-Use-configure-test-for-struct-timespec.patch => 0003-Use-configure-test-for-struct-timespec.patch} (65%)
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0006-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch => 0004-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch} (63%)
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0007-Use-configure-to-test-for-feature-instead-of-platfor.patch => 0005-Use-configure-to-test-for-feature-instead-of-platfor.patch} (77%)
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0011-Use-configure-test-for-sys-stat.h-include.patch => 0006-Use-configure-test-for-sys-stat.h-include.patch} (55%)
 create mode 100644 meta-oe/recipes-support/open-vm-tools/open-vm-tools/0007-Fix-subdir-objects-configure-error.patch
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0001-include-poll.h-instead-of-sys-poll.h.patch => 0008-include-poll.h-instead-of-sys-poll.h.patch} (63%)
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0002-Rename-poll.h-to-vm_poll.h.patch => 0009-Rename-poll.h-to-vm_poll.h.patch} (62%)
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0003-use-posix-strerror_r-unless-on-gnu-libc-system.patch => 0010-use-posix-strerror_r-unless-on-gnu-libc-system.patch} (80%)
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0004-Use-uintmax_t-for-handling-rlim_t.patch => 0011-Use-uintmax_t-for-handling-rlim_t.patch} (73%)
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0001-Use-off64_t-instead-of-__off64_t.patch => 0012-Use-off64_t-instead-of-__off64_t.patch} (77%)
 rename meta-oe/recipes-support/open-vm-tools/open-vm-tools/{0001-misc-Do-not-print-NULL-string-into-logs.patch => 0013-misc-Do-not-print-NULL-string-into-logs.patch} (81%)
 create mode 100644 meta-oe/recipes-support/open-vm-tools/open-vm-tools/0014-Fix-new-warnings-from-gcc9.patch
 delete mode 100644 meta-oe/recipes-support/open-vm-tools/open-vm-tools/fix-subdir-objects-configure-error.patch

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


More information about the Openembedded-commits mailing list