diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-05 03:17:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-10 09:41:59 +0100 |
commit | 3f9224ca57b8e2cd98083207f9e4e84c0f542031 (patch) | |
tree | 5b94c5bd5e6882160c26b1875120c8990d3d7c27 | |
parent | c15d9907f12a086f60e44ba46aa2e2ee0ac2bfb4 (diff) | |
download | poky-3f9224ca57b8e2cd98083207f9e4e84c0f542031.tar.gz |
eglibc-locale: add missing dependency on virtual/${TARGET_PREFIX}binutils
* eglibc-collateral.inc inhibits all default deps, but do_package needs
objcopy:
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')
ERROR: Function failed: split_and_strip_files
(From OE-Core rev: 9e615e2a6845d3a98f5d9b0cb555d132c696fc92)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 5 |
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 f4cb814cd3..c3fcc6d749 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc | |||
@@ -5,6 +5,11 @@ SUMMARY = "Locale data from eglibc" | |||
5 | BPN = "eglibc" | 5 | BPN = "eglibc" |
6 | LOCALEBASEPN = "${MLPREFIX}eglibc" | 6 | LOCALEBASEPN = "${MLPREFIX}eglibc" |
7 | 7 | ||
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') | ||
10 | # ERROR: Function failed: split_and_strip_files | ||
11 | DEPENDS_class-target = "virtual/${TARGET_PREFIX}binutils" | ||
12 | |||
8 | # 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 |
9 | # 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) |
10 | # to decrease initial boot time and avoid localedef being killed by the OOM | 15 | # to decrease initial boot time and avoid localedef being killed by the OOM |