summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/elfutils_0.166.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.166.bb')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.166.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.166.bb b/meta/recipes-devtools/elfutils/elfutils_0.166.bb
index 5d934281b3..3593c1c1d3 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.166.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.166.bb
@@ -18,7 +18,10 @@ SRC_URI += "\
18 file://0001-remove-the-unneed-checking.patch \ 18 file://0001-remove-the-unneed-checking.patch \
19 file://0001-fix-a-stack-usage-warning.patch \ 19 file://0001-fix-a-stack-usage-warning.patch \
20 file://aarch64_uio.patch \ 20 file://aarch64_uio.patch \
21 file://Fix_one_GCC7_warning.patch \
22 file://0001-Add-GCC7-Wimplicit-fallthrough-support-fixes.patch \
21 file://shadow.patch \ 23 file://shadow.patch \
24 file://0001-ar-Fix-GCC7-Wformat-length-issues.patch \
22" 25"
23 26
24# pick the patch from debian 27# pick the patch from debian
@@ -37,6 +40,8 @@ SRC_URI += "\
37 file://uclibc-support.patch \ 40 file://uclibc-support.patch \
38 file://elfcmp-fix-self-comparision.patch \ 41 file://elfcmp-fix-self-comparision.patch \
39" 42"
43# Fix the patches from Debian with GCC7
44SRC_URI += "file://fallthrough.patch"
40SRC_URI_append_libc-musl = " file://0001-build-Provide-alternatives-for-glibc-assumptions-hel.patch " 45SRC_URI_append_libc-musl = " file://0001-build-Provide-alternatives-for-glibc-assumptions-hel.patch "
41 46
42# The buildsystem wants to generate 2 .h files from source using a binary it just built, 47# The buildsystem wants to generate 2 .h files from source using a binary it just built,