[oe-commits] [openembedded-core] branch master-next updated (d15016b -> 8f642ad)

git at git.openembedded.org git at git.openembedded.org
Fri May 31 21:24:39 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 d15016b  linux-yocto/5.0: update to v5.0.17
 discard 19fbd1d  elfutils: fix ptest failures
 discard 0dd4a69  gstreamer1.0-vaapi: upgrade to version 1.16.0
 discard bb4c427  glibc-locale: DEPEND on virtual/libc
 discard 7261fb1  gnutls: Use ca-certificates as default trust store file
 discard 373b28f  at-spi2: Make X11 support truly optional
 discard 4c6215f  perl: Set build date to SOURCE_DATE_EPOCH
 discard 95c08ac  libxkbcommon: RDEPENDS on libx11-locale
 discard 9bc6237  libx11: split out libx11-locale
     add 0ab44c7  perl: Set build date to SOURCE_DATE_EPOCH
     add be18dab  at-spi2: Make X11 support truly optional
     add 1d147be  gnutls: Use ca-certificates as default trust store file
     add 75539cb  glibc-locale: DEPEND on virtual/libc
     add d4fe719  gstreamer1.0-vaapi: upgrade to version 1.16.0
     add 174690b  elfutils: fix ptest failures
     new 448ce2f  libx11: split out libx11-locale
     new a3e4db3  libxkbcommon: RDEPENDS on libx11-locale
     new 143a455  useradd: Ensure do_populate_sysroot has dependency on useradd variables
     new 8df2303  liburcu: update to 0.11.0
     new 7c7733a  perl: update to 5.30.0
     new 2b57934  python3-pygments: add a recipe
     new 7c4f0b5  gtk-doc: upgrade 1.29 -> 1.30
     new 7de3140  source-highlight: remove the recipe
     new 92a5ffe  piglit: upgrade to latest revision
     new 80d4483  bash: Replace uninative loader path in ptest
     new 86234c97 libxml-parser-perl: fix ptest dependencies
     new 252f085  perl-rdepends.txt: improve dependencies for perl module ptests
     new 2462adf  perl: install Config_git.pl
     new 8dfa70d  mesa: Update 19.0.3 -> 19.0.5
     new 42770b9  ccache: fix upstream version check
     new 2b165aa  Revert "ncurses: fix incorrect UPSTREAM_CHECK_GITTAGREGEX"
     new c7d1750  bash: add big5hkscs gconv RDEPENDS needed by bash-ptest.
     new 893345d  bash: run bash ptest as non-root user
     new 8f642ad  sysstat: add UPSTREAM_VERSION_UNKNOWN

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

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 19 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/classes/useradd.bbclass                       |   1 +
 meta/conf/distro/include/maintainers.inc           |   2 +-
 meta/recipes-core/ncurses/ncurses_6.1+20181013.bb  |   2 +-
 meta/recipes-devtools/ccache/ccache.inc            |   1 +
 .../perl-sanity/files/perl-configpm-switch.patch   |  21 ++-
 .../perl-sanity/files/perl-rdepends.txt            | 114 +++++++++++++++
 .../perl-sanity/{perl_5.28.2.bb => perl_5.30.0.bb} |  14 +-
 .../perl/libxml-parser-perl_2.44.bb                |   2 +-
 .../python/python3-pygments_2.4.2.bb               |  20 +++
 meta/recipes-extended/bash/bash.inc                |   4 +-
 meta/recipes-extended/bash/bash/run-ptest          |   6 +-
 meta/recipes-extended/sysstat/sysstat.inc          |   1 +
 .../gtk-doc/files/pkg-config-native.patch          |   6 +-
 .../gtk-doc/{gtk-doc_1.29.bb => gtk-doc_1.30.bb}   |   6 +-
 .../mesa/{mesa-gl_19.0.3.bb => mesa-gl_19.0.5.bb}  |   0
 .../mesa/{mesa_19.0.3.bb => mesa_19.0.5.bb}        |   4 +-
 ...e-FE_UPWARD-only-if-its-defined-in-fenv.h.patch |  75 ----------
 .../piglit/piglit/format-fix.patch                 |  69 ---------
 meta/recipes-graphics/piglit/piglit_git.bb         |   7 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.0.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.0.bb  |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.0.bb       |  20 +--
 .../Add-support-for-the-RISC-V-architecture.patch  | 157 ---------------------
 .../{liburcu_0.10.2.bb => liburcu_0.11.0.bb}       |  10 +-
 ...light.pc.in-do-not-add-Boost-s-libraries-.patch |  30 ----
 .../source-highlight/source-highlight_3.1.8.bb     |  28 ----
 26 files changed, 201 insertions(+), 413 deletions(-)
 rename meta/recipes-devtools/perl-sanity/{perl_5.28.2.bb => perl_5.30.0.bb} (96%)
 create mode 100644 meta/recipes-devtools/python/python3-pygments_2.4.2.bb
 rename meta/recipes-gnome/gtk-doc/{gtk-doc_1.29.bb => gtk-doc_1.30.bb} (87%)
 rename meta/recipes-graphics/mesa/{mesa-gl_19.0.3.bb => mesa-gl_19.0.5.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_19.0.3.bb => mesa_19.0.5.bb} (84%)
 delete mode 100644 meta/recipes-graphics/piglit/piglit/0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch
 delete mode 100644 meta/recipes-graphics/piglit/piglit/format-fix.patch
 delete mode 100644 meta/recipes-support/liburcu/files/Add-support-for-the-RISC-V-architecture.patch
 rename meta/recipes-support/liburcu/{liburcu_0.10.2.bb => liburcu_0.11.0.bb} (65%)
 delete mode 100644 meta/recipes-support/source-highlight/files/0001-source-highlight.pc.in-do-not-add-Boost-s-libraries-.patch
 delete mode 100644 meta/recipes-support/source-highlight/source-highlight_3.1.8.bb

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


More information about the Openembedded-commits mailing list