summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf/patchelf_0.12.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-01 17:10:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-01 22:43:11 +0100
commitcde414f5710b4f6a428dd99e2876bcc9bede972b (patch)
treec978d6f4a329e5f05d83d0ae15734e5a0b6d23a3 /meta/recipes-devtools/patchelf/patchelf_0.12.bb
parent19c365d040eb50a52fc7211a2d0aa223c4a6e0f8 (diff)
downloadpoky-cde414f5710b4f6a428dd99e2876bcc9bede972b.tar.gz
patchelf: Fix note section alignment issues
Improve note section normalization was added to patchelf in recent versions however if fails if there are two note sections which aren't sized to match section alignment. Tweak the code to account for section alignment. This fixes patchelf failures on the autobuilder, particularly to ccache-native. (From OE-Core rev: fee8dde0d597b511b37d8dcf215e8355980d5f2b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.12.bb')
-rw-r--r--meta/recipes-devtools/patchelf/patchelf_0.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.12.bb b/meta/recipes-devtools/patchelf/patchelf_0.12.bb
index 2eb09aee32..7c97ea0789 100644
--- a/meta/recipes-devtools/patchelf/patchelf_0.12.bb
+++ b/meta/recipes-devtools/patchelf/patchelf_0.12.bb
@@ -7,6 +7,7 @@ LICENSE = "GPLv3"
7SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \ 7SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \
8 file://handle-read-only-files.patch \ 8 file://handle-read-only-files.patch \
9 file://6edec83653ce1b5fc201ff6db93b966394766814.patch \ 9 file://6edec83653ce1b5fc201ff6db93b966394766814.patch \
10 file://alignmentfix.patch \
10 " 11 "
11SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264" 12SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264"
12 13