diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-05 10:28:53 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-06 15:23:18 +0000 |
| commit | ce8970cdbf9879c3be47bc46275ea46361cf6c18 (patch) | |
| tree | 0951b51b8096789ba933637f9eaba880a58ed43e /meta/recipes-devtools/patchelf/patchelf_0.17.0.bb | |
| parent | ac74bdb7232868f8dd897346068d4c906f35e66d (diff) | |
| download | poky-ce8970cdbf9879c3be47bc46275ea46361cf6c18.tar.gz | |
patchelf: upgrade 0.16.1 -> 0.17.0
Changelog:
==========
fix pagesize on ia64
write out replace sections in original order
patchelf: correct page size for sparc64/sparc32
update vendored elf file
add workaround for readelf from binutils 2.30
make objdump/objcopy/readelf configurable and respect cross-compiling
build patchelf on windows
(From OE-Core rev: 8f7af3802d73c81af355e245cc057edc8cf1cd63)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.17.0.bb')
| -rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.17.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.17.0.bb b/meta/recipes-devtools/patchelf/patchelf_0.17.0.bb new file mode 100644 index 0000000000..5faee923bf --- /dev/null +++ b/meta/recipes-devtools/patchelf/patchelf_0.17.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | " | ||
| 9 | SRCREV = "ad0265668f12eff59027259345fed4b0f315336a" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 14 | |||
| 15 | inherit autotools | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
