]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
patchelf: upgrade 0.16.1 -> 0.17.0
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 5 Dec 2022 02:28:53 +0000 (10:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Dec 2022 15:23:13 +0000 (15:23 +0000)
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

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/patchelf/patchelf_0.17.0.bb [moved from meta/recipes-devtools/patchelf/patchelf_0.16.1.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-devtools/patchelf/patchelf_0.16.1.bb
rename to meta/recipes-devtools/patchelf/patchelf_0.17.0.bb
index 8ce9e995207f1b90eff165071f42aae4aa1d03a6..5faee923bfe0629fa88acfe5dc539e520eaae93e 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "GPL-3.0-only"
 
 SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
            "
-SRCREV = "438d23e29c73beb8f16e04efe2a91daa6819ef34"
+SRCREV = "ad0265668f12eff59027259345fed4b0f315336a"
 
 S = "${WORKDIR}/git"