summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-14 11:42:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-09 11:04:16 +0000
commitcf2c660c91bad78156ff90167749bf4161c00be5 (patch)
tree6646eab4e3a66645976eb9e25ada2ee657b182ca /meta
parentd3f96d104bc3193cc0133b06240b9da45a7658df (diff)
downloadpoky-cf2c660c91bad78156ff90167749bf4161c00be5.tar.gz
eglibc-locale: Fix depends on binutils
The dependency here needs to apply for nativesdk as well as target packages as the autobuilder just tripped over that. We'd never want a native version so I'm not sure why the target class override was even present. The dependency also applies to do_package so lets be explicit about that in case sstate decides to get clever. (From OE-Core master rev: b7ec21ac8ebac9d7fba34d6f11d93ecb8f561ca8) (From OE-Core rev: 405a62954be71a476ded6a429ec895c5b5fec1a4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/eglibc/eglibc-locale.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc
index c3fcc6d749..eda838beba 100644
--- a/meta/recipes-core/eglibc/eglibc-locale.inc
+++ b/meta/recipes-core/eglibc/eglibc-locale.inc
@@ -8,7 +8,7 @@ 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
11DEPENDS_class-target = "virtual/${TARGET_PREFIX}binutils" 11do_package[depends] += "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot"
12 12
13# Binary locales are generated at build time if ENABLE_BINARY_LOCALE_GENERATION 13# 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) 14# is set. The idea is to avoid running localedef on the target (at first boot)