summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf/patchelf_0.12.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-20 15:13:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-23 10:12:08 +0100
commit63b0992ab7f6d2596bcc47641c308b2c4d853445 (patch)
tree00cb62cd1c9700576fca950f11fa8a5d88c3a801 /meta/recipes-devtools/patchelf/patchelf_0.12.bb
parentc365e382334f61d538d8064ae44a737fd0f47d73 (diff)
downloadpoky-63b0992ab7f6d2596bcc47641c308b2c4d853445.tar.gz
patchelf: Backport fix from upstream for note section overlap error
Backport a patch from upstream to fix an error: patchelf: cannot normalize PT_NOTE segment: non-contiguous SHT_NOTE sections seen on our ubuntu1604 autobuilder worker. (From OE-Core rev: 80e8f7d34d7032cc94b61bf155eac7648e6b6c74) 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 95886c6d3a..2eb09aee32 100644
--- a/meta/recipes-devtools/patchelf/patchelf_0.12.bb
+++ b/meta/recipes-devtools/patchelf/patchelf_0.12.bb
@@ -6,6 +6,7 @@ LICENSE = "GPLv3"
6 6
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 " 10 "
10SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264" 11SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264"
11 12