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

git at git.openembedded.org git at git.openembedded.org
Mon Jun 12 14:24:46 UTC 2017


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

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

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

The 17 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                  |  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