[oe-commits] [openembedded-core] branch master-next updated (80154c1 -> 9aa84bd)

git at git.openembedded.org git at git.openembedded.org
Fri Jan 10 23:48:16 UTC 2020


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 80154c1  meta-extsdk-toolchain: Mark as nostamp
 discard 544fbe9  sysklogd: add a delay before klogd connect syslogd
 discard 4e4ded9  glew/curl: specify exclusive package configs
 discard 43f59b5  base.bbclass: extend PACKAGECONFIG for conflict package configs
 discard ab75a81  HACK: signing: Add extra test debug
 discard c867bb1  HACK: Enable saving of packages
 discard 8972e0d  oescripts.py: use unittest.SkipUnless for class skip
 discard 7bd2026  cairo: Adapt license for cairo-dbg and cairo-src based on contents
     new e260352  oescripts.py: use unittest.SkipUnless for class skip
     new 00cb069  base.bbclass: extend PACKAGECONFIG for conflict package configs
     new d7ce829  glew/curl: specify exclusive package configs
     new d399266  HACK: Enable saving of packages
     new c3589be  HACK: signing: Add extra test debug
     new d4a00df  perl: improve reproducibility
     new 60dac6f  qemuboot-mips: Enable VGA device
     new 8899970  busybox: Update inittab
     new 0d1d120  site: linux has working chown()
     new e148f54  site: musl has working memcmp()
     new 25c7951  site: musl and glibc have working mkstemp()
     new 03ff1a1  site: musl and glibc have glibc compatible calloc()
     new 1a4f7a3  site: linux supports unlink() of executing program
     new d02bf81  site: musl and glibc have glibc compatible getcwd()
     new 5f30756  site: set getcwd() behaviour for long paths for glibc / musl
     new 7c28a99  site: set getcwd() test result for abort()-bug for glibc / musl
     new 7f2353f  site: musl and glibc have working getgroups()
     new c449116  site: linux supports NULL in utime()
     new 8717527  site: musl and glibc have working utimes()
     new b878023  site: on linux, pipes are fifos with max link count of 1
     new d40dedf  site: on linux, link(2) doesn't follow symlinks
     new e25a342  site: set nanosleep() behaviour for glibc / musl
     new 0ba1a76  site: strtod() works in glibc / musl
     new 07ab47c  site: musl and glibc have working mktime()
     new d407a30  weston-init: Let weston run without pam on distros without pam
     new a0226ea  glib: support target/os/libc-specific Meson cross files
     new 31f9128  meta-extsdk-toolchain: Mark as nostamp
     new 9aa84bd  glib-2.0: Fix hardcoded paths in checksums

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   (80154c1)
            \
             N -- N -- N   refs/heads/master-next (9aa84bd)

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 28 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/conf/machine/include/qemuboot-mips.inc        |  5 ++++
 meta/recipes-core/busybox/files/inittab            | 12 +++++---
 .../glib-2.0/glib-2.0/meson.cross.d/common         |  3 ++
 .../common-glibc}                                  |  5 ----
 .../glib-2.0/glib-2.0/meson.cross.d/common-linux   |  5 ++++
 .../glib-2.0/glib-2.0/meson.cross.d/common-mingw   |  6 ++++
 .../common-musl}                                   |  6 +---
 meta/recipes-core/glib-2.0/glib-2.0_2.62.4.bb      | 27 ++++++++++++++++-
 meta/recipes-core/glib-2.0/glib.inc                |  1 -
 meta/recipes-devtools/perl/perl_5.30.1.bb          |  8 +++++
 meta/recipes-extended/sysklogd/sysklogd.inc        |  2 +-
 meta/recipes-graphics/cairo/cairo_1.16.0.bb        |  8 +----
 .../weston-init/{qemux86 => qemuall}/weston.ini    |  0
 .../wayland/weston-init/qemux86-64/weston.ini      |  2 --
 .../wayland/weston-init/weston at .service            | 34 ++++------------------
 meta/site/common-glibc                             | 10 +++++++
 meta/site/common-linux                             |  5 ++++
 meta/site/common-musl                              | 12 ++++++++
 18 files changed, 97 insertions(+), 54 deletions(-)
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/meson.cross.d/common
 copy meta/recipes-core/glib-2.0/glib-2.0/{glib-meson.cross => meson.cross.d/common-glibc} (56%)
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/meson.cross.d/common-linux
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/meson.cross.d/common-mingw
 rename meta/recipes-core/glib-2.0/glib-2.0/{glib-meson.cross => meson.cross.d/common-musl} (56%)
 rename meta/recipes-graphics/wayland/weston-init/{qemux86 => qemuall}/weston.ini (100%)
 delete mode 100644 meta/recipes-graphics/wayland/weston-init/qemux86-64/weston.ini

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


More information about the Openembedded-commits mailing list