]> code.ossystems Code Review - openembedded-core.git/commit
eglibc-locale.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs and eglibc...
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Fri, 26 Aug 2011 09:29:44 +0000 (17:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Aug 2011 21:14:47 +0000 (22:14 +0100)
commit0903a2c62a58f94b7d424162e8c852b502d3840a
tree0daa196ad1f52c6d155faf732c11b71d136de22b
parentc27690a04acf3870f6e0133cd05ba93d6c66126e
eglibc-locale.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs and eglibc-charmps to variable PACKAGE

There are no locales resources in an lsb image because the locale resources were splitted from eglibc-package.inc \
and putted into a new file "eglibc-locale.inc". So the above variables lost their function in eglibc-package.inc and
caused no locale resources in an lsb image. The purpose of moving the above variables from eglibc-package.inc to \
eglibc-locale.inc is to make the above variables to take effect.

eglibc-binaries include packages "eglibc-binary-*"
eglibc-localedatas include packages "eglibc-localedata-*"
eglibc-gconvs include packages "eglibc-gconv-*"
eglibc-charmaps include packages "eglibc-charmap-*"

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc-locale.inc
meta/recipes-core/eglibc/eglibc-package.inc