diff options
| author | Roy Li <rongqing.li@windriver.com> | 2013-11-11 15:52:27 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 16:00:27 +0000 |
| commit | a6784563ef7874cf37b887bb1949b1ef58d41afd (patch) | |
| tree | 81928d29f3eadf3817983e79f4574a316d3e0755 | |
| parent | 0a08dc750a949627c809a797ecbdd6ee80094849 (diff) | |
| download | poky-a6784563ef7874cf37b887bb1949b1ef58d41afd.tar.gz | |
elfutils: remove eu-objdump if it does not work
[YOCTO #5283]
eu-objdump does not work on mips, arm and ppc, so remove it from these
unsupported architectures
(From OE-Core rev: abf01e2f36943b5a5c5d2d827186054a51902130)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.155.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.155.bb b/meta/recipes-devtools/elfutils/elfutils_0.155.bb index 1a8c3c7e8c..594dfb09ea 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.155.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.155.bb | |||
| @@ -47,6 +47,12 @@ do_configure_prepend() { | |||
| 47 | cp ${WORKDIR}/*dis.h ${S}/libcpu | 47 | cp ${WORKDIR}/*dis.h ${S}/libcpu |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | do_install_append() { | ||
| 51 | if [ "${TARGET_ARCH}" != "x86_64" ] && [ ! `echo "${TARGET_ARCH}"|grep -q 'i.86'` ];then | ||
| 52 | rm ${D}${bindir}/eu-objdump | ||
| 53 | fi | ||
| 54 | } | ||
| 55 | |||
| 50 | # we can not build complete elfutils when using uclibc | 56 | # we can not build complete elfutils when using uclibc |
| 51 | # but some recipes e.g. gcc 4.5 depends on libelf so we | 57 | # but some recipes e.g. gcc 4.5 depends on libelf so we |
| 52 | # build only libelf for uclibc case | 58 | # build only libelf for uclibc case |
