[oe-commits] [openembedded-core] branch warrior updated (84c6a99 -> d7c0e9d)

git at git.openembedded.org git at git.openembedded.org
Fri Apr 5 16:34:08 UTC 2019


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

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

    from 84c6a99  resulttool/manualexecution: Refactor and simplify codebase
     new 2af4971  base/pixbufcache: Remove obsolete sstatecompletions code
     new 57db7be  lttng-tools: improve ptest and test suite
     new 5feddda  lttng-ust: backport musl workaround
     new 1eaf5f3  lttng-ust: lttng-ust works fine on musl no need to remove it
     new e0dbe1a  lttng-tools: lttng-tools works fine on musl no need to remove it
     new 28c58cf  xmlcatalog: new class to update the XML catalogue
     new 62a264d  docbook-xml: use xmlcatalog class
     new 4bf2566  docbook-xsl: neaten documentation
     new c463811  docbook-xsl: use xmlcatalog
     new 2c91c3e  libxslt: update for new catalog path
     new e60ec1d  asciidoc: use correct XML catalog path
     new b12686e  xmlto: remove XML catalog
     new b571315  xmlto: clean up RDEPENDS
     new d7c0e9d  gtk+: update for new catalog path

The 14 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/base.bbclass                          |  14 +-
 meta/classes/pixbufcache.bbclass                   |   1 -
 meta/classes/xmlcatalog.bbclass                    |  24 +
 .../packagegroup-core-tools-profile.bb             |   2 -
 .../docbook-xml/docbook-xml-dtd4/docbook-xml.xml   |  68 ---
 .../docbook-xml/docbook-xml-dtd4_4.5.bb            |  25 +-
 .../docbook-xsl-stylesheets/docbook-xsl.xml        |   6 -
 .../docbook-xml/docbook-xsl-stylesheets_1.79.1.bb  |  28 +-
 meta/recipes-devtools/gdb/gdb-common.inc           |   1 -
 meta/recipes-devtools/xmlto/files/catalog.xml      |  19 -
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb        |  13 +-
 meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb   |   2 +-
 meta/recipes-gnome/gtk+/gtk+.inc                   |   2 +-
 ...ts-link-libpause_consumer-on-liblttng-ctl.patch |  35 ++
 ...ip-test_getcpu_override-on-single-thread-.patch |  52 ++
 ...it-the-tree-origin-can-be-a-symlink-itsel.patch |  80 +++
 .../0004-Skip-when-testapp-is-not-present.patch    | 610 +++++++++++++++++++++
 ...odprobe-to-test-for-the-presence-of-lttng.patch | 176 ++++++
 ...06-Tests-check-for-lttng-modules-presence.patch |  28 +
 ...ix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch | 345 ++++++++++++
 meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb    |  10 +-
 ...-around-broken-_SC_NPROCESSORS_CONF-on-MU.patch | 109 ++++
 meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb      |   2 +
 meta/recipes-support/libxslt/libxslt_1.1.33.bb     |   4 +-
 24 files changed, 1501 insertions(+), 155 deletions(-)
 create mode 100644 meta/classes/xmlcatalog.bbclass
 delete mode 100644 meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml.xml
 delete mode 100644 meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets/docbook-xsl.xml
 delete mode 100644 meta/recipes-devtools/xmlto/files/catalog.xml
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0001-Fix-tests-link-libpause_consumer-on-liblttng-ctl.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0002-Fix-test-skip-test_getcpu_override-on-single-thread-.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0003-Fix-test-unit-the-tree-origin-can-be-a-symlink-itsel.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0004-Skip-when-testapp-is-not-present.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0005-Tests-use-modprobe-to-test-for-the-presence-of-lttng.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0006-Tests-check-for-lttng-modules-presence.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-tools/0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-ust/0001-compat-work-around-broken-_SC_NPROCESSORS_CONF-on-MU.patch

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


More information about the Openembedded-commits mailing list