diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-15 13:22:55 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-16 10:42:07 +0000 |
| commit | e5f159c0e3b59d04cff3fe86c39e04a79354fe21 (patch) | |
| tree | 4b7eaf105385b3b74ec81abe065edfdfef27ca57 /meta/recipes-devtools/patchelf/patchelf_0.17.2.bb | |
| parent | 3ac509bc514a793943596ffc4de353f781b7e9ed (diff) | |
| download | poky-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.bb | 16 |
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 @@ | |||
| 1 | SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" | ||
| 2 | DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries." | ||
| 3 | HOMEPAGE = "https://github.com/NixOS/patchelf" | ||
| 4 | |||
| 5 | LICENSE = "GPL-3.0-only" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master" | ||
| 8 | SRCREV = "5908e16cd562bcb1909be4de0409c4912a8afc52" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 13 | |||
| 14 | inherit autotools | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
