[oe-commits] [openembedded-core] 32/35: package.bbclass: don't exclude package groups from runtime mapping

git at git.openembedded.org git at git.openembedded.org
Mon Mar 13 09:44:39 UTC 2017


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

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

commit ad0e32014e846d20a1449de76e152e5f06812685
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Wed Mar 8 13:56:04 2017 +0200

    package.bbclass: don't exclude package groups from runtime mapping
    
    This ensures that remapping happens correctly, particularly
    when package groups list noarch packages, and multilib is in use. Previously
    this was masked by rpm doing *another* layer of remapping on top of this.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/classes/package.bbclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index f4c2b55..48fef97 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -479,9 +479,6 @@ def get_package_additional_metadata (pkg_type, d):
 def runtime_mapping_rename (varname, pkg, d):
     #bb.note("%s before: %s" % (varname, d.getVar(varname)))
 
-    if bb.data.inherits_class('packagegroup', d):
-        return
-
     new_depends = {}
     deps = bb.utils.explode_dep_versions2(d.getVar(varname) or "")
     for depend in deps:

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


More information about the Openembedded-commits mailing list