[oe-commits] [meta-openembedded] branch master-next updated (8a68cb8 -> 8b77e99)

git at git.openembedded.org git at git.openembedded.org
Sun Jul 28 16:05:31 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 8a68cb8  dhcpcd: update to 8.0.1
 discard 01608fe  usbguard: Initial recipe
 discard 1a4584f  pegtl: Initial recipe
 discard 455ad38  xfwm4: fix assertion error
 discard 8db096e  libseccomp: import from meta-security
     new d132121  xfwm4: fix assertion error
     new 087b917  pegtl: Initial recipe
     new 8fdc83b  dhcpcd: update to 8.0.1
     new 3eb402d  itstool: Don't use hardcoded, absolute path to python3 binary.
     new 853ecb8  chrony: update to 3.5
     new 71770f8  poppler: update from 0.75.0 to 0.79.0
     new b00faa4  postfix: Fix build failures with glibc 2.30
     new 892583b  snort: Fix build with glibc 2.30
     new b5bb001  opensaf: Add configure time check to detect gettid API in libc
     new abdacc7  ypbind-mt: Fix build with glibc 2.30
     new 44555bf  openocd: Fix build with glibc 2.30
     new eb7ece6  libgpiod: put gpio utils into an actual separate package
     new f426450  pegtl: Fix build with clang/libc++
     new 8b77e99  collectd: Fix build with glibc 2.30

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   (8a68cb8)
            \
             N -- N -- N   refs/heads/master-next (8b77e99)

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 14 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:
 ...01-chdeck-for-gettid-API-during-configure.patch | 48 ++++++++++++++
 .../recipes-connectivity/snort/snort_2.9.14.bb     |  1 +
 ...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 +++--
 .../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 +
 .../0001-Do-not-include-syscrtl.h-with-glibc.patch | 33 ++++++++++
 meta-oe/recipes-devtools/openocd/openocd_git.bb    |  1 +
 ...uding-sys-sysctl.h-on-glibc-based-systems.patch | 76 ++++++++++++++++++++++
 .../recipes-extended/collectd/collectd_5.8.1.bb    |  1 +
 ...-Fix-clang-warning-about-non-virtual-dtor.patch | 25 +++++++
 meta-oe/recipes-extended/pegtl/pegtl_2.1.4.bb      |  4 +-
 .../recipes-security/libseccomp/files/run-ptest    |  4 --
 .../libseccomp/libseccomp_2.4.1.bb                 | 41 ------------
 .../recipes-security/usbguard/usbguard_0.7.4.bb    | 35 ----------
 ...e-build-time-hardcoded-python-binary-path.patch | 29 +++++++++
 meta-oe/recipes-support/itstool/itstool_2.0.5.bb   |  8 +--
 meta-oe/recipes-support/libgpiod/libgpiod.inc      |  6 +-
 .../poppler/poppler/basename-include.patch         | 31 ++++++---
 .../{poppler_0.75.0.bb => poppler_0.79.0.bb}       |  5 +-
 25 files changed, 429 insertions(+), 137 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/snort/snort/0001-chdeck-for-gettid-API-during-configure.patch
 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
 create mode 100644 meta-oe/recipes-extended/pegtl/pegtl/0001-Fix-clang-warning-about-non-virtual-dtor.patch
 delete mode 100644 meta-oe/recipes-security/libseccomp/files/run-ptest
 delete mode 100644 meta-oe/recipes-security/libseccomp/libseccomp_2.4.1.bb
 delete mode 100644 meta-oe/recipes-security/usbguard/usbguard_0.7.4.bb
 create mode 100644 meta-oe/recipes-support/itstool/itstool/0001-Don-t-use-build-time-hardcoded-python-binary-path.patch
 rename meta-oe/recipes-support/poppler/{poppler_0.75.0.bb => poppler_0.79.0.bb} (91%)

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


More information about the Openembedded-commits mailing list