[oe-commits] [openembedded-core] branch pyro-next updated (a253743 -> 794b09a)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 30 10:21:28 UTC 2017


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

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

    from a253743  gnu-efi: Fix build with gcc7
     add f8ceec5  rootfs-postcommands.bbclass: Prevent linking testdata to itself
     add cf1099b  connman: Fix for CVE-2017-12865
     new 49343f8  gtk+3: Update the patches to work with old versions of patch
     new cd982d5  package_manager.py: Generate correct RPM package names again
     new 3041742  libxml2: move python module to Python 3
     new 2b94706  libxml2: Make ptest run the Python tests if Python support is enabled
     new ee6f208  insane.bbclass: Report all file-rdeps errors, not just the first
     new 6d64b11  insane.bbclass: Improve the handling of runtime file dependencies
     new 99ef2f2  buildhistory.bbclass: Improve the generated depends.dot file
     new 2068414  toaster.bbclass: Simplify parsing of depends.dot
     new 80c117f  toaster.bbclass: Ignore some dependencies in toaster_buildhistory_dump()
     new d052c53  rpm: Simplify the creation of wrappers for the native tools
     new 8279881  rpm: Create a wrapper for the native rpmdeps tool
     new 8d9cca4  rpm: Do not require that ELF binaries are executable to be identifiable
     new c128e19  rpm: Use conditional to access %{_docdir} in macros.in
     new 7a47945  rpm: Add a new option --alldeps to rpmdeps
     new 33d79cb  insane.bbclass: Ignore perl as dependency for nativesdk packages
     new a36cf8e  perl: Do not generate file dependencies for perl-ptest
     new 18116c1  rpm: Add dependencies on bash, perl and python3-core
     new a803938  git: Do not install git cvsserver and git svn by default
     new 65664e8  texinfo: Avoid a problem with a dependency on perl(Locale::gettext_xs)
     new 8d94c2a  package_rpm.bbclass: Filter out unwanted file deps for nativesdk packages
     new 498b1bb  bind: Use correct python interpreter path
     new 800e5d8  ltp: Skip the filedependency scan
     new 8d613ce  rpm: Disable perl dependency generation
     new 9402617  libcheck: fix file-rdeps QA issue
     new 794b09a  package.bbclass: Restore functionality to detect RPM dependencies

The 25 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/buildhistory.bbclass                  |  15 +-
 meta/classes/insane.bbclass                        |  20 +-
 meta/classes/package.bbclass                       |  11 +-
 meta/classes/package_rpm.bbclass                   |  25 +-
 meta/classes/rootfs-postcommands.bbclass           |   7 +-
 meta/classes/toaster.bbclass                       |  36 +--
 meta/lib/oe/package.py                             |  60 +++--
 meta/lib/oe/package_manager.py                     |   6 +-
 meta/recipes-connectivity/bind/bind_9.10.3-P3.bb   |   2 +-
 .../connman/connman/CVE-2017-12865.patch           |  87 +++++++
 meta/recipes-connectivity/connman/connman_1.33.bb  |   1 +
 ...run-the-python-tests-if-python-is-enabled.patch |  99 ++++++++
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |  17 +-
 meta/recipes-devtools/git/git.inc                  |  21 ++
 meta/recipes-devtools/perl/perl-ptest.inc          |   4 +
 .../rpm/files/0001-perl-disable-auto-reqs.patch    |  32 +++
 ...ire-that-ELF-binaries-are-executable-to-b.patch |  32 +++
 ...onditional-to-access-_docdir-in-macros.in.patch |  36 +++
 .../0013-Add-a-new-option-alldeps-to-rpmdeps.patch | 152 ++++++++++++
 meta/recipes-devtools/rpm/rpm_git.bb               |  83 +++----
 meta/recipes-extended/ltp/ltp_20170116.bb          |   5 +
 meta/recipes-extended/texinfo/texinfo_6.3.bb       |   6 +
 .../gtk+/gtk+3/0001-Hardcoded-libtool.patch        |  12 +-
 ...Do-not-try-to-initialize-GL-without-libGL.patch |   8 +-
 .../0003-Add-disable-opengl-configure-option.patch | 268 +++++++++++++++------
 ...4-configure.ac-Fix-wayland-protocols-path.patch |   8 +-
 meta/recipes-support/libcheck/libcheck_0.10.0.bb   |   1 -
 27 files changed, 848 insertions(+), 206 deletions(-)
 create mode 100644 meta/recipes-connectivity/connman/connman/CVE-2017-12865.patch
 create mode 100644 meta/recipes-core/libxml/libxml2/0001-Make-ptest-run-the-python-tests-if-python-is-enabled.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0011-Do-not-require-that-ELF-binaries-are-executable-to-b.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0012-Use-conditional-to-access-_docdir-in-macros.in.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0013-Add-a-new-option-alldeps-to-rpmdeps.patch

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


More information about the Openembedded-commits mailing list