[oe-commits] [openembedded-core] branch master-next updated (df74b97 -> aea90e9)

git at git.openembedded.org git at git.openembedded.org
Mon Jun 12 14:24:50 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.

    from df74b97  buildhistory: force writing SRCREV values
     add 25a36bc  package_manager.py: Generate correct RPM package names again
     add 65bc9fa  libxml2: Make ptest run the Python tests if Python support is enabled
     add 3d0e561  insane.bbclass: Report all file-rdeps errors, not just the first
     add 2cbeb6e  insane.bbclass: Improve the handling of runtime file dependencies
     add 37ea2c8  buildhistory.bbclass: Improve the generated depends.dot file
     add 49a321d  toaster.bbclass: Simplify parsing of depends.dot
     add 3b42c40  toaster.bbclass: Ignore some dependencies in toaster_buildhistory_dump()
     add e299a39  rpm: Simplify the creation of wrappers for the native tools
     add 124a611  rpm: Create a wrapper for the native rpmdeps tool
     add 74d040f  rpm: Do not require that ELF binaries are executable to be identifiable
     add 7e0964e  rpm: Use conditional to access %{_docdir} in macros.in
     add f696b3b  lib/oe/sdk: Adds get_extra_sdk_info to reuse code in buildhistory
     add 25ad7ed  meta/classes/populate_sdk: Adds support for generating eSDK manifest files
     add 8db06dd  oeqa/sdk/cases: Added validation for SDK compatibility tests with eSDK
     add 271cd99  oeqa/sdk/cases: Fix skip of buildgcalculator test
     add a58a0dc  rpm: Add a new option --alldeps to rpmdeps
     add aea90e9  package.bbclass: Restore functionality to detect RPM dependencies

No new revisions were added by this update.

Summary of changes:
 meta/classes/buildhistory.bbclass                  |  34 ++---
 meta/classes/insane.bbclass                        |  18 ++-
 meta/classes/package.bbclass                       |   5 +-
 meta/classes/populate_sdk_base.bbclass             |  44 +++---
 meta/classes/populate_sdk_ext.bbclass              |  33 +++++
 meta/classes/toaster.bbclass                       |  36 +++--
 meta/lib/oe/package.py                             |  47 ++++---
 meta/lib/oe/package_manager.py                     |   6 +-
 meta/lib/oe/sdk.py                                 |  19 +++
 meta/lib/oeqa/sdk/cases/buildgalculator.py         |   2 +-
 meta/lib/oeqa/sdk/cases/buildiptables.py           |   3 +-
 meta/lib/oeqa/sdk/cases/gcc.py                     |   3 +-
 meta/lib/oeqa/sdk/cases/perl.py                    |   3 +-
 meta/lib/oeqa/sdk/cases/python.py                  |   3 +-
 ...run-the-python-tests-if-python-is-enabled.patch |  99 ++++++++++++++
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |  11 +-
 ...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               |  77 ++++-------
 20 files changed, 518 insertions(+), 145 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/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