summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patchelf/patchelf_0.12.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-08-22 14:50:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-23 08:25:52 +0100
commit253fca82465c004ae9cb40aa8c2b35e918565fc0 (patch)
tree3787e21ae9f9a71f2058bc59df67e2bf5ed0df2f /meta/recipes-devtools/patchelf/patchelf_0.12.bb
parent9a262e903894a9b52a8710ed47f5af9107962424 (diff)
downloadpoky-253fca82465c004ae9cb40aa8c2b35e918565fc0.tar.gz
patchelf: upgrade 0.12 -> 0.13
(From OE-Core rev: 9fdfa49ac11eff7215fab8540114535b2c652b83) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.12.bb')
-rw-r--r--meta/recipes-devtools/patchelf/patchelf_0.12.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.12.bb b/meta/recipes-devtools/patchelf/patchelf_0.12.bb
deleted file mode 100644
index 7c97ea0789..0000000000
--- a/meta/recipes-devtools/patchelf/patchelf_0.12.bb
+++ /dev/null
@@ -1,20 +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 = "GPLv3"
6
7SRC_URI = "git://github.com/NixOS/patchelf;protocol=https \
8 file://handle-read-only-files.patch \
9 file://6edec83653ce1b5fc201ff6db93b966394766814.patch \
10 file://alignmentfix.patch \
11 "
12SRCREV = "8d3a16e97294e3c5521c61b4c8835499c9918264"
13
14S = "${WORKDIR}/git"
15
16LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
17
18inherit autotools
19
20BBCLASSEXTEND = "native nativesdk"