diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-12 17:45:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-13 23:47:46 +0100 |
commit | 1a1927f8a04fe0a2b3b853ebdd33ccb807f00b59 (patch) | |
tree | b56d63ee9b5b435d58f183d6ffd95daef96ef6cc /meta-skeleton/recipes-kernel | |
parent | 46b00fdfc9d1e3dc180de087bae2682a1baa2954 (diff) | |
download | openembedded-core-1a1927f8a04fe0a2b3b853ebdd33ccb807f00b59.tar.gz openembedded-core-1a1927f8a04fe0a2b3b853ebdd33ccb807f00b59.tar.bz2 openembedded-core-1a1927f8a04fe0a2b3b853ebdd33ccb807f00b59.zip |
package/image.bbclass: Fix multilib rprovides
allarch multilib recipes are meant to provide a list of different multilib variants.
Unfortunately since the pkgdata also has mappings for these, they get mapped back to
the original package name which means the effect is undone at package creation time
when the remapping code is called.
This patch adds in a conditional to break that chain meaning the packages get
the correct RPROVIDES and image builds work correctly with opkg.
[YOCTO #3453]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-kernel')
0 files changed, 0 insertions, 0 deletions