diff options
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils-0.148/i386_dis.h (renamed from meta/recipes-devtools/elfutils/elfutils/i386_dis.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils-0.148/x86_64_dis.h (renamed from meta/recipes-devtools/elfutils/elfutils/x86_64_dis.h) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.163.bb | 10 |
3 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils/i386_dis.h b/meta/recipes-devtools/elfutils/elfutils-0.148/i386_dis.h index a5cc01f919..a5cc01f919 100644 --- a/meta/recipes-devtools/elfutils/elfutils/i386_dis.h +++ b/meta/recipes-devtools/elfutils/elfutils-0.148/i386_dis.h | |||
diff --git a/meta/recipes-devtools/elfutils/elfutils/x86_64_dis.h b/meta/recipes-devtools/elfutils/elfutils-0.148/x86_64_dis.h index a0198bed97..a0198bed97 100644 --- a/meta/recipes-devtools/elfutils/elfutils/x86_64_dis.h +++ b/meta/recipes-devtools/elfutils/elfutils-0.148/x86_64_dis.h | |||
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.163.bb b/meta/recipes-devtools/elfutils/elfutils_0.163.bb index b34bfdd4b9..c4fdabdb31 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.163.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.163.bb | |||
@@ -42,22 +42,12 @@ SRC_URI_append_libc-uclibc = " file://uclibc-support-for-elfutils-0.161.patch" | |||
42 | # which can not pass the cross compiling, so let's work around it by adding 2 .h files | 42 | # which can not pass the cross compiling, so let's work around it by adding 2 .h files |
43 | # along with the do_configure_prepend() | 43 | # along with the do_configure_prepend() |
44 | 44 | ||
45 | SRC_URI += "\ | ||
46 | file://i386_dis.h \ | ||
47 | file://x86_64_dis.h \ | ||
48 | " | ||
49 | inherit autotools gettext | 45 | inherit autotools gettext |
50 | 46 | ||
51 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" | 47 | EXTRA_OECONF = "--program-prefix=eu- --without-lzma" |
52 | EXTRA_OECONF_append_class-native = " --without-bzlib" | 48 | EXTRA_OECONF_append_class-native = " --without-bzlib" |
53 | EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" | 49 | EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" |
54 | 50 | ||
55 | do_configure_prepend() { | ||
56 | sed -i '/^i386_dis.h:/,+4 {/.*/d}' ${S}/libcpu/Makefile.am | ||
57 | |||
58 | cp ${WORKDIR}/*dis.h ${S}/libcpu | ||
59 | } | ||
60 | |||
61 | do_install_append() { | 51 | do_install_append() { |
62 | if [ "${TARGET_ARCH}" != "x86_64" ] && [ -z `echo "${TARGET_ARCH}"|grep 'i.86'` ];then | 52 | if [ "${TARGET_ARCH}" != "x86_64" ] && [ -z `echo "${TARGET_ARCH}"|grep 'i.86'` ];then |
63 | rm ${D}${bindir}/eu-objdump | 53 | rm ${D}${bindir}/eu-objdump |