summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/glibc/glibc-locale.inc11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc
index 7c14abfe99..7f70b3ca4f 100644
--- a/meta/recipes-core/glibc/glibc-locale.inc
+++ b/meta/recipes-core/glibc/glibc-locale.inc
@@ -5,14 +5,9 @@ SUMMARY = "Locale data from glibc"
5BPN = "glibc" 5BPN = "glibc"
6LOCALEBASEPN = "${MLPREFIX}glibc" 6LOCALEBASEPN = "${MLPREFIX}glibc"
7 7
8# glibc-collateral.inc inhibits all default deps, but do_package needs objcopy 8# Do not inhibit default deps, do_package requires binutils/gcc for
9# ERROR: objcopy failed with exit code 127 (cmd was 'i586-webos-linux-objcopy' --only-keep-debug 'glibc-locale/2.17-r0/package/usr/lib/gconv/IBM1166.so' 'glibc-locale/2.17-r0/package/usr/lib/gconv/.debug/IBM1166.so') 9# objcopy/gcc-nm and glibc-locale depends on virtual/libc directly.
10# ERROR: Function failed: split_and_strip_files 10INHIBIT_DEFAULT_DEPS = ""
11BINUTILSDEP = "virtual/${MLPREFIX}${TARGET_PREFIX}binutils:do_populate_sysroot"
12BINUTILSDEP:class-nativesdk = "virtual/${TARGET_PREFIX}binutils-crosssdk:do_populate_sysroot"
13do_package[depends] += "${BINUTILSDEP}"
14
15DEPENDS += "virtual/libc"
16 11
17# Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION 12# Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION
18# is set. The idea is to avoid running localedef on the target (at first boot) 13# is set. The idea is to avoid running localedef on the target (at first boot)