diff options
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index e8d58fbde5..9c0a08eafa 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb | |||
| @@ -52,7 +52,7 @@ EXTRA_OECONF_append_class-native = " --without-bzlib" | |||
| 52 | EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" | 52 | EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" |
| 53 | 53 | ||
| 54 | do_configure_prepend() { | 54 | do_configure_prepend() { |
| 55 | sed -i 's:./i386_gendis:echo\ \#:g' ${S}/libcpu/Makefile.am | 55 | sed -i '/^i386_dis.h:/,+4 {/.*/d}' ${S}/libcpu/Makefile.am |
| 56 | 56 | ||
| 57 | cp ${WORKDIR}/*dis.h ${S}/libcpu | 57 | cp ${WORKDIR}/*dis.h ${S}/libcpu |
| 58 | } | 58 | } |
