diff options
| -rw-r--r-- | meta/classes/libc-package.bbclass | 1 |
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" | |||
| 45 | OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}" | 45 | OVERRIDES:append = ":${TARGET_ARCH}-${TARGET_OS}" |
| 46 | 46 | ||
| 47 | locale_base_postinst_ontarget() { | 47 | locale_base_postinst_ontarget() { |
| 48 | mkdir ${libdir}/locale | ||
| 48 | localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s | 49 | localedef --inputfile=${datadir}/i18n/locales/%s --charmap=%s %s |
| 49 | } | 50 | } |
| 50 | 51 | ||
