diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/sanity.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 3d5ace20a7..a392bc29d1 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -774,7 +774,6 @@ def sanity_check_locale(d): | |||
774 | locale.setlocale(locale.LC_ALL, "en_US.UTF-8") | 774 | locale.setlocale(locale.LC_ALL, "en_US.UTF-8") |
775 | except locale.Error: | 775 | except locale.Error: |
776 | raise_sanity_error("You system needs to support the en_US.UTF-8 locale.", d) | 776 | raise_sanity_error("You system needs to support the en_US.UTF-8 locale.", d) |
777 | locale.setlocale(locale.LC_ALL, "C") | ||
778 | 777 | ||
779 | def check_sanity_everybuild(status, d): | 778 | def check_sanity_everybuild(status, d): |
780 | import os, stat | 779 | import os, stat |