diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-04-15 16:09:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:49:43 +0100 |
commit | 7a96ee05088e40c6f65fa730524f541a9858e04e (patch) | |
tree | cc1958916658aed64a96a60a2b0813141d68cce1 | |
parent | eed3beeec15fe208913c4e73e34868f885fe3867 (diff) | |
download | poky-7a96ee05088e40c6f65fa730524f541a9858e04e.tar.gz |
task-poky-lsb.bb:Add locale resoures which is needed by LSB Test Suite
Owning to absent locale resources in lsb-image, I add them to task-poky-lsb.bb
(From OE-Core rev: 3ab4d3cca988ef23d3389fc89be0059e0485732a)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 6fea613cc0..71a683a164 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 = "\ | |||
186 | liburi-perl \ | 186 | liburi-perl \ |
187 | libxml-parser-perl \ | 187 | libxml-parser-perl \ |
188 | libxml-perl \ | 188 | libxml-perl \ |
189 | eglibc-localedatas \ | ||
190 | eglibc-gconvs \ | ||
191 | eglibc-charmaps \ | ||
192 | eglibc-binaries \ | ||
189 | eglibc-localedata-posix \ | 193 | eglibc-localedata-posix \ |
190 | eglibc-extra-nss \ | 194 | eglibc-extra-nss \ |
191 | eglibc-pcprofile \ | 195 | eglibc-pcprofile \ |
192 | eglibc-pic \ | 196 | eglibc-pic \ |
193 | eglibc-utils \ | 197 | eglibc-utils \ |
194 | " | 198 | " |
195 | |||
196 | # eglibc-localedatas \ | ||
197 | # eglibc-gconvs \ | ||
198 | # eglibc-charmaps \ | ||
199 | # eglibc-binarys \ | ||
200 | # | ||