[oe-commits] [openembedded-core] branch master-next updated (9cbd600 -> c90780d)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 26 04:54:20 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 9cbd600  linux-yocto/5.2: update to v5.2.32
     new 6c123d4  libmodule-build-perl: upgrade 0.4229 -> 0.4231
     new dc60576  libarchive: upgrade 3.4.1 -> 3.4.2
     new 43ca971  libpcre: upgrade 8.43 -> 8.44
     new 7a0c4b8  python3-docutils: upgrade 0.15 -> 0.16
     new fa2887c  python3-mako: upgrade 1.1.0 -> 1.1.1
     new 3749768  unifdef: upgrade 2.11 -> 2.12
     new 220922a  gnutls: upgrade 3.6.11.1 -> 3.6.12
     new 5bb6383  python3-setuptools: upgrade 45.0.0 -> 45.2.0
     new 52bf276  libgpg-error: upgrade 1.36 -> 1.37
     new a3fccd8  acpica: upgrade 20191213 -> 20200214
     new f645881  gst-validate: upgrade 1.16.1 -> 1.16.2
     new 27cee5e  ncurses: upgrade 6.1+20191019 -> 6.2
     new c6b5005  webkitgtk: Disable GI data for musl/arm
     new 811c509  sysvinit: Fix install order/dependency
     new cd67cc6  layer.conf: Consider shared-mime-info and desktop-file-utils siggen safe
     new e704ad6  libedit/readline: Correct package alternatives link for manpage
     new c90780d  utils.bbclass: Avoid recursive symlink in oe_soinstall

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   (9cbd600)
            \
             N -- N -- N   refs/heads/master-next (c90780d)

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 17 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/utils.bbclass                         |   8 +-
 meta/conf/layer.conf                               |   2 +
 meta/recipes-core/ncurses/ncurses.inc              |   2 +-
 .../{ncurses_6.1+20191019.bb => ncurses_6.2.bb}    |   2 +-
 meta/recipes-core/readline/readline.inc            |   2 +-
 meta/recipes-core/sysvinit/sysvinit_2.96.bb        |   2 +-
 .../libedit/libedit_20191231-3.1.bb                |   2 +-
 ...rl_0.4229.bb => libmodule-build-perl_0.4231.bb} |  14 +-
 ...ionally-do-not-fetch-code-by-easy_install.patch |   4 +-
 meta/recipes-devtools/python/python-setuptools.inc |   4 +-
 ...3-docutils_0.15.bb => python3-docutils_0.16.bb} |   6 +-
 ...python3-mako_1.1.0.bb => python3-mako_1.1.1.bb} |   6 +-
 ...ools_45.0.0.bb => python3-setuptools_45.2.0.bb} |   0
 .../unifdef/{unifdef_2.11.bb => unifdef_2.12.bb}   |   9 +-
 .../{acpica_20191213.bb => acpica_20200214.bb}     |   6 +-
 .../{libarchive_3.4.1.bb => libarchive_3.4.2.bb}   |   4 +-
 meta/recipes-kernel/linux/linux-yocto-rt_5.2.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_5.2.bb  |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.2.bb       |  22 ++--
 ...t-validate_1.16.1.bb => gst-validate_1.16.2.bb} |   4 +-
 meta/recipes-sato/webkit/webkitgtk_2.26.4.bb       |   5 +
 .../{gnutls_3.6.11.1.bb => gnutls_3.6.12.bb}       |   4 +-
 .../libgpg-error-1.36-gawk5-support.patch          | 144 ---------------------
 .../{libgpg-error_1.36.bb => libgpg-error_1.37.bb} |   7 +-
 .../libpcre/libpcre/out-of-tree.patch              |  26 ----
 .../libpcre/{libpcre_8.43.bb => libpcre_8.44.bb}   |   9 +-
 26 files changed, 76 insertions(+), 232 deletions(-)
 rename meta/recipes-core/ncurses/{ncurses_6.1+20191019.bb => ncurses_6.2.bb} (89%)
 rename meta/recipes-devtools/perl/{libmodule-build-perl_0.4229.bb => libmodule-build-perl_0.4231.bb} (90%)
 rename meta/recipes-devtools/python/{python3-docutils_0.15.bb => python3-docutils_0.16.bb} (60%)
 rename meta/recipes-devtools/python/{python3-mako_1.1.0.bb => python3-mako_1.1.1.bb} (63%)
 rename meta/recipes-devtools/python/{python3-setuptools_45.0.0.bb => python3-setuptools_45.2.0.bb} (100%)
 rename meta/recipes-devtools/unifdef/{unifdef_2.11.bb => unifdef_2.12.bb} (53%)
 rename meta/recipes-extended/acpica/{acpica_20191213.bb => acpica_20200214.bb} (88%)
 rename meta/recipes-extended/libarchive/{libarchive_3.4.1.bb => libarchive_3.4.2.bb} (93%)
 rename meta/recipes-multimedia/gstreamer/{gst-validate_1.16.1.bb => gst-validate_1.16.2.bb} (87%)
 rename meta/recipes-support/gnutls/{gnutls_3.6.11.1.bb => gnutls_3.6.12.bb} (93%)
 delete mode 100644 meta/recipes-support/libgpg-error/libgpg-error/libgpg-error-1.36-gawk5-support.patch
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.36.bb => libgpg-error_1.37.bb} (92%)
 delete mode 100644 meta/recipes-support/libpcre/libpcre/out-of-tree.patch
 rename meta/recipes-support/libpcre/{libpcre_8.43.bb => libpcre_8.44.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