summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/eglibc/eglibc-locale.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc
index 3d6382d047..68418d3813 100644
--- a/meta/recipes-core/eglibc/eglibc-locale.inc
+++ b/meta/recipes-core/eglibc/eglibc-locale.inc
@@ -3,6 +3,11 @@ include eglibc-collateral.inc
3BPN = "eglibc" 3BPN = "eglibc"
4LOCALEBASEPN = "${MLPREFIX}eglibc" 4LOCALEBASEPN = "${MLPREFIX}eglibc"
5 5
6# eglibc-collateral.inc inhibits all default deps, but do_package needs objcopy
7# ERROR: objcopy failed with exit code 127 (cmd was 'i586-webos-linux-objcopy' --only-keep-debug 'eglibc-locale/2.17-r0/package/usr/lib/gconv/IBM1166.so' 'eglibc-locale/2.17-r0/package/usr/lib/gconv/.debug/IBM1166.so')
8# ERROR: Function failed: split_and_strip_files
9DEPENDS_class-target = "virtual/${TARGET_PREFIX}binutils"
10
6# Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION 11# Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION
7# is set. The idea is to avoid running localedef on the target (at first boot) 12# is set. The idea is to avoid running localedef on the target (at first boot)
8# to decrease initial boot time and avoid localedef being killed by the OOM 13# to decrease initial boot time and avoid localedef being killed by the OOM