[oe-commits] Robert Yang : elfutils: enable fix-build-gcc-4.8.patch

git at git.openembedded.org git at git.openembedded.org
Fri May 1 06:40:40 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: c577a52b252ccbad9a8dde79c6a4a4f23376d9d8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c577a52b252ccbad9a8dde79c6a4a4f23376d9d8

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Apr 27 20:43:31 2015 -0700

elfutils: enable fix-build-gcc-4.8.patch

The patch fixes a warning seen with gcc 4.8 (especially on ubuntu 13.10)

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/elfutils/elfutils_0.148.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb
index dc56dfa..0d8490d 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 += "\
         file://elfutils-ar-c-fix-num-passed-to-memset.patch \
         file://Fix_elf_cvt_gunhash.patch \
         file://elf_begin.c-CVE-2014-9447-fix.patch \
+        file://fix-build-gcc-4.8.patch \
 "
 # Only apply when building uclibc based target recipe
 SRC_URI_append_libc-uclibc = " file://uclibc-support-for-elfutils-0.148.patch"



More information about the Openembedded-commits mailing list