summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf/patchelf_0.14.5.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-08-11 21:58:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-14 08:13:32 +0100
commit51aa1c66ddedf3a6b915a464fe3f70924fd5a480 (patch)
tree197446061df30e7712eacc784f86368c2b7ccc94 /meta/recipes-devtools/patchelf/patchelf_0.14.5.bb
parent4675bd334958e9a839f8b23dee1824d67ecabc04 (diff)
downloadpoky-51aa1c66ddedf3a6b915a464fe3f70924fd5a480.tar.gz
patchelf: update 0.14.5 -> 0.15.0
Rebase handle-read-only-files.patch (From OE-Core rev: 0b2f8da3ff9cbbb6fc2ab75fbe09ad1fe745c53b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> 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.14.5.bb')
-rw-r--r--meta/recipes-devtools/patchelf/patchelf_0.14.5.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.14.5.bb b/meta/recipes-devtools/patchelf/patchelf_0.14.5.bb
deleted file mode 100644
index 0fa2c00f1d..0000000000
--- a/meta/recipes-devtools/patchelf/patchelf_0.14.5.bb
+++ /dev/null
@@ -1,18 +0,0 @@
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"