diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2024-03-19 11:12:59 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-20 18:20:38 +0000 |
| commit | b4be67b5f7cd92467a27ea3e47c62e869b2bfac2 (patch) | |
| tree | 75df6bcafb658073a24a0cfbccd444dd5182f153 /meta/recipes-devtools/elfutils/elfutils_0.191.bb | |
| parent | 7d530aa4170fe1ce66051c493d17c058d8c48572 (diff) | |
| download | poky-b4be67b5f7cd92467a27ea3e47c62e869b2bfac2.tar.gz | |
elfutils: fix unused variable BUFFER_SIZE
Fix build break with clang
(From OE-Core rev: 760292c23213476169116b8608ca4119b99e6ff8)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/elfutils_0.191.bb')
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.191.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.191.bb b/meta/recipes-devtools/elfutils/elfutils_0.191.bb index c5c1542b05..c4d872430b 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.191.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.191.bb | |||
| @@ -22,6 +22,7 @@ SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2 \ | |||
| 22 | file://ptest.patch \ | 22 | file://ptest.patch \ |
| 23 | file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \ | 23 | file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \ |
| 24 | file://0001-debuginfod-Remove-unused-variable.patch \ | 24 | file://0001-debuginfod-Remove-unused-variable.patch \ |
| 25 | file://0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch \ | ||
| 25 | " | 26 | " |
| 26 | SRC_URI:append:libc-musl = " \ | 27 | SRC_URI:append:libc-musl = " \ |
| 27 | file://0003-musl-utils.patch \ | 28 | file://0003-musl-utils.patch \ |
