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

git at git.openembedded.org git at git.openembedded.org
Fri Jan 5 12:03:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from 65652f4  site/common: Allow ac_cv_path_SED to be overridden
     add 1f8dea6  meson: add a recipe and class from meta-oe
     new e07a2b9  runtime/cases/ptest.py: do not require ptest-pkgs in IMAGE_FEATURES; run only when ptest-runner is availalble;
     new f57feab  testimage.bbclass: add ptest to the list of runtime tests whenever possible
     new 21b27d1  runtime/cases/ptest.py: fail when ptests fail on target
     new 25a779e  maintainers.inc: remove python recipes no longer provided in oe-core
     new 6072fa8  maintainers.inc: assign python recipes to Derek Straka
     new b7be3aa  gobject-introspection: correct the --lib-dirs-envvar patch
     new 2557af9  gdb: fix build with x32
     new 2249595  glib-2.0: Remove python3 modules when building for mingw
     new 225a715  package_rpm.bbclass: clamp timestamps
     new bff3f0e  sed-ptest: improve reproducibility
     new 891e33f  openssl-ptest: improve reproducibility
     new d322f33  attr-doc: improve reproducibility
     new e21723b  python3-dev: improve reproducibility
     new 04748af  gcc-runtime: improve reproducibility
     new 32c2faf  gnomebase.bbclass: allow a meson-specific version
     new de7ae02  meson: export native env only for native build
     new 2aa0400  meson: Port pkgconfig-native patch to 0.44.0
     new 3d63c2c  json-glib: convert to meson build
     new aaa523e  libepoxy: convert to meson build
     new 7711983  libinput: convert to meson build
     new 2c2684c  sysprof: convert to meson build
     new ac69519  gst-player: Upgrade, rename to gst-examples

The 22 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.bbclass                     |   3 +-
 meta/classes/meson.bbclass                         | 113 +++++++++++++++++++++
 meta/classes/package_rpm.bbclass                   |   1 +
 meta/classes/testimage.bbclass                     |  12 +--
 meta/conf/distro/include/maintainers.inc           |  65 +++++-------
 meta/lib/oeqa/runtime/cases/ptest.py               |  13 ++-
 meta/recipes-connectivity/openssl/openssl10.inc    |   6 ++
 meta/recipes-core/glib-2.0/glib.inc                |   9 +-
 .../packagegroup-core-tools-testapps.bb            |   2 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc          |  12 +++
 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 ++++
 meta/recipes-devtools/python/python3_3.5.3.bb      |   5 +
 meta/recipes-extended/sed/sed_4.2.2.bb             |   6 ++
 ...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    |  24 ++++-
 ...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      |  22 ++--
 .../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 +-
 meta/recipes-support/attr/ea-acl.inc               |   2 +-
 35 files changed, 831 insertions(+), 218 deletions(-)
 create mode 100644 meta/classes/meson.bbclass
 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