]> code.ossystems Code Review - openembedded-core.git/commit
libc-locale: split locale handling from libc recipe.
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 28 Jun 2011 06:58:15 +0000 (14:58 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2011 11:04:05 +0000 (12:04 +0100)
commitc6d3242f7642f537b02870bb4eb650f0e2094b85
tree7c34d9fcb0a7c41a9f9f5972471e7b1fac33c71d
parent3aec2fa2df9aaa883feda0d7aed85e63d01398b9
libc-locale: split locale handling from libc recipe.

*libc's do_package will cost a lot of time due to the locale handing,
which may delay the other recipe's do_package task and affect the build
performance.

This commit moves locale handling into a separate recipe *libc-locale.

[RP: Add fixup with recent eglibc commit conflict for FILES_pn-dbg and PACKAGES]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 files changed:
meta/classes/libc-common.bbclass [new file with mode: 0644]
meta/classes/libc-package.bbclass
meta/conf/distro/include/tclibc-eglibc.inc
meta/conf/distro/include/tclibc-glibc.inc
meta/recipes-core/eglibc/eglibc-initial_2.13.bb
meta/recipes-core/eglibc/eglibc-locale_2.13.bb [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc-package.inc
meta/recipes-core/eglibc/eglibc.inc
meta/recipes-core/eglibc/eglibc_2.13.bb
meta/recipes-core/glibc/glibc-initial_2.10.1.bb
meta/recipes-core/glibc/glibc-locale_2.10.1.bb [new file with mode: 0644]
meta/recipes-core/glibc/glibc-package.inc
meta/recipes-core/glibc/glibc_2.10.1.bb
meta/recipes-core/meta/external-csl-toolchain_2008q3-72.bb