diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 17:54:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 17:54:42 +0000 |
commit | 9209641f6f76673f6a7fac012bc794f0cf674ee1 (patch) | |
tree | 75cda5d080a7b6bf410c5be03060dd8dcc392002 /meta | |
parent | aafc91a21752ba70d046b9ea49d25331a5094151 (diff) | |
download | poky-9209641f6f76673f6a7fac012bc794f0cf674ee1.tar.gz |
eglibc-locale: Fix previous dependency change to properly work in nativesdk case
(From OE-Core rev: 7a4f3ee1b137cc8465f0cd9b1e461d3643182a81)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index d2017b4123..0ff51f777f 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc | |||
@@ -8,7 +8,9 @@ LOCALEBASEPN = "${MLPREFIX}eglibc" | |||
8 | # eglibc-collateral.inc inhibits all default deps, but do_package needs objcopy | 8 | # eglibc-collateral.inc inhibits all default deps, but do_package needs objcopy |
9 | # 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') | 9 | # 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') |
10 | # ERROR: Function failed: split_and_strip_files | 10 | # ERROR: Function failed: split_and_strip_files |
11 | do_package[depends] += "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot" | 11 | BINUTILSDEP = "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot" |
12 | BINUTILSDEP_class-nativesdk = "virtual/${TARGET_PREFIX}binutils-crosssdk:do_populate_sysroot" | ||
13 | do_package[depends] += "${BINUTILSDEP}" | ||
12 | 14 | ||
13 | # Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION | 15 | # Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION |
14 | # is set. The idea is to avoid running localedef on the target (at first boot) | 16 | # is set. The idea is to avoid running localedef on the target (at first boot) |