diff options
Diffstat (limited to 'meta/classes/libc-package.bbclass')
-rw-r--r-- | meta/classes/libc-package.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass index de3b4250c7..72f489d673 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 | ||
@@ -355,7 +356,7 @@ python package_do_split_gconvs () { | |||
355 | m.write("\t@echo 'Progress %d/%d'\n" % (i, total)) | 356 | m.write("\t@echo 'Progress %d/%d'\n" % (i, total)) |
356 | m.write("\t" + makerecipe + "\n\n") | 357 | m.write("\t" + makerecipe + "\n\n") |
357 | d.setVar("EXTRA_OEMAKE", "-C %s ${PARALLEL_MAKE}" % (os.path.dirname(makefile))) | 358 | d.setVar("EXTRA_OEMAKE", "-C %s ${PARALLEL_MAKE}" % (os.path.dirname(makefile))) |
358 | d.setVarFlag("oe_runmake", "progress", "outof:Progress\s(\d+)/(\d+)") | 359 | d.setVarFlag("oe_runmake", "progress", r"outof:Progress\s(\d+)/(\d+)") |
359 | bb.note("Executing binary locale generation makefile") | 360 | bb.note("Executing binary locale generation makefile") |
360 | bb.build.exec_func("oe_runmake", d) | 361 | bb.build.exec_func("oe_runmake", d) |
361 | bb.note("collecting binary locales from locale tree") | 362 | bb.note("collecting binary locales from locale tree") |