mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
lsbsetup: recreate locale fr_FR
Update LSB_Setup.sh to recreate locale fr_FR, which helps to pass LSB libstdc++ test. Bump PR to r3. (From OE-Core rev: 00e30eba2f9970ec229f2702a73d6b3fd7d0d1b5) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -208,6 +208,7 @@ localedef -i en_US -f UTF-8 en_US.UTF-8
|
||||
localedef -i se_NO -f UTF-8 se_NO.UTF-8
|
||||
localedef -i de_DE -f ISO-8859-1 de_DE
|
||||
localedef -i en_US -f ISO-8859-1 en_US.ISO8859-1
|
||||
localedef -i fr_FR -f ISO-8859-1 fr_FR
|
||||
|
||||
#resolve localhost
|
||||
LOCALHOST=`hostname`
|
||||
|
||||
@@ -2,7 +2,7 @@ DESCRIPTION = "auto-setup environment for lsb test"
|
||||
SECTION = "console/utils"
|
||||
PRIORITY = "required"
|
||||
LICENSE = "GPLv2"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LSB_Setup.sh;beginline=3;endline=16;md5=97451c7c0786ce5bbe9ac58042945583"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user