]> code.ossystems Code Review - openembedded-core.git/commitdiff
LSB_Test.sh: update locales
authorKai Kang <kai.kang@windriver.com>
Thu, 12 Dec 2013 02:49:15 +0000 (10:49 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 17 Dec 2013 17:05:14 +0000 (09:05 -0800)
Add missing localedef statements to the LSB_Test.sh which are required
by the libstdc++ LSB test.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/lsb/lsbtest/LSB_Test.sh

index 2004157db1f52d5fabb25460be4c8559838e05c3..37ce3f150a4053c24de3492a97c0765000f5c03b 100644 (file)
@@ -485,6 +485,11 @@ localedef -i it_IT -f ISO-8859-1 it_IT
 localedef -i ja_JP -f EUC-JP ja_JP.eucjp
 localedef -i se_NO -f UTF-8 se_NO.UTF-8
 localedef -i ta_IN -f UTF-8 ta_IN
+localedef -i es_ES -f ISO-8859-1 es_ES
+localedef -i fr_FR@euro -f ISO-8859-1 fr_FR@euro
+localedef -i is_IS -f UTF-8 is_IS.UTF-8
+localedef -i zh_TW -f BIG5 zh_TW.BIG5
+localedef -i en_US -f ISO-8859-15 en_US.ISO-8859-15
 
 echo ""
 echo "Installation done!"