summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.148.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-09-13 05:25:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-10 12:31:15 +0100
commitfcd93c0b41d69335752e5b0b28112913c4af0269 (patch)
tree7955ba46dccc29b7cb29ef4bde39200785fd8c57 /meta/recipes-devtools/elfutils/elfutils_0.148.bb
parent7f1a354944e08cb5a9413bb376951499e3a5ec6b (diff)
downloadpoky-fcd93c0b41d69335752e5b0b28112913c4af0269.tar.gz
elfutils-native: Fix build on distros with gcc 4.8
The patch redhat-portability.diff causes this issue so lets revert the portion which was using %a instead of %m thats recommended anyway, redhat patch seems to be targetting old compilers. (From OE-Core rev: c1cbc57eb80d2cab9a80d5e5aa65419f40eefb15) (From OE-Core rev: 61efbcd27b937677d56edf58fbca7a4840c454b2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.148.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.148.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index 9c0a08eafa..420c9df17f 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -33,6 +33,7 @@ SRC_URI += "\
33 file://dso-link-change.patch \ 33 file://dso-link-change.patch \
34 file://nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch \ 34 file://nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch \
35 file://elfutils-ar-c-fix-num-passed-to-memset.patch \ 35 file://elfutils-ar-c-fix-num-passed-to-memset.patch \
36 file://fix-build-gcc-4.8.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"