summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf/patchelf_0.17.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-01-15 13:22:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-16 10:42:07 +0000
commite5f159c0e3b59d04cff3fe86c39e04a79354fe21 (patch)
tree4b7eaf105385b3b74ec81abe065edfdfef27ca57 /meta/recipes-devtools/patchelf/patchelf_0.17.2.bb
parent3ac509bc514a793943596ffc4de353f781b7e9ed (diff)
downloadpoky-e5f159c0e3b59d04cff3fe86c39e04a79354fe21.tar.gz
patchelf: upgrade 0.17.0 -> 0.17.2
8d2cb4f9ab8d564904c292099a022ffb3cccd52d.patch included in 0.17.2 Changelog: =========== Also pass STRIP to the tests Fix Out-of-bounds read in the function modifySoname Split segment size fix (From OE-Core rev: ae8319a6ce5af747a1882bd67384286fef75474a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.17.2.bb')
-rw-r--r--meta/recipes-devtools/patchelf/patchelf_0.17.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.17.2.bb b/meta/recipes-devtools/patchelf/patchelf_0.17.2.bb
new file mode 100644
index 0000000000..a9583419e8
--- /dev/null
+++ b/meta/recipes-devtools/patchelf/patchelf_0.17.2.bb
@@ -0,0 +1,16 @@
1SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries"
2DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries."
3HOMEPAGE = "https://github.com/NixOS/patchelf"
4
5LICENSE = "GPL-3.0-only"
6
7SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master"
8SRCREV = "5908e16cd562bcb1909be4de0409c4912a8afc52"
9
10S = "${WORKDIR}/git"
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
13
14inherit autotools
15
16BBCLASSEXTEND = "native nativesdk"