[oe-commits] [openembedded-core] branch master-next updated (6034778 -> 07cae17)

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 09:41:16 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 6034778  mc: upgrade 4.8.21 -> 4.8.22
 discard 28af390  libinput: upgrade 1.12.3 -> 1.12.6
 discard d8a480b  gtk+3: upgrade 3.24.1 -> 3.24.5
 discard b3a31ba  clutter-gst-3.0: upgrade 3.0.26 -> 3.0.27
 discard 6c9086c  adwaita-icon-theme: upgrade 3.28.0 -> 3.30.1
 discard f142121  grep: upgrade 3.1 -> 3.3
 discard df50b6b  gzip: upgrade 1.9 -> 1.10
 discard b86da59  lzop: upgrade 1.03 -> 1.04
 discard f681cc8  hdparm: upgrade 9.56 -> 9.58
 discard d34fc9c  lzip: upgrade 1.20 -> 1.21
 discard 39293df  lz4: upgrade 1.8.2 -> 1.8.3
 discard 35664f5  initscripts: Update volatiles documentation to include binds
 discard 8ff593e  glib-2.0: convert from autotools to meson
 discard d216929  gdk-pixbuf: convert from autotools to meson
 discard c579648  libc-package.bbclass: Add a progress meter for the package task
 discard 503ef70  libc-package.bbclass: Only extract wanted files in prep_locale_tree()
 discard b9e6d44  libc-package.bbclass: Correct a few paths for when usrmerge is used
 discard 8304572  cairo: fix UPSTREAM_CHECK_REGEX
 discard babb468  llvm: switch to the official git repository
 discard e2521e1  pango: convert from autotools to meson
     new 314ee0f  cairo: fix UPSTREAM_CHECK_REGEX
     new b47b08c  libc-package.bbclass: Correct a few paths for when usrmerge is used
     new 12f0bd0  libc-package.bbclass: Only extract wanted files in prep_locale_tree()
     new d4f56b3  libc-package.bbclass: Add a progress meter for the package task
     new ea733ab  initscripts: Update volatiles documentation to include binds
     new 5bfedcb  lz4: upgrade 1.8.2 -> 1.8.3
     new 93f2b10  lzip: upgrade 1.20 -> 1.21
     new d1583e4  hdparm: upgrade 9.56 -> 9.58
     new 1a2dd4c  lzop: upgrade 1.03 -> 1.04
     new 173db21  gzip: upgrade 1.9 -> 1.10
     new b3e3eac  grep: upgrade 3.1 -> 3.3
     new 4c01fa4  adwaita-icon-theme: upgrade 3.28.0 -> 3.30.1
     new 25b91ea  clutter-gst-3.0: upgrade 3.0.26 -> 3.0.27
     new fae548a  gtk+3: upgrade 3.24.1 -> 3.24.5
     new 54d2661  libinput: upgrade 1.12.3 -> 1.12.6
     new 07cae17  mc: upgrade 4.8.21 -> 4.8.22

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   (6034778)
            \
             N -- N -- N   refs/heads/master-next (07cae17)

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 16 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:
 ...Do-not-write-bindir-into-pkg-config-files.patch |  50 -------
 ...stall-gio-querymodules-as-libexec_PROGRAM.patch |  17 +--
 ...chine-correctly-when-building-with-mingw3.patch |  81 ------------
 .../Enable-more-tests-while-cross-compiling.patch  |  91 +------------
 .../glib-2.0/glib-2.0/configure-libtool.patch      |  44 ++++++
 .../glib-2.0/glib-2.0/relocate-modules.patch       |   2 +-
 .../glib-2.0/uclibc_musl_translation.patch         |  22 +++
 meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb      |   4 +-
 meta/recipes-core/glib-2.0/glib.inc                |  35 ++---
 meta/recipes-devtools/llvm/llvm_git.bb             |  14 +-
 .../0001-Disable-tests-in-native-builds.patch      |  30 -----
 ...ple-of-decisions-around-cross-compilation.patch |  38 ------
 ...-Fix-without-libtiff-not-having-an-effect.patch |  27 ++++
 ...-around-thumbnailer-cross-compile-failure.patch |  53 +++++---
 ...-around-thumbnailer-cross-compile-failure.patch | 131 ------------------
 .../extending-libinstall-dependencies.patch        |  42 ++++++
 .../gdk-pixbuf}/hardcoded_libtool.patch            |  31 ++---
 .../recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.11.bb |  40 ++----
 ...reation-of-docs-pango.types-it-is-build-c.patch | 147 +++++++++++++++++++++
 meta/recipes-graphics/pango/pango_1.42.4.bb        |  27 ++--
 20 files changed, 379 insertions(+), 547 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Do-not-write-bindir-into-pkg-config-files.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/uclibc_musl_translation.patch
 delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Disable-tests-in-native-builds.patch
 delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Fix-a-couple-of-decisions-around-cross-compilation.patch
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Fix-without-libtiff-not-having-an-effect.patch
 delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0002-Work-around-thumbnailer-cross-compile-failure.patch
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/extending-libinstall-dependencies.patch
 copy meta/recipes-gnome/{gtk+/gtk+ => gdk-pixbuf/gdk-pixbuf}/hardcoded_libtool.patch (54%)
 create mode 100644 meta/recipes-graphics/pango/pango/0001-Enforce-recreation-of-docs-pango.types-it-is-build-c.patch

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


More information about the Openembedded-commits mailing list