[oe-commits] [openembedded-core] branch master-next updated (2cfe769 -> f9107cf)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 27 23:06:45 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 2cfe769  glib-2.0: Update to 2.60.4
 discard 4541f77  devtool: warn user about multiple layer having the same base name
 discard 188be7a  busybox: add debug
 discard d8681af  pigz: Add debug for autobuilder errors
 discard 0a0d408  package.bbclass: fix directories setuid and setgid bits
 discard 9b1f682  cve-update-db: do_populate_cve_db depends on do_fetch
     new 0f82b53  package.bbclass: fix directories setuid and setgid bits
     new 798fa5f  pigz: Add debug for autobuilder errors
     new 26521d4  devtool: warn user about multiple layer having the same base name
     new 1c2fd85  glib-2.0: Update to 2.60.4
     new 35a241d  ltp: fix shmctl01 failure when executed.
     new c5a51ae  buildhistory: write the contents of the sysroot
     new fe1dc4f  buildhistory: report sysroot changes
     new d305bc1  encodings: update to 1.0.5
     new 7f6017d  cve-update-db: do_populate_cve_db depends on do_fetch
     new caa74e4  gawk: update to 5.0.1
     new e8f9335  libinput: update to 1.13.3
     new 65b0d0d  libxi: update to 1.7.10
     new 93b3ce0  libxt: update to 1.2.0
     new d11b7b1  autoconf-archive: update to 2019.01.06
     new 92ebdb6  python3-mako: update to 1.0.12
     new fc64eab  python3-pbr: update to 5.3.1
     new 2df5f89  python3-pygobject: update to 3.32.2
     new fc5ff80  git: update to 2.22.0
     new 667518d  eudev: update to 3.2.8
     new f9107cf  python3: Fix .pyc file reproduciblility

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   (2cfe769)
            \
             N -- N -- N   refs/heads/master-next (f9107cf)

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 20 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/buildhistory.bbclass                  | 10 ++-
 meta/lib/oe/buildhistory_analysis.py               | 11 ++-
 meta/recipes-core/busybox/files/syslog             |  4 --
 meta/recipes-core/meta/cve-update-db.bb            | 22 +++---
 .../udev/{eudev_3.2.7.bb => eudev_3.2.8.bb}        |  4 +-
 ...018.03.13.bb => autoconf-archive_2019.01.06.bb} |  4 +-
 meta/recipes-devtools/git/git_2.21.0.bb            | 11 ---
 meta/recipes-devtools/git/git_2.22.0.bb            | 11 +++
 meta/recipes-devtools/python/python-mako.inc       |  6 +-
 ...thon3-mako_1.0.10.bb => python3-mako_1.0.12.bb} |  0
 meta/recipes-devtools/python/python3-pbr_5.2.0.bb  |  5 --
 meta/recipes-devtools/python/python3-pbr_5.3.1.bb  |  5 ++
 ...bject_3.32.1.bb => python3-pygobject_3.32.2.bb} |  6 +-
 ...-Use-FLAG_REF-always-for-interned-strings.patch | 35 ++++++++++
 meta/recipes-devtools/python/python3_3.7.3.bb      |  1 +
 .../gawk/{gawk_5.0.0.bb => gawk_5.0.1.bb}          |  4 +-
 ...n-t-use-hardcoded-index-0-for-SHM_STAT-te.patch | 81 ++++++++++++++++++++++
 meta/recipes-extended/ltp/ltp_20190115.bb          |  1 +
 .../{libinput_1.13.2.bb => libinput_1.13.3.bb}     |  4 +-
 .../xorg-font/encodings/nocompiler.patch           | 23 ++++--
 .../{encodings_1.0.4.bb => encodings_1.0.5.bb}     |  5 +-
 .../xorg-lib/{libxi_1.7.9.bb => libxi_1.7.10.bb}   |  5 +-
 ...il-don-t-link-makestrs-with-target-cflags.patch | 33 ---------
 .../xorg-lib/libxt/libxt_fix_for_x32.patch         | 16 ++++-
 .../xorg-lib/{libxt_1.1.5.bb => libxt_1.2.0.bb}    |  9 +--
 25 files changed, 215 insertions(+), 101 deletions(-)
 rename meta/recipes-core/udev/{eudev_3.2.7.bb => eudev_3.2.8.bb} (95%)
 rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2018.03.13.bb => autoconf-archive_2019.01.06.bb} (78%)
 delete mode 100644 meta/recipes-devtools/git/git_2.21.0.bb
 create mode 100644 meta/recipes-devtools/git/git_2.22.0.bb
 rename meta/recipes-devtools/python/{python3-mako_1.0.10.bb => python3-mako_1.0.12.bb} (100%)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.2.0.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_5.3.1.bb
 rename meta/recipes-devtools/python/{python3-pygobject_3.32.1.bb => python3-pygobject_3.32.2.bb} (87%)
 create mode 100644 meta/recipes-devtools/python/python3/0001-Use-FLAG_REF-always-for-interned-strings.patch
 rename meta/recipes-extended/gawk/{gawk_5.0.0.bb => gawk_5.0.1.bb} (91%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-shmctl01-don-t-use-hardcoded-index-0-for-SHM_STAT-te.patch
 rename meta/recipes-graphics/wayland/{libinput_1.13.2.bb => libinput_1.13.3.bb} (86%)
 rename meta/recipes-graphics/xorg-font/{encodings_1.0.4.bb => encodings_1.0.5.bb} (77%)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.7.9.bb => libxi_1.7.10.bb} (81%)
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxt/0001-libXt-util-don-t-link-makestrs-with-target-cflags.patch
 rename meta/recipes-graphics/xorg-lib/{libxt_1.1.5.bb => libxt_1.2.0.bb} (76%)

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


More information about the Openembedded-commits mailing list