diff options
author | Kang Kai <kai.kang@windriver.com> | 2011-05-13 11:18:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-16 15:32:19 +0100 |
commit | a69153b46b76626a6cd4d578f6903c580a112044 (patch) | |
tree | 22132fd1c6bc67c4406474d461f52a8196192672 /meta/recipes-extended/lsb/lsbsetup_0.9.bb | |
parent | 3bfbeff147eb8129f84838773910cb35d79245b3 (diff) | |
download | poky-a69153b46b76626a6cd4d578f6903c580a112044.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/lsb/lsbsetup_0.9.bb')
-rw-r--r-- | meta/recipes-extended/lsb/lsbsetup_0.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb b/meta/recipes-extended/lsb/lsbsetup_0.9.bb index b0d0a3f9fe..21bd26e915 100644 --- a/meta/recipes-extended/lsb/lsbsetup_0.9.bb +++ b/meta/recipes-extended/lsb/lsbsetup_0.9.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "auto-setup environment for lsb test" | |||
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | PRIORITY = "required" | 3 | PRIORITY = "required" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LSB_Setup.sh;beginline=3;endline=16;md5=97451c7c0786ce5bbe9ac58042945583" | 7 | LIC_FILES_CHKSUM = "file://LSB_Setup.sh;beginline=3;endline=16;md5=97451c7c0786ce5bbe9ac58042945583" |
8 | 8 | ||