summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/libc-package.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass
index 13ef8cdc0d..baab8fc9a9 100644
--- a/meta/classes/libc-package.bbclass
+++ b/meta/classes/libc-package.bbclass
@@ -45,6 +45,7 @@ PACKAGE_NO_GCONV ?= "0"
45OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}" 45OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}"
46 46
47locale_base_postinst_ontarget() { 47locale_base_postinst_ontarget() {
48mkdir ${libdir}/locale
48localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s 49localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s
49} 50}
50 51