diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-05 03:17:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:18:10 +0100 |
commit | 89dafe9ea5d096ba5873eb0f3ebd05f42866e70c (patch) | |
tree | 4f804bd9d13318f7cf83c96a7c8d4a68624e059b | |
parent | 3070d43009913d896c89e770f116b7d207222556 (diff) | |
download | poky-89dafe9ea5d096ba5873eb0f3ebd05f42866e70c.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 master rev: 9e615e2a6845d3a98f5d9b0cb555d132c696fc92)
(From OE-Core rev: 8035d6d5dfe08fb284e06088659ae44858d0ff8e)
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 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 | |||
3 | BPN = "eglibc" | 3 | BPN = "eglibc" |
4 | LOCALEBASEPN = "${MLPREFIX}eglibc" | 4 | LOCALEBASEPN = "${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 | ||
9 | DEPENDS_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 |