summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/elfutils/elfutils_0.148.bb
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-09-26 09:20:52 +0200
committerRoss Burton <ross.burton@intel.com>2017-09-26 14:35:33 +0100
commit4bed302b143c4d869f83fcc34b0c1ad1dd143c2d (patch)
tree189cda273d074d11f461d9788c1962b7620b5595 /recipes-devtools/elfutils/elfutils_0.148.bb
parent9b1d684d72f5a7d9b231cadbcaed4de7b0d73b21 (diff)
downloadmeta-gplv2-4bed302b143c4d869f83fcc34b0c1ad1dd143c2d.tar.gz
elfutils: Make it build with GCC 7 and compile time hardening enabled
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-devtools/elfutils/elfutils_0.148.bb')
-rw-r--r--recipes-devtools/elfutils/elfutils_0.148.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b/recipes-devtools/elfutils/elfutils_0.148.bb
index 29d109a..892a523 100644
--- a/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -37,6 +37,8 @@ SRC_URI += "\
37 file://gcc6.patch \ 37 file://gcc6.patch \
38 file://0001-Fix-fallthrough-warnings.patch \ 38 file://0001-Fix-fallthrough-warnings.patch \
39 file://0002-Fix-printf-overflow-warnings.patch \ 39 file://0002-Fix-printf-overflow-warnings.patch \
40 file://0001-Make-it-compile-with-GCC-7.patch \
41 file://0002-Make-it-build-with-GCC-7-and-compile-time-hardening-.patch \
40" 42"
41# Only apply when building uclibc based target recipe 43# Only apply when building uclibc based target recipe
42SRC_URI_append_libc-uclibc = " file://uclibc-support-for-elfutils-0.148.patch" 44SRC_URI_append_libc-uclibc = " file://uclibc-support-for-elfutils-0.148.patch"