]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: don't exclude package groups from runtime mapping
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 8 Mar 2017 11:56:04 +0000 (13:56 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Mar 2017 09:43:21 +0000 (09:43 +0000)
commitad0e32014e846d20a1449de76e152e5f06812685
tree6d0637fe8b27539f891aef1cc8689694c144cdcd
parentd9ea9003677d195f64eb4b3202e1c5d37d21b330
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@linux.intel.com>
meta/classes/package.bbclass