summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r--meta/classes-recipe/libc-package.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/libc-package.bbclass b/meta/classes-recipe/libc-package.bbclass
index de3d4223a8..8a99f73ae7 100644
--- a/meta/classes-recipe/libc-package.bbclass
+++ b/meta/classes-recipe/libc-package.bbclass
@@ -51,6 +51,7 @@ PACKAGE_NO_GCONV ?= "0"
51OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}" 51OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}"
52 52
53locale_base_postinst_ontarget() { 53locale_base_postinst_ontarget() {
54mkdir ${libdir}/locale
54localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s 55localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s
55} 56}
56 57