summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/libc-package.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/libc-package.bbclass b/meta/classes-recipe/libc-package.bbclass
index bf160b115d..c06a2ce90a 100644
--- a/meta/classes-recipe/libc-package.bbclass
+++ b/meta/classes-recipe/libc-package.bbclass
@@ -278,7 +278,7 @@ python package_do_split_gconvs () {
278 bb.fatal("unknown arch:" + target_arch + " for locale_arch_options") 278 bb.fatal("unknown arch:" + target_arch + " for locale_arch_options")
279 279
280 localedef_opts += " --force --no-hard-links --no-archive --prefix=%s \ 280 localedef_opts += " --force --no-hard-links --no-archive --prefix=%s \
281 --inputfile=%s/%s/i18n/locales/%s --charmap=%s %s/%s" \ 281 --inputfile=%s/%s/i18n/locales/%s --charmap=%s %s/%s --no-warnings=ascii" \
282 % (treedir, treedir, datadir, locale, encoding, outputpath, name) 282 % (treedir, treedir, datadir, locale, encoding, outputpath, name)
283 283
284 cmd = "PATH=\"%s\" I18NPATH=\"%s\" GCONV_PATH=\"%s\" cross-localedef %s" % \ 284 cmd = "PATH=\"%s\" I18NPATH=\"%s\" GCONV_PATH=\"%s\" cross-localedef %s" % \