summaryrefslogtreecommitdiffstats
path: root/meta/classes/libc-package.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/libc-package.bbclass')
-rw-r--r--meta/classes/libc-package.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass
index c0e7176472..1c034e09be 100644
--- a/meta/classes/libc-package.bbclass
+++ b/meta/classes/libc-package.bbclass
@@ -266,7 +266,7 @@ python package_do_split_gconvs () {
266 if not qemu_options: 266 if not qemu_options:
267 qemu_options = bb.data.getVar('QEMU_OPTIONS', d, 1) 267 qemu_options = bb.data.getVar('QEMU_OPTIONS', d, 1)
268 268
269 cmd = "PATH=\"%s\" I18NPATH=\"%s\" %s -L %s \ 269 cmd = "PSEUDO_RELOADED=YES PATH=\"%s\" I18NPATH=\"%s\" %s -L %s \
270 -E LD_LIBRARY_PATH=%s %s %s/bin/localedef %s" % \ 270 -E LD_LIBRARY_PATH=%s %s %s/bin/localedef %s" % \
271 (path, i18npath, qemu, treedir, ldlibdir, qemu_options, treedir, localedef_opts) 271 (path, i18npath, qemu, treedir, ldlibdir, qemu_options, treedir, localedef_opts)
272 bb.note("generating locale %s (%s)" % (locale, encoding)) 272 bb.note("generating locale %s (%s)" % (locale, encoding))