diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-02-23 21:08:07 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-25 12:41:23 +0000 |
| commit | d9cdd64d6e9d59bead1a9cbed1441e2b06b3ff1f (patch) | |
| tree | 11733fefe70fdca1c407c50f259b5426b1ec8a11 /meta/recipes-devtools/patchelf/patchelf_0.14.5.bb | |
| parent | 552b655f76a06d42bd447d873e1f0cfa0047cc0a (diff) | |
| download | poky-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.bb | 18 |
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 @@ | |||
| 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" | ||
