summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf/patchelf_0.14.5.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-02-23 21:08:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-25 12:41:23 +0000
commitd9cdd64d6e9d59bead1a9cbed1441e2b06b3ff1f (patch)
tree11733fefe70fdca1c407c50f259b5426b1ec8a11 /meta/recipes-devtools/patchelf/patchelf_0.14.5.bb
parent552b655f76a06d42bd447d873e1f0cfa0047cc0a (diff)
downloadpoky-d9cdd64d6e9d59bead1a9cbed1441e2b06b3ff1f.tar.gz
patchelf: upgrade 0.14.3 -> 0.14.5
(From OE-Core rev: 5d5b7126c71b57d049ecd9bdd28edd7d1166b101) 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.14.5.bb')
-rw-r--r--meta/recipes-devtools/patchelf/patchelf_0.14.5.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.14.5.bb b/meta/recipes-devtools/patchelf/patchelf_0.14.5.bb
new file mode 100644
index 0000000000..0fa2c00f1d
--- /dev/null
+++ b/meta/recipes-devtools/patchelf/patchelf_0.14.5.bb
@@ -0,0 +1,18 @@
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 \
8 file://handle-read-only-files.patch \
9 "
10SRCREV = "a35054504293f9ff64539850d1ed0bfd2f5399f2"
11
12S = "${WORKDIR}/git"
13
14LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
15
16inherit autotools
17
18BBCLASSEXTEND = "native nativesdk"