[oe-commits] [meta-openembedded] branch master updated (2bdd4a5 -> c7e2778)

git at git.openembedded.org git at git.openembedded.org
Fri Aug 2 15:17:19 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 2bdd4a5  dhcpcd: update to 8.0.1
     add e5ac325  itstool: Don't use hardcoded, absolute path to python3 binary.
     add af907bf  chrony: update to 3.5
     add ca22e19  postfix: Fix build failures with glibc 2.30
     add d31ac50  snort: Fix build with glibc 2.30
     add 7bd0f5d  opensaf: Add configure time check to detect gettid API in libc
     add 09faeab  ypbind-mt: Fix build with glibc 2.30
     add 2d99031  openocd: Fix build with glibc 2.30
     add 5064a83  wolfssl: update to 4.1.0
     add 32590d4  libgsf: Drop the obsolete inherit gconf
     add 119cfb2  netkit-rusers: Add dep on rpcsvc-proto for rpc headers
     add 910891d  openvpn: respect pid file in init.d service start
     add da6b51b  gnome-system-monitor: Add DEPENDS on polkit
     add bc27c62  Add recipe for the coloredlogs python package.
     add 0f080a6  syslog-ng: append syslog-ng.service
     add bc93fe6  fwts: Update to 19.06.00
     add 2332aa3  collectd: Fix build with glibc 2.30
     add b0e1cd4  alsa-oss: Drop now not needed patch
     add ae65eb4  oprofile: drop kernel-vmlinux from RRECOMMENDS
     add e63b45f  libdbi-perl: prevent native libdbi-perl depending on target perl
     add c7e2778  poppler: update from 0.75.0 to 0.79.0

No new revisions were added by this update.

Summary of changes:
 .../gnome-system-monitor_3.32.0.bb                 |  3 +-
 meta-gnome/recipes-gnome/libgsf/libgsf_1.14.45.bb  |  2 +-
 ...01-chdeck-for-gettid-API-during-configure.patch | 48 +++++++++++
 .../recipes-connectivity/snort/snort_2.9.14.bb     |  1 +
 .../wolfssl/{wolfssl_4.0.0.bb => wolfssl_4.1.0.bb} |  2 +-
 ...1-Add-configure-time-check-for-gettid-API.patch | 67 +++++++++++++++
 .../recipes-daemons/opensaf/opensaf_5.19.03.bb     |  1 +
 ...-failure-with-glibc-2.30-due-to-dropped-R.patch | 37 ++++++++
 .../recipes-daemons/postfix/postfix.inc            | 11 ---
 .../recipes-daemons/postfix/postfix_3.4.5.bb       | 18 +++-
 .../netkit-rusers/netkit-rusers_0.17.bb            |  2 +-
 .../recipes-support/chrony/chrony/arm_eabi.patch   | 33 ++++----
 .../chrony/{chrony_3.4.bb => chrony_3.5.bb}        |  5 +-
 ...1-Add-configure-time-check-for-gettid-API.patch | 45 ++++++++++
 .../recipes-support/nis/ypbind-mt_2.6.bb           |  1 +
 .../recipes-support/openvpn/openvpn/openvpn        | 12 ++-
 .../0001-Do-not-include-syscrtl.h-with-glibc.patch | 33 ++++++++
 meta-oe/recipes-devtools/openocd/openocd_git.bb    |  1 +
 meta-oe/recipes-devtools/perl/libdbi-perl_1.642.bb |  2 +-
 ...uding-sys-sysctl.h-on-glibc-based-systems.patch | 98 ++++++++++++++++++++++
 .../recipes-extended/collectd/collectd_5.8.1.bb    |  1 +
 meta-oe/recipes-kernel/oprofile/oprofile.inc       |  1 -
 .../recipes-multimedia/alsa/alsa-oss/libio.patch   | 53 ------------
 meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb  | 24 ------
 ...e-build-time-hardcoded-python-binary-path.patch | 29 +++++++
 meta-oe/recipes-support/itstool/itstool_2.0.5.bb   |  8 +-
 ...ists.txt-Add-libpoppler-to-link-along-wit.patch | 32 -------
 .../poppler/poppler/basename-include.patch         | 31 ++++---
 .../{poppler_0.75.0.bb => poppler_0.79.0.bb}       |  5 +-
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc    |  2 +
 .../fwts/fwts/0001-Remove-Werror-from-build.patch  | 22 ++---
 ...nstant-logical-operand-warning-with-clang.patch | 84 -------------------
 .../fwts/{fwts_git.bb => fwts_19.06.00.bb}         | 11 +--
 .../recipes-devtools/python/python-coloredlogs.inc | 24 ++++++
 .../python/python-coloredlogs_10.0.bb              |  2 +
 .../python/python3-coloredlogs_10.0.bb             |  2 +
 36 files changed, 482 insertions(+), 271 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/snort/snort/0001-chdeck-for-gettid-API-during-configure.patch
 rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_4.0.0.bb => wolfssl_4.1.0.bb} (93%)
 create mode 100644 meta-networking/recipes-daemons/opensaf/opensaf/0001-Add-configure-time-check-for-gettid-API.patch
 create mode 100644 meta-networking/recipes-daemons/postfix/files/0001-Fixed-build-failure-with-glibc-2.30-due-to-dropped-R.patch
 rename meta-networking/recipes-support/chrony/{chrony_3.4.bb => chrony_3.5.bb} (97%)
 create mode 100644 meta-networking/recipes-support/nis/ypbind-mt/0001-Add-configure-time-check-for-gettid-API.patch
 create mode 100644 meta-oe/recipes-devtools/openocd/openocd/0001-Do-not-include-syscrtl.h-with-glibc.patch
 create mode 100644 meta-oe/recipes-extended/collectd/collectd/0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch
 delete mode 100644 meta-oe/recipes-multimedia/alsa/alsa-oss/libio.patch
 create mode 100644 meta-oe/recipes-support/itstool/itstool/0001-Don-t-use-build-time-hardcoded-python-binary-path.patch
 delete mode 100644 meta-oe/recipes-support/poppler/poppler/0001-glib-CMakeLists.txt-Add-libpoppler-to-link-along-wit.patch
 rename meta-oe/recipes-support/poppler/{poppler_0.75.0.bb => poppler_0.79.0.bb} (91%)
 delete mode 100644 meta-oe/recipes-test/fwts/fwts/0001-ignore-constant-logical-operand-warning-with-clang.patch
 rename meta-oe/recipes-test/fwts/{fwts_git.bb => fwts_19.06.00.bb} (83%)
 create mode 100644 meta-python/recipes-devtools/python/python-coloredlogs.inc
 create mode 100644 meta-python/recipes-devtools/python/python-coloredlogs_10.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-coloredlogs_10.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