]> code.ossystems Code Review - openembedded-core.git/commit
eglibc-locale: Specially handle FILES_eglibc-gconv for multilib
authorDongxiao Xu <dongxiao.xu@intel.com>
Wed, 3 Aug 2011 15:19:33 +0000 (23:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Aug 2011 17:05:21 +0000 (18:05 +0100)
commit4a5cc82218fa730b898c553875accfeb6800f9a4
treea6e05e4a8cb4979c65f1ce117b33a0f909a3ef49
parentdf4ed0bfc6396a0d6df0b5bfd1b3114edab90dc0
eglibc-locale: Specially handle FILES_eglibc-gconv for multilib

In multilib support, it iterate values in PACKAGES and then extend name
for variables like "FILES_xxx", "SUMMARY_xxx", etc.

However eglibc-gconv is dynamically put in PACKAGES by
package_do_split_gconv function. Therefore the name will not be
extended automatically.

Specially handle the FILES variable for eglibc-gconv to fix the issue
of missing "lib32-eglibc-gconv" issue in doing multilib do_rootfs.

Also when set PACKAGES, add the MLPREFIX.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/libc-package.bbclass
meta/recipes-core/eglibc/eglibc-locale.inc