[oe-commits] [openembedded-core] branch master-next updated (257ada7c -> 1a98a19)

git at git.openembedded.org git at git.openembedded.org
Mon Feb 18 13:04:18 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.

    from 257ada7c temp remove resulttooltests
     new 888ef0a  clutter-gtk-1.0: convert to meson
     new 151c140  meson: add a couple of patches to help with mingw builds
     new 78bcad0  gdk-pixbuf: convert from autotools to meson
     new 0c227f0  libsoup-2.4: convert from autotools to meson
     new 7a72df2  libxkbcommon: update to 0.8.3
     new 4f8f736  pango: convert from autotools to meson
     new 03b78eb  glib-2.0: convert from autotools to meson
     new 19e08fd  llvm: switch to the official git repository
     new e9dfbcc  cairo: fix UPSTREAM_CHECK_REGEX
     new c31a9ea  libc-package.bbclass: Correct a few paths for when usrmerge is used
     new fcf44b9  libc-package.bbclass: Only extract wanted files in prep_locale_tree()
     new 1a98a19  libc-package.bbclass: Add a progress meter for the package task

The 12 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/clutter.bbclass                       |   3 +-
 meta/classes/libc-package.bbclass                  |  18 ++-
 ...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                |  33 +++--
 meta/recipes-devtools/llvm/llvm_git.bb             |  14 +-
 meta/recipes-devtools/meson/meson.inc              |   2 +
 ...odules-windows-split-WINDRES-env-variable.patch |  26 ++++
 ....py-detect-windows-also-if-the-system-str.patch |  25 ++++
 ...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/gdk-pixbuf/hardcoded_libtool.patch  |  33 -----
 .../recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.11.bb |  36 +++--
 meta/recipes-graphics/cairo/cairo_1.16.0.bb        |   2 +
 meta/recipes-graphics/clutter/clutter-gtk-1.0.inc  |  20 ++-
 ...g-variable-for-enabling-disabling-introsp.patch |  37 ++++++
 .../clutter/clutter-gtk-1.0_1.8.4.bb               |   1 +
 ...reation-of-docs-pango.types-it-is-build-c.patch | 147 ---------------------
 meta/recipes-graphics/pango/pango_1.42.4.bb        |  27 ++--
 ...libxkbcommon_0.8.2.bb => libxkbcommon_0.8.3.bb} |   4 +-
 ...orce-no-introspection-when-cross-building.patch |  24 ++++
 meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb |  27 +++-
 31 files changed, 668 insertions(+), 413 deletions(-)
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Do-not-write-bindir-into-pkg-config-files.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Set-host_machine-correctly-when-building-with-mingw3.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/uclibc_musl_translation.patch
 create mode 100644 meta/recipes-devtools/meson/meson/0001-modules-windows-split-WINDRES-env-variable.patch
 create mode 100644 meta/recipes-devtools/meson/meson/0002-environment.py-detect-windows-also-if-the-system-str.patch
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Fix-a-couple-of-decisions-around-cross-compilation.patch
 delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0001-Fix-without-libtiff-not-having-an-effect.patch
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/0002-Work-around-thumbnailer-cross-compile-failure.patch
 delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/extending-libinstall-dependencies.patch
 delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/hardcoded_libtool.patch
 create mode 100644 meta/recipes-graphics/clutter/clutter-gtk-1.0/0001-Add-a-config-variable-for-enabling-disabling-introsp.patch
 delete mode 100644 meta/recipes-graphics/pango/pango/0001-Enforce-recreation-of-docs-pango.types-it-is-build-c.patch
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.8.2.bb => libxkbcommon_0.8.3.bb} (83%)
 create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/0001-Do-not-enforce-no-introspection-when-cross-building.patch

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


More information about the Openembedded-commits mailing list