diff options
author | Kai Kang <kai.kang@windriver.com> | 2013-12-12 10:49:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-18 11:21:25 +0000 |
commit | b35283cd8cd05916c1893639f2c5353b237b6b03 (patch) | |
tree | fa6de561e264f3ff66e2e728ffa349b93232408f /meta | |
parent | d71314b8ed1b9cb62287ad674aee7fe1931a037c (diff) | |
download | poky-b35283cd8cd05916c1893639f2c5353b237b6b03.tar.gz |
LSB_Test.sh: update locales
Add missing localedef statements to the LSB_Test.sh which are required
by the libstdc++ LSB test.
(From OE-Core rev: 827fc325f0462b93f360b31ac27ef15491034da3)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh b/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh index 2004157db1..37ce3f150a 100644 --- a/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh +++ b/meta/recipes-extended/lsb/lsbtest/LSB_Test.sh | |||
@@ -485,6 +485,11 @@ localedef -i it_IT -f ISO-8859-1 it_IT | |||
485 | localedef -i ja_JP -f EUC-JP ja_JP.eucjp | 485 | localedef -i ja_JP -f EUC-JP ja_JP.eucjp |
486 | localedef -i se_NO -f UTF-8 se_NO.UTF-8 | 486 | localedef -i se_NO -f UTF-8 se_NO.UTF-8 |
487 | localedef -i ta_IN -f UTF-8 ta_IN | 487 | localedef -i ta_IN -f UTF-8 ta_IN |
488 | localedef -i es_ES -f ISO-8859-1 es_ES | ||
489 | localedef -i fr_FR@euro -f ISO-8859-1 fr_FR@euro | ||
490 | localedef -i is_IS -f UTF-8 is_IS.UTF-8 | ||
491 | localedef -i zh_TW -f BIG5 zh_TW.BIG5 | ||
492 | localedef -i en_US -f ISO-8859-15 en_US.ISO-8859-15 | ||
488 | 493 | ||
489 | echo "" | 494 | echo "" |
490 | echo "Installation done!" | 495 | echo "Installation done!" |