[oe-commits] [openembedded-core] branch master-next updated (c883884 -> ce74a98)

git at git.openembedded.org git at git.openembedded.org
Fri Jan 18 16:26:17 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 c883884  vte: allow building vte-native with gcc 4.8
 discard 60aff8a  kmscube: make gstreamer dependency optional
 discard 93204be  kmscobe: update to latest commit, switch over to meson
 discard f8cec13  selftest: add tests for virgl GL acceleration
 discard 45b1309  testimage.bbclass: add support for passing runqemu params
 discard ea3cc30  runqemu: do not check for GL libraries
 discard 3508549  runqemu: add support for virgl GL acceleration
 discard 8bc80a1  qemu: add a backported patch to fix egl-headless support
 discard 70d1613  qemu: add environment variable wrappers to make qemu look good with gtk frontend
 discard 6fc7bee  qemu: add a patch to avoid a missing definition error
 discard 951268f  libjpeg-turbo: fix nativesdk build in same way as native builds are
 discard 9eab5bd  qemu: add a gettext-native dependency to gtk option
 discard b61306d  atk: disable gobject-introspection for nativesdk
 discard 7612b01  qemu: remove support for building against host sdl
 discard 3a539ba  qemu: build target variant with gtk+, and nativesdk variant without sdl
 discard df08b46  mesa-gl: do not enable nativesdk variant to avoid clashes with main mesa recipe
 discard 51a7d57  qemu: drop --with-gtkabi option, as it is no longer supported
 discard 5b60866  qemu: enable virglrenderer and glx options for native/nativesdk builds
 discard fca4935  virglrenderer: add a recipe
 discard 316896c  mesa: enable native and nativesdk variants
 discard db1a131  libepoxy: enable native/nativesdk variants
 discard a9734dd  meta: add native and nativesdk variants to various recipes to enable gtk+3-native/nativesdk
 discard ab6f272  pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native
 discard 6902657  shared-mime-info: update the database also in native builds
 discard 1ca1cc6  gtk+3: remove the gtk-icon-utils-native recipe
 discard e0c15d1  gtk+3: enable native/nativesdk variant

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master-next (ce74a98)
            \
             O -- O -- O   (c883884)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 meta-selftest/lib/oeqa/runtime/cases/virgl.py      |  17 ----
 meta/classes/pixbufcache.bbclass                   |   2 +-
 meta/classes/testimage.bbclass                     |   4 +-
 meta/conf/distro/include/maintainers.inc           |   1 -
 meta/conf/machine/include/qemuboot-x86.inc         |   2 +-
 meta/lib/oeqa/core/target/qemu.py                  |   4 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  44 ---------
 meta/recipes-devtools/qemu/qemu.inc                |  38 +++-----
 .../qemu/qemu/0001-Add-a-missing-X11-include.patch |  65 -------------
 .../0001-egl-headless-add-egl_create_context.patch |  50 ----------
 ...12-fix-libcap-header-issue-on-some-distro.patch |   2 +-
 ...error-messages-when-qemi_cpu_kick_thread-.patch |   2 +-
 meta/recipes-devtools/qemu/qemu_3.1.0.bb           |   2 -
 .../recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.11.bb |   2 +-
 .../gnome/adwaita-icon-theme_3.28.0.bb             |   2 -
 meta/recipes-gnome/gtk+/gtk+3.inc                  |  31 +------
 .../gtk+/gtk-icon-utils-native_3.22.30.bb          |  63 +++++++++++++
 ...k-dependency-from-gtk-encode-symbolic-svg.patch | 102 +++++++++++++++++++++
 .../hicolor-icon-theme/hicolor-icon-theme_0.17.bb  |   2 -
 meta/recipes-graphics/cairo/cairo_1.14.12.bb       |   2 +-
 meta/recipes-graphics/harfbuzz/harfbuzz_2.2.0.bb   |   2 +-
 meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb  |   3 +-
 meta/recipes-graphics/kmscube/kmscube_git.bb       |   9 +-
 meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb   |  16 ----
 meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb       |   2 -
 meta/recipes-graphics/mesa/mesa.inc                |  12 +--
 meta/recipes-graphics/pango/pango_1.42.4.bb        |   2 +-
 .../ttf-fonts/liberation-fonts_2.00.1.bb           |   2 -
 .../virglrenderer/virglrenderer_git.bb             |  17 ----
 .../xorg-lib/libxcomposite_0.4.4.bb                |   2 +-
 meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb |   2 +-
 meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb      |   2 -
 meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb    |   1 -
 meta/recipes-support/atk/at-spi2-atk_2.30.0.bb     |   2 -
 meta/recipes-support/atk/at-spi2-core_2.30.0.bb    |   1 -
 meta/recipes-support/atk/atk_2.30.0.bb             |   4 +-
 .../shared-mime-info/shared-mime-info.inc          |   2 -
 ...old-school-asignment-to-avoid-gcc-4.8-err.patch |  27 ------
 meta/recipes-support/vte/vte_0.52.2.bb             |   7 +-
 scripts/runqemu                                    |  60 +++++++-----
 40 files changed, 237 insertions(+), 375 deletions(-)
 delete mode 100644 meta-selftest/lib/oeqa/runtime/cases/virgl.py
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-Add-a-missing-X11-include.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-egl-headless-add-egl_create_context.patch
 create mode 100644 meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.30.bb
 create mode 100644 meta/recipes-gnome/gtk+/gtk-icon-utils/Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch
 delete mode 100644 meta/recipes-graphics/virglrenderer/virglrenderer_git.bb
 delete mode 100644 meta/recipes-support/vte/vte/0001-app.cc-use-old-school-asignment-to-avoid-gcc-4.8-err.patch

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


More information about the Openembedded-commits mailing list