diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-04-10 12:18:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-15 14:18:54 +0100 |
commit | c46661bf4ffe1a474e4bcfadb4a3f12a46e8cc4a (patch) | |
tree | 2fc4ded1d06b5d8938ea109b6e54f169608aa036 /meta/recipes-devtools/elfutils/elfutils_0.161.bb | |
parent | 649110f5ab435231153e8f309ad2370e76c31e4f (diff) | |
download | openembedded-core-contrib-c46661bf4ffe1a474e4bcfadb4a3f12a46e8cc4a.tar.gz |
elfutils: fix build with -Os
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.161.bb')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.161.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.161.bb b/meta/recipes-devtools/elfutils/elfutils_0.161.bb index c18222de3c4..35bf0b6cd9e 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.161.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.161.bb @@ -15,6 +15,7 @@ SRC_URI += "\ file://dso-link-change.patch \ file://Fix_elf_cvt_gunhash.patch \ file://fixheadercheck.patch \ + file://0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch \ " # pick the patch from debian |