diff options
Diffstat (limited to 'meta/classes-recipe')
| -rw-r--r-- | meta/classes-recipe/libc-package.bbclass | 1 |
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" | |||
| 51 | OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}" | 51 | OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}" |
| 52 | 52 | ||
| 53 | locale_base_postinst_ontarget() { | 53 | locale_base_postinst_ontarget() { |
| 54 | mkdir ${libdir}/locale | ||
| 54 | localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s | 55 | localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s |
| 55 | } | 56 | } |
| 56 | 57 | ||
