diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-04-06 11:51:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 08:01:15 -0700 |
commit | e5e5ff3e7153f313106302206a75849398380cbd (patch) | |
tree | eaa80da0d08610b82e5d19920df6996e3a71e757 /meta/recipes-devtools/elfutils/elfutils_0.148.bb | |
parent | 537e48599b3682a6276075ca69a2162f847d4a8b (diff) | |
download | poky-e5e5ff3e7153f313106302206a75849398380cbd.tar.gz |
elfutils: remove unused variables to fix compilation with GCC 4.6
Unused variables trigger a warning in GCC 4.6 which are caught by -Werror as
used in the elfutils makefiles and therefore the build fails.
This patch adds some consolidated fixes from upstream to remove the unused
variables, they will no longer be required as of elfutils 0.152
(From OE-Core rev: 9207c918a1b2f9ddf69dd9508d6c011eba435486)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.148.bb')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index b2f700ede7..a55b98d1e7 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ | |||
6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" | 6 | file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" |
7 | DEPENDS = "libtool bzip2 zlib" | 7 | DEPENDS = "libtool bzip2 zlib" |
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2" | 11 | SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/elfutils-${PV}.tar.bz2" |
12 | 12 | ||
@@ -27,6 +27,7 @@ SRC_URI += "\ | |||
27 | file://testsuite-ignore-elflint.diff \ | 27 | file://testsuite-ignore-elflint.diff \ |
28 | file://elf_additions.diff \ | 28 | file://elf_additions.diff \ |
29 | file://elfutils-fsize.patch \ | 29 | file://elfutils-fsize.patch \ |
30 | file://remove-unused.patch \ | ||
30 | " | 31 | " |
31 | 32 | ||
32 | # The buildsystem wants to generate 2 .h files from source using a binary it just built, | 33 | # The buildsystem wants to generate 2 .h files from source using a binary it just built, |