diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-27 20:43:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-30 23:04:14 +0100 |
commit | 7fc174f180cb08a4147118a89b68a593637a0c7a (patch) | |
tree | c4053a2c2fa2471f4fc64617e1ea1988b344e727 /meta/recipes-devtools | |
parent | ddc6d09791999ae62b0ca3ea87f624341553a57d (diff) | |
download | poky-7fc174f180cb08a4147118a89b68a593637a0c7a.tar.gz |
elfutils: enable fix-build-gcc-4.8.patch
The patch fixes a warning seen with gcc 4.8 (especially on ubuntu 13.10)
(From OE-Core rev: c577a52b252ccbad9a8dde79c6a4a4f23376d9d8)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 1 |
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 dc56dfa8b4..0d8490dee2 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb | |||
@@ -34,6 +34,7 @@ SRC_URI += "\ | |||
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 | file://elf_begin.c-CVE-2014-9447-fix.patch \ |
37 | file://fix-build-gcc-4.8.patch \ | ||
37 | " | 38 | " |
38 | # Only apply when building uclibc based target recipe | 39 | # Only apply when building uclibc based target recipe |
39 | SRC_URI_append_libc-uclibc = " file://uclibc-support-for-elfutils-0.148.patch" | 40 | SRC_URI_append_libc-uclibc = " file://uclibc-support-for-elfutils-0.148.patch" |