[oe-commits] [openembedded-core] branch master-next updated (c505860 -> 32f21ad)

git at git.openembedded.org git at git.openembedded.org
Fri May 24 17:45:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master-next
in repository openembedded-core.

 discard c505860  core-image-sato-sdk-ptest: Further reduce free image space to stay within 4GB limit
 discard 2e3bce9  layer.conf: Whitelist lttng-tools->lttng-modules dependency
 discard 3a22cfc  mesa: Fix a case when gbm is enabled but DRIDRIVERS is not defined
 discard ec83bdb  lttng-tools: add lttng-modules to ptest dependencies
 discard 335bc8a  lttng-tools: prevent test timeout when lttng-modules is not present
 discard 7adcab0  m4/tar: Remove remove-gets.patch
 discard b813277  apt: Remove workaround patches for no longer supported host distributions
 discard 1d11a92  squashfs-tools: Mark as incompatible with musl
 discard e4b6394  meson.bbclass: Make meson support aarch64_be.
 discard 96ae5dd  python*-setuptools: add separate packages for pkg_resources module
 discard a08f70b  elfutils: fix ptest failures
 discard 49ec94d  tcmode-default: Test gcc9 as default on everything except mips
     new 5c0e351  tcmode-default: Test gcc9 as default on everything except mips
     new 36d9019  elfutils: fix ptest failures
     new b61a808  python*-setuptools: add separate packages for pkg_resources module
     new c645e90  meson.bbclass: Make meson support aarch64_be.
     new 7646448  squashfs-tools: Mark as incompatible with musl
     new 60859bd  apt: Remove workaround patches for no longer supported host distributions
     new 215004e  m4/tar: Remove remove-gets.patch
     new 51f1839  lttng-tools: prevent test timeout when lttng-modules is not present
     new 952ca49  lttng-tools: add lttng-modules to ptest dependencies
     new 45cfc07  mesa: Fix a case when gbm is enabled but DRIDRIVERS is not defined
     new 417ea0d  layer.conf: Whitelist lttng-tools->lttng-modules dependency
     new 23f90d4  core-image-sato-sdk-ptest: Further reduce free image space to stay within 4GB limit
     new 0f86add  mdadm: use ${systemd_unitdir} rather than /lib/systemd
     new 477b32f  pinentry: Switch pinentry-qt from Qt4 to Qt5
     new a65161a  qemu: Backport the arm segfault fix
     new e87181b  ofono: Add TEMP_FAILURE_RETRY optional definition
     new 62f3a34  connman: fix segfault with musl >v1.1.21
     new 47b67ed  Revert "musl: Add TEMP_FAILURE_RETRY from glibc"
     new 8c77321  texinfo-dummy-native: A little clean up of template.py
     new 24161e3  texinfo-dummy-native: Rewrite template.py to use argparse
     new 87aa5bd  avahi: Add PACKAGECONFIG for libdns_sd
     new 8e428c2  librsvg: Replace workaround for old host systems with upstream fix
     new b0f4b89  iproute2: upgrade 5.0.0 -> 5.1.0
     new e8f9262  chkconfig: do not use unstable github archive tarballs
     new 32f21ad  chkconfig: fix upstream version check

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   (c505860)
            \
             N -- N -- N   refs/heads/master-next (32f21ad)

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 25 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:
 meta/recipes-connectivity/avahi/avahi.inc          |   7 +
 .../0001-gweb-fix-segfault-with-musl-v1.1.21.patch |  34 ++
 meta/recipes-connectivity/connman/connman_1.37.bb  |   1 +
 .../{iproute2_5.0.0.bb => iproute2_5.1.0.bb}       |   4 +-
 ...an-optional-TEMP_FAILURE_RETRY-macro-copy.patch |  36 ++
 meta/recipes-connectivity/ofono/ofono_1.29.bb      |   1 +
 .../0001-unistd.h-Add-TEMP_FAILURE_RETRY.patch     |  36 --
 meta/recipes-core/musl/musl_git.bb                 |   1 -
 meta/recipes-devtools/qemu/qemu.inc                |   2 +-
 ...et-arm-Use-vector-operations-for-saturati.patch | 493 ---------------------
 ...-target-arm-Fix-vector-operation-segfault.patch |  66 +++
 .../recipes-extended/chkconfig/chkconfig_1.3.58.bb |  10 +-
 meta/recipes-extended/mdadm/mdadm_4.1.bb           |   4 +-
 .../texinfo-dummy-native/texinfo-dummy/template.py |  86 ++--
 ...detect-Bsymbolic-fixes-configure-on-macOS.patch |  35 ++
 meta/recipes-gnome/librsvg/librsvg_2.40.20.bb      |   8 +-
 meta/recipes-support/pinentry/pinentry_1.1.0.bb    |   3 +-
 17 files changed, 225 insertions(+), 602 deletions(-)
 create mode 100644 meta/recipes-connectivity/connman/connman/0001-gweb-fix-segfault-with-musl-v1.1.21.patch
 rename meta/recipes-connectivity/iproute2/{iproute2_5.0.0.bb => iproute2_5.1.0.bb} (68%)
 create mode 100644 meta/recipes-connectivity/ofono/ofono/0001-mbim-add-an-optional-TEMP_FAILURE_RETRY-macro-copy.patch
 delete mode 100644 meta/recipes-core/musl/musl/0001-unistd.h-Add-TEMP_FAILURE_RETRY.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0013-Revert-target-arm-Use-vector-operations-for-saturati.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0013-target-arm-Fix-vector-operation-segfault.patch
 create mode 100644 meta/recipes-gnome/librsvg/librsvg/0001-Auto-detect-Bsymbolic-fixes-configure-on-macOS.patch

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


More information about the Openembedded-commits mailing list