diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-02 11:43:08 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-03 07:33:18 +0100 |
| commit | 1b301fa2d5277407f65e80017fbe5cf4edde3685 (patch) | |
| tree | 9e2267ee3717eb6e73c6ee98121d76386d8061e3 /meta/recipes-devtools/patchelf/patchelf_0.18.0.bb | |
| parent | 24a718080f177c5f383cf0323259a395937ee35e (diff) | |
| download | poky-1b301fa2d5277407f65e80017fbe5cf4edde3685.tar.gz | |
patchelf: Upgrade 0.17.2 -> 0.18.0
Add package to contain the new zsh completion files.
(From OE-Core rev: 9db1a06969e33cb7a67b196b9ff7479202384151)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patchelf/patchelf_0.18.0.bb')
| -rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.18.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb b/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb new file mode 100644 index 0000000000..e8bc2ff83d --- /dev/null +++ b/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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 | SRCREV = "99c24238981b7b1084313aca8f5c493bb46f302c" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 13 | |||
| 14 | inherit autotools | ||
| 15 | |||
| 16 | PACKAGES += "${PN}-zsh-completion" | ||
| 17 | FILES:${PN}-zsh-completion = "${datadir}/zsh" | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
