[oe-commits] [openembedded-core] branch pyro updated (cf1099b -> 1009498)

git at git.openembedded.org git at git.openembedded.org
Thu Aug 31 16:57:32 UTC 2017


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

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

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

No new revisions were added by this update.

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/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 +-
 ...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 +
 .../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 -
 23 files changed, 750 insertions(+), 203 deletions(-)
 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