summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.148.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.148.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.148.bb23
1 files changed, 12 insertions, 11 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index ab956390b3..5e75f129a4 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -8,7 +8,7 @@ DEPENDS = "libtool bzip2 zlib virtual/libintl"
8 8
9PR = "r11" 9PR = "r11"
10 10
11SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2" 11SRC_URI = "https://fedorahosted.org/releases/e/l/${PN}/${BP}.tar.bz2"
12 12
13SRC_URI[md5sum] = "a0bed1130135f17ad27533b0034dba8d" 13SRC_URI[md5sum] = "a0bed1130135f17ad27533b0034dba8d"
14SRC_URI[sha256sum] = "8aebfa4a745db21cf5429c9541fe482729b62efc7e53e9110151b4169fe887da" 14SRC_URI[sha256sum] = "8aebfa4a745db21cf5429c9541fe482729b62efc7e53e9110151b4169fe887da"
@@ -25,14 +25,15 @@ SRC_URI += "\
25 file://m68k_backend.diff \ 25 file://m68k_backend.diff \
26 file://testsuite-ignore-elflint.diff \ 26 file://testsuite-ignore-elflint.diff \
27 file://elf_additions.diff \ 27 file://elf_additions.diff \
28 file://elfutils-fsize.patch \ 28 file://elfutils-fsize.patch \
29 file://remove-unused.patch \ 29 file://remove-unused.patch \
30 file://mempcpy.patch \ 30 file://mempcpy.patch \
31 file://fix_for_gcc-4.7.patch \ 31 file://fix_for_gcc-4.7.patch \
32 file://dso-link-change.patch \ 32 file://dso-link-change.patch \
33 file://nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch \ 33 file://nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch \
34 file://elfutils-ar-c-fix-num-passed-to-memset.patch \ 34 file://elfutils-ar-c-fix-num-passed-to-memset.patch \
35 file://Fix_elf_cvt_gunhash.patch \ 35 file://Fix_elf_cvt_gunhash.patch \
36 file://elf_begin.c-CVE-2014-9447-fix.patch \
36" 37"
37# Only apply when building uclibc based target recipe 38# Only apply when building uclibc based target recipe
38SRC_URI_append_libc-uclibc = " file://uclibc-support.patch" 39SRC_URI_append_libc-uclibc = " file://uclibc-support.patch"
@@ -52,9 +53,9 @@ EXTRA_OECONF_append_class-native = " --without-bzlib"
52EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc" 53EXTRA_OECONF_append_libc-uclibc = " --enable-uclibc"
53 54
54do_configure_prepend() { 55do_configure_prepend() {
55 sed -i '/^i386_dis.h:/,+4 {/.*/d}' ${S}/libcpu/Makefile.am 56 sed -i '/^i386_dis.h:/,+4 {/.*/d}' ${S}/libcpu/Makefile.am
56 57
57 cp ${WORKDIR}/*dis.h ${S}/libcpu 58 cp ${WORKDIR}/*dis.h ${S}/libcpu
58} 59}
59 60
60# we can not build complete elfutils when using uclibc 61# we can not build complete elfutils when using uclibc