]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm: Update the way the multilib package names are translated
authorMark Hatle <mark.hatle@windriver.com>
Fri, 30 Nov 2012 22:11:37 +0000 (16:11 -0600)
committerSaul Wold <sgw@linux.intel.com>
Fri, 14 Dec 2012 23:17:18 +0000 (15:17 -0800)
commitffe6cf3a1c57defdbe8531bdeb588e199177bb6c
tree6d537ec10be243a6a4775fa939bf6a4496fb2496
parentc56d24b35d94fe2934ac7e1dc67422e6abc7539d
package_rpm: Update the way the multilib package names are translated

The variable MULTILIB_PACKAGE_ARCHS has been removed in favor of a
repurposed MULTILIB_PREFIX_LIST.  The format of this item is now
<libid>:<arch>:<arch1>:...:<archN>.  This ensures that we can correctly
translate the libid to one of the supported archs in a tri-lib system.

All of the users of MULTILIB_PREFIX_LIST and MULTILIB_PACKAGE_ARCHS have
been modified accordingly.

Also change the way attempted packages are installed, verify the package
exists in the translate functions, then perform the install in one single
operation.  This results in a significantly faster install time.

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