[oe-commits] [openembedded-core] branch master-next updated (b172655 -> 740bf93)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 17 10:48:09 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 b172655  selftest: add a test for virgl GL acceleration
 discard 627d7bd  qemu: add environment variable wrappers to make qemu look good with gtk frontend
 discard 3ee9328  runqemu: do not check for GL libraries
 discard b88159f  runqemu: add support for virgl GL acceleration
 discard 58f1450  qemu: add a patch to avoid a missing include error
 discard 188b626  libjpeg-turbo: fix nativesdk build in same way as native builds are
 discard d71a4c1  qemu: add a gettext-native dependency to gtk option
 discard 3bed901  atk: disable gobject-introspection for nativesdk
 discard c2e316d  qemu: remove support for building against host sdl
 discard 6515264  qemu: build target variant with gtk+, and nativesdk variant without sdl
 discard 68894d5  mesa-gl: do not enable nativesdk variant to avoid clashes with main mesa recipe
 discard a8479d1  qemu: drop --with-gtkabi option, as it is no longer supported
 discard 3a3ea47  qemu: enable virglrenderer and glx options for native/nativesdk builds
 discard 580cbed  virglrenderer: add a recipe
 discard c9b17d5  mesa: enable native and nativesdk variants
 discard 3ab93f0  libepoxy: enable native/nativesdk variants
 discard 6c49919  meta: add native and nativesdk variants to various recipes to enable gtk+3-native/nativesdk
 discard e453d09  pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native
 discard 31c32f8  shared-mime-info: update the database also in native builds
 discard 92e7ea2  gtk+3: remove the gtk-icon-utils-native recipe
 discard 6e361be  gtk+3: enable native/nativesdk variant
     new 02d3412  subversion: Upgrade 1.11.0 -> 1.11.1
     new 740bf93  nasm: Upgrade 2.14 -> 2.14.02

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   (b172655)
            \
             N -- N -- N   refs/heads/master-next (740bf93)

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 2 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-selftest/lib/oeqa/runtime/cases/virgl.py      |  17 ----
 meta/classes/pixbufcache.bbclass                   |   2 +-
 meta/conf/machine/include/qemuboot-x86.inc         |   2 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  19 ----
 .../nasm/{nasm_2.14.bb => nasm_2.14.02.bb}         |   4 +-
 meta/recipes-devtools/qemu/qemu.inc                |  38 +++-----
 .../qemu/qemu/0001-Add-a-missing-X11-include.patch |  23 -----
 meta/recipes-devtools/qemu/qemu_3.1.0.bb           |   1 -
 .../{subversion_1.11.0.bb => subversion_1.11.1.bb} |   4 +-
 .../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/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 -
 meta/recipes-support/vte/vte_0.52.2.bb             |   2 -
 scripts/runqemu                                    |  43 +++++++--
 34 files changed, 231 insertions(+), 200 deletions(-)
 delete mode 100644 meta-selftest/lib/oeqa/runtime/cases/virgl.py
 rename meta/recipes-devtools/nasm/{nasm_2.14.bb => nasm_2.14.02.bb} (74%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-Add-a-missing-X11-include.patch
 rename meta/recipes-devtools/subversion/{subversion_1.11.0.bb => subversion_1.11.1.bb} (96%)
 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

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


More information about the Openembedded-commits mailing list