[oe-commits] [openembedded-core] branch master-next updated (65652f4 -> a82c25b)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 4 17:04:22 UTC 2018


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 65652f4  site/common: Allow ac_cv_path_SED to be overridden
     new 1f8dea6  meson: add a recipe and class from meta-oe
     new 4f43532  gnomebase-meson.bbclass: add a meson-specific version
     new ebee2a1  json-glib: convert to meson build
     new d2155e5  libepoxy: convert to meson build
     new fac7c98  libinput: convert to meson build
     new 29687ac  sysprof: convert to meson build
     new aea36de  gst-player: Upgrade, rename to gst-examples
     new bab09ef  meson: export native env only for native build
     new 925e8fe  meson: Port pkgconfig-native patch to 0.44.0
     new 4fc349c  runtime/cases/ptest.py: do not require ptest-pkgs in IMAGE_FEATURES; run only when ptest-runner is availalble;
     new 6327a61  testimage.bbclass: add ptest to the list of runtime tests whenever possible
     new 8b24e3f  runtime/cases/ptest.py: fail when ptests fail on target
     new e0dd53a  oe-selftest: add a test for recipes without maintainers
     new 61bd592  maintainers.inc: remove python recipes no longer provided in oe-core
     new c561464  maintainers.inc: assign python recipes to Derek Straka
     new dbfb92d  gobject-introspection: correct the --lib-dirs-envvar patch
     new 9b7c3f2  coreutils: upgrade to 8.29
     new 31ad298  gdb: fix build with x32
     new a82c25b  glib-2.0: Remove python3 modules when building for mingw

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/gnomebase-meson.bbclass               |   2 +
 meta/classes/gnomebase.bbclass                     |   3 +-
 meta/classes/meson.bbclass                         | 113 +++++++++++++++++++++
 meta/classes/testimage.bbclass                     |  12 +--
 meta/conf/distro/include/maintainers.inc           |  65 +++++-------
 meta/lib/oeqa/runtime/cases/ptest.py               |  13 ++-
 meta/lib/oeqa/selftest/cases/distrodata.py         |  32 +++++-
 .../man-decouple-manpages-from-build.patch         |  27 -----
 .../{coreutils_8.28.bb => coreutils_8.29.bb}       |  24 ++---
 meta/recipes-core/glib-2.0/glib.inc                |   9 +-
 .../packagegroup-core-tools-testapps.bb            |   2 +-
 meta/recipes-devtools/gdb/gdb-8.0.1.inc            |   1 +
 .../gdb/0012-Unbreak-GDBserver-build-for-x32.patch | 101 ++++++++++++++++++
 ...s-move-cross_args-in-front-of-output_args.patch |  30 ++++++
 ...ix-issues-that-arise-when-cross-compiling.patch | 113 +++++++++++++++++++++
 ...rospection-determine-g-ir-scanner-and-g-i.patch |  42 ++++++++
 .../meson/meson/0003-native_bindir.patch           | 109 ++++++++++++++++++++
 meta/recipes-devtools/meson/meson_0.44.0.bb        |  21 ++++
 ...01-giscanner-add-a-lib-dirs-envvar-option.patch |  26 ++---
 ...ble-gobject-introspection-when-cross-comp.patch |  32 ++++++
 meta/recipes-gnome/json-glib/json-glib_1.2.8.bb    |  23 ++++-
 ...sible-to-disable-the-use-of-dlvsym-needed.patch |  55 ++++++++++
 meta/recipes-graphics/libepoxy/libepoxy_1.4.3.bb   |  12 ++-
 meta/recipes-graphics/wayland/libinput_1.8.4.bb    |  12 +--
 .../sysprof/files/0001-Avoid-building-docs.patch   |  42 --------
 .../0001-Disable-check-for-polkit-for-UI.patch     |  32 ------
 ...d-anything-in-help-as-it-requires-itstool.patch |  26 +++++
 ...igure-Add-option-to-enable-disable-polkit.patch |  41 --------
 meta/recipes-kernel/sysprof/sysprof_3.26.1.bb      |  23 ++---
 .../0001-Make-player-examples-installable.patch    |  39 +++++++
 .../gst-player.desktop                             |   0
 .../{gst-player_git.bb => gst-examples_git.bb}     |  18 ++--
 .../packagegroups/packagegroup-core-x11-sato.bb    |   2 +-
 33 files changed, 834 insertions(+), 268 deletions(-)
 create mode 100644 meta/classes/gnomebase-meson.bbclass
 create mode 100644 meta/classes/meson.bbclass
 delete mode 100644 meta/recipes-core/coreutils/coreutils/man-decouple-manpages-from-build.patch
 rename meta/recipes-core/coreutils/{coreutils_8.28.bb => coreutils_8.29.bb} (80%)
 create mode 100644 meta/recipes-devtools/gdb/gdb/0012-Unbreak-GDBserver-build-for-x32.patch
 create mode 100644 meta/recipes-devtools/meson/meson/0001-Linker-rules-move-cross_args-in-front-of-output_args.patch
 create mode 100644 meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch
 create mode 100644 meta/recipes-devtools/meson/meson/0002-gobject-introspection-determine-g-ir-scanner-and-g-i.patch
 create mode 100644 meta/recipes-devtools/meson/meson/0003-native_bindir.patch
 create mode 100644 meta/recipes-devtools/meson/meson_0.44.0.bb
 create mode 100644 meta/recipes-gnome/json-glib/json-glib/0001-Do-not-disable-gobject-introspection-when-cross-comp.patch
 create mode 100644 meta/recipes-graphics/libepoxy/libepoxy/0001-Make-it-possible-to-disable-the-use-of-dlvsym-needed.patch
 delete mode 100644 meta/recipes-kernel/sysprof/files/0001-Avoid-building-docs.patch
 delete mode 100644 meta/recipes-kernel/sysprof/files/0001-Disable-check-for-polkit-for-UI.patch
 create mode 100644 meta/recipes-kernel/sysprof/files/0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch
 delete mode 100644 meta/recipes-kernel/sysprof/files/0001-configure-Add-option-to-enable-disable-polkit.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch
 rename meta/recipes-multimedia/gstreamer/{gst-player => gst-examples}/gst-player.desktop (100%)
 rename meta/recipes-multimedia/gstreamer/{gst-player_git.bb => gst-examples_git.bb} (65%)

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


More information about the Openembedded-commits mailing list