summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf/patchelf_0.10.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-03 14:24:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-18 12:25:00 +0100
commit54b8fcc703bee7bcaa56b9bf29d436f100b8b507 (patch)
tree5fe971eb7a0b849a764df53a913f47720e1b76c8 /meta/recipes-devtools/patchelf/patchelf_0.10.bb
parent7287cf931f0e3e0ff5cee4980cfb476d33f3d425 (diff)
downloadpoky-54b8fcc703bee7bcaa56b9bf29d436f100b8b507.tar.gz
patchelf: Add patch to address corrupt shared library issue
patchelf can corrupt shared libraries if the program headers don't immediately follow the elf header. Add a patch submitted upstream to address this. (From OE-Core rev: faaf5f34332290708f3720a5488b3d1549d9e95a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e7811c787bbe2f5d49b3506309499acc27189988) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.10.bb')
-rw-r--r--meta/recipes-devtools/patchelf/patchelf_0.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.10.bb b/meta/recipes-devtools/patchelf/patchelf_0.10.bb
index cc983e033a..e4a604ec70 100644
--- a/meta/recipes-devtools/patchelf/patchelf_0.10.bb
+++ b/meta/recipes-devtools/patchelf/patchelf_0.10.bb
@@ -1,6 +1,7 @@
1SRC_URI = "https://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \ 1SRC_URI = "https://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \
2 file://handle-read-only-files.patch \ 2 file://handle-read-only-files.patch \
3 file://fix-adjusting-startPage.patch \ 3 file://fix-adjusting-startPage.patch \
4 file://fix-phdrs.patch \
4 " 5 "
5 6
6LICENSE = "GPLv3" 7LICENSE = "GPLv3"