]> code.ossystems Code Review - openembedded-core.git/commit
classes/image: handle multilibs in complementary package lookup
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 14 Dec 2012 22:40:33 +0000 (16:40 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Dec 2012 17:50:02 +0000 (17:50 +0000)
commitff01518c6667e1b6e87df4e5a435a701d0f38fa7
treea93a177c7bb57dac0b61209346fc95bca835ccad
parent33da18920c4ff2aaa10c81514df16d1ce6ccaecb
classes/image: handle multilibs in complementary package lookup

For multilib the vendor string is altered, so we need to iterate over
all of the multilib vendors when we do the glob processing for
complementary packages.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
In addition, the RPM package arch have been munged by adding the multilib
identifier.  This identifier needs to be stripped when generating the
installed_packages list for the complementary lookup code to work.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/image.bbclass
meta/classes/package_rpm.bbclass