From: Xiaofeng Yan <[email protected]> Owning to absent locale resources in lsb-image, I add them to task-poky-lsb.bb
Signed-off-by: Xiaofeng Yan <[email protected]> --- meta/recipes-extended/tasks/task-poky-lsb.bb | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb index 6fea613..71a683a 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-poky-lsb.bb @@ -186,15 +186,13 @@ RDEPENDS_task-poky-lsb-runtime-add = "\ liburi-perl \ libxml-parser-perl \ libxml-perl \ + eglibc-localedatas \ + eglibc-gconvs \ + eglibc-charmaps \ + eglibc-binaries \ eglibc-localedata-posix \ eglibc-extra-nss \ eglibc-pcprofile \ eglibc-pic \ eglibc-utils \ " - -# eglibc-localedatas \ -# eglibc-gconvs \ -# eglibc-charmaps \ -# eglibc-binarys \ -# -- 1.7.1.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
