[oe-commits] [openembedded-core] branch master-next updated (ba5e02c -> 9642621)

git at git.openembedded.org git at git.openembedded.org
Thu Dec 28 13:23:25 UTC 2017


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 ba5e02c  XX runqemu: dump pagetypeinfo if qemu fails
 discard 20df6d0  gstreamer: use a patch instead of sed to fix gtk-doc makefiles
     new 2b0e6a1  rm_work: remove debugging statements
     new 28f7d02  bmap-tools: fix RDEPENDS and update SRC_URI
     new 5234ea9  python-gitdb: upgrade to v2.0.3
     new 323ece2  python*-setuptools: update to 38.2.5
     new ea412d5  at-spi2-atk: 2.26.0 -> 2.26.1
     new b465436  atk: 2.26.0 -> 2.27.1
     new b21d0bb  at-spi2-core: 2.26.0 -> 2.26.2
     new 9a3af25  lib/oe/patch: add missing import
     new 6df78f5  glib-2.0: Add python3 modules required by gdbus-codegen
     new eab1f63  mesa: Upgrade to 17.3.1 release
     new ef9e3ba  python3-git: update to 2.1.8
     new a6619b1  python3-pycairo: update to 1.15.4
     new eb51e19  python3-pygobject: update to 3.26.1
     new eb4a77f  systemtap_git.inc: Add microblazeel as a supported architecture
     new 9642621  systemd: drop obsolete workaround for ARM + gcc 5.2

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   (ba5e02c)
            \
             N -- N -- N   refs/heads/master-next (9642621)

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 15 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/rm_work.bbclass                       |  2 -
 meta/lib/oe/patch.py                               |  1 +
 meta/recipes-core/glib-2.0/glib.inc                |  6 +++
 meta/recipes-core/systemd/systemd_234.bb           |  3 --
 meta/recipes-devtools/python/python-git.inc        |  4 +-
 meta/recipes-devtools/python/python-gitdb.inc      |  8 ++--
 meta/recipes-devtools/python/python-setuptools.inc |  4 +-
 ...tools_38.2.4.bb => python-setuptools_38.2.5.bb} |  0
 .../{python3-git_2.1.7.bb => python3-git_2.1.8.bb} |  0
 ...thon3-gitdb_0.6.4.bb => python3-gitdb_2.0.3.bb} |  2 +-
 ...pycairo_1.15.3.bb => python3-pycairo_1.15.4.bb} |  4 +-
 ...bject_3.26.0.bb => python3-pygobject_3.26.1.bb} |  4 +-
 ...ools_38.2.4.bb => python3-setuptools_38.2.5.bb} |  0
 .../0001-configure.ac-Always-check-for-expat.patch | 51 ----------------------
 .../mesa/files/llvm-config-version.patch           | 39 ++++++++++-------
 .../files/replace_glibc_check_with_linux.patch     | 12 ++---
 .../recipes-graphics/mesa/files/vulkan-mkdir.patch | 37 ----------------
 .../mesa/{mesa-gl_17.2.6.bb => mesa-gl_17.3.1.bb}  |  0
 .../mesa/{mesa_17.2.6.bb => mesa_17.3.1.bb}        |  6 +--
 meta/recipes-kernel/systemtap/systemtap_git.inc    |  2 +-
 .../gstreamer/files/gtk-doc-tweaks.patch           | 25 -----------
 .../gstreamer/gstreamer1.0-plugins.inc             | 16 +++++--
 .../gstreamer/gstreamer1.0-rtsp-server.inc         | 15 +++++--
 meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 15 ++++++-
 ...at-spi2-atk_2.26.0.bb => at-spi2-atk_2.26.1.bb} |  4 +-
 ...-spi2-core_2.26.0.bb => at-spi2-core_2.26.2.bb} |  4 +-
 .../atk/{atk_2.26.0.bb => atk_2.27.1.bb}           |  4 +-
 meta/recipes-support/bmap-tools/bmap-tools_3.4.bb  |  4 +-
 scripts/runqemu                                    |  6 +--
 29 files changed, 103 insertions(+), 175 deletions(-)
 rename meta/recipes-devtools/python/{python-setuptools_38.2.4.bb => python-setuptools_38.2.5.bb} (100%)
 rename meta/recipes-devtools/python/{python3-git_2.1.7.bb => python3-git_2.1.8.bb} (100%)
 rename meta/recipes-devtools/python/{python3-gitdb_0.6.4.bb => python3-gitdb_2.0.3.bb} (55%)
 rename meta/recipes-devtools/python/{python3-pycairo_1.15.3.bb => python3-pycairo_1.15.4.bb} (87%)
 rename meta/recipes-devtools/python/{python3-pygobject_3.26.0.bb => python3-pygobject_3.26.1.bb} (86%)
 rename meta/recipes-devtools/python/{python3-setuptools_38.2.4.bb => python3-setuptools_38.2.5.bb} (100%)
 delete mode 100644 meta/recipes-graphics/mesa/files/0001-configure.ac-Always-check-for-expat.patch
 delete mode 100644 meta/recipes-graphics/mesa/files/vulkan-mkdir.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_17.2.6.bb => mesa-gl_17.3.1.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_17.2.6.bb => mesa_17.3.1.bb} (79%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/files/gtk-doc-tweaks.patch
 rename meta/recipes-support/atk/{at-spi2-atk_2.26.0.bb => at-spi2-atk_2.26.1.bb} (83%)
 rename meta/recipes-support/atk/{at-spi2-core_2.26.0.bb => at-spi2-core_2.26.2.bb} (88%)
 rename meta/recipes-support/atk/{atk_2.26.0.bb => atk_2.27.1.bb} (78%)

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


More information about the Openembedded-commits mailing list