diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-11 21:58:04 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-14 08:13:32 +0100 |
| commit | 51aa1c66ddedf3a6b915a464fe3f70924fd5a480 (patch) | |
| tree | 197446061df30e7712eacc784f86368c2b7ccc94 /meta/recipes-devtools/patchelf/patchelf_0.14.5.bb | |
| parent | 4675bd334958e9a839f8b23dee1824d67ecabc04 (diff) | |
| download | poky-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.bb | 18 |
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 @@ | |||
| 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 | file://handle-read-only-files.patch \ | ||
| 9 | " | ||
| 10 | SRCREV = "a35054504293f9ff64539850d1ed0bfd2f5399f2" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 15 | |||
| 16 | inherit autotools | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
