[oe-commits] [meta-openembedded] branch master-next updated (28c0704 -> 458bd96)

git at git.openembedded.org git at git.openembedded.org
Mon Dec 16 03:42:55 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 28c0704  ostree: Add support for gjs tests
 discard c929801  nftables: upgrade 0.9.2 -> 0.9.3
 discard 9455a65  sysdig: Upgrade to 0.26.4
 discard 68795c6  drone: Add CI support
 discard 11cf500  grpc: Define libdir and cmakedir in terms of multilib
 discard 7f1182f  rdma-core: Replace pthread_yield with sched_yield
 discard 671c470  corosync: fix build error when package config rdma enabled
 discard 8caf0df  rdma-core: 18.1 -> 26.1
     new 57bc531  corosync: fix build error when package config rdma enabled
     new e18d8c9  grpc: Define libdir and cmakedir in terms of multilib
     new 9c7896d  nftables: upgrade 0.9.2 -> 0.9.3
     new b8ec2be  ufs-utils: Renames from ufs-tool
     new 989b678  breakpad: Update to latest upstream
     new c41fdb7  rsyslog: Sync VALGRIND supported arch list
     new 7a90deb  packagegroup-meta-oe: Remove ppc64 specific incompatible packages
     new 030cdd7  libpfm4: Moved here from oe-core
     new 48742fa  mosquitto: update to 1.6.8
     new 09feab7  libxfce4ui: give up glade3 (=glade for gtk2) support
     new 6dace50  glade3: remove ancient version of glade
     new cfeceaf  exo: remove pythonnative from inherit
     new 2a72605  geany: remove pythonnative from inherit
     new 3701011  libhandy: initial add 0.0.12
     new dcd8ab9  gnome-tweaks: initial add 3.34.0
     new 5b7f09a  ostree: Add support for gjs tests
     new 5a7fe8e  rdma-core: 18.1 -> 27.0
     new 458bd96  rdma-core: Replace pthread_yield with sched_yield

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   (28c0704)
            \
             N -- N -- N   refs/heads/master-next (458bd96)

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 18 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:
 .drone.yml                                         | 75 -------------------
 README                                             |  2 -
 .../recipes-utils/ufs-tool/ufs-tool_git.bb         | 23 ------
 ...01-Replace-u_intXX_t-with-kernel-typedefs.patch | 54 ++++++++++++++
 .../recipes-utils/ufs-utils/ufs-utils_git.bb       | 32 ++++++++
 .../0001-Make-python-path-configurable.patch       | 41 +++++++++++
 .../gnome-tweaks/gnome-tweaks_3.34.0.bb            | 32 ++++++++
 .../recipes-support/libhandy/libhandy_git.bb       | 21 ++++++
 .../packagegroups/packagegroup-gnome-desktop.bb    |  1 +
 .../{mosquitto_1.6.7.bb => mosquitto_1.6.8.bb}     |  4 +-
 .../{rdma-core_26.1.bb => rdma-core_27.0.bb}       |  2 +-
 .../packagegroups/packagegroup-meta-oe.bb          |  3 +
 ...Do-not-add-stack-pointer-to-clobber-list.patch} | 57 ++++++--------
 ...001-disable-calls-to-getcontext-with-musl.patch | 10 +--
 .../0001-lss-Match-syscalls-to-match-musl.patch    | 25 +++++--
 .../breakpad/breakpad/mcontext.patch               | 59 ---------------
 meta-oe/recipes-devtools/breakpad/breakpad_git.bb  | 12 +--
 meta-oe/recipes-devtools/geany/geany_1.36.bb       |  2 +-
 meta-oe/recipes-extended/ostree/ostree_2019.6.bb   |  7 +-
 .../recipes-extended/rsyslog/rsyslog_8.1910.0.bb   | 24 ++++--
 ...ith-musl-backtrace-APIs-are-glibc-specifi.patch | 37 +++++-----
 .../0001-libsinsp-Port-to-build-with-lua-5.2.patch | 25 ++++---
 meta-oe/recipes-extended/sysdig/sysdig_git.bb      | 40 ++++------
 ...0001-Include-poll.h-instead-of-sys-poll.h.patch | 86 ++++++++++++++++++++++
 meta-oe/recipes-kernel/libpfm/libpfm4_4.10.1.bb    | 31 ++++++++
 ...C_PRINTF-on-functions-with-format-strings.patch | 62 ----------------
 ...gnome-doc-utils.make-sysrooted-pkg-config.patch | 51 -------------
 .../glade/glade3/0002-fix-gcc-6-build.patch        | 39 ----------
 meta-xfce/recipes-devtools/glade/glade3_3.8.5.bb   | 23 ------
 meta-xfce/recipes-xfce/exo/exo_0.12.10.bb          |  2 +-
 .../recipes-xfce/libxfce4ui/libxfce4ui_4.14.1.bb   |  3 -
 31 files changed, 426 insertions(+), 459 deletions(-)
 delete mode 100644 .drone.yml
 delete mode 100644 meta-filesystems/recipes-utils/ufs-tool/ufs-tool_git.bb
 create mode 100644 meta-filesystems/recipes-utils/ufs-utils/ufs-utils/0001-Replace-u_intXX_t-with-kernel-typedefs.patch
 create mode 100644 meta-filesystems/recipes-utils/ufs-utils/ufs-utils_git.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0001-Make-python-path-configurable.patch
 create mode 100644 meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb
 create mode 100644 meta-gnome/recipes-support/libhandy/libhandy_git.bb
 rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.6.7.bb => mosquitto_1.6.8.bb} (96%)
 rename meta-networking/recipes-support/rdma-core/{rdma-core_26.1.bb => rdma-core_27.0.bb} (96%)
 rename meta-oe/recipes-devtools/breakpad/breakpad/{dont-clobber-rsp.patch => 0001-Do-not-add-stack-pointer-to-clobber-list.patch} (52%)
 create mode 100644 meta-oe/recipes-kernel/libpfm/libpfm4/0001-Include-poll.h-instead-of-sys-poll.h.patch
 create mode 100644 meta-oe/recipes-kernel/libpfm/libpfm4_4.10.1.bb
 delete mode 100644 meta-xfce/recipes-devtools/glade/glade3/0001-Add-G_GNUC_PRINTF-on-functions-with-format-strings.patch
 delete mode 100644 meta-xfce/recipes-devtools/glade/glade3/0001-gnome-doc-utils.make-sysrooted-pkg-config.patch
 delete mode 100644 meta-xfce/recipes-devtools/glade/glade3/0002-fix-gcc-6-build.patch
 delete mode 100644 meta-xfce/recipes-devtools/glade/glade3_3.8.5.bb

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


More information about the Openembedded-commits mailing list