summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-02 11:43:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-03 07:33:15 +0100
commit9db1a06969e33cb7a67b196b9ff7479202384151 (patch)
tree92d74c8c1bb4705e7b5a9893c4046cf0c5e2f1ae
parentdd5f69ab172e60eb222c599bfbab5833b94483a5 (diff)
downloadopenembedded-core-9db1a06969e33cb7a67b196b9ff7479202384151.tar.gz
patchelf: Upgrade 0.17.2 -> 0.18.0
Add package to contain the new zsh completion files. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/patchelf/patchelf_0.18.0.bb (renamed from meta/recipes-devtools/patchelf/patchelf_0.17.2.bb)5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.17.2.bb b/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb
index a9583419e8..e8bc2ff83d 100644
--- a/meta/recipes-devtools/patchelf/patchelf_0.17.2.bb
+++ b/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/NixOS/patchelf"
LICENSE = "GPL-3.0-only"
SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master"
-SRCREV = "5908e16cd562bcb1909be4de0409c4912a8afc52"
+SRCREV = "99c24238981b7b1084313aca8f5c493bb46f302c"
S = "${WORKDIR}/git"
@@ -13,4 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
inherit autotools
+PACKAGES += "${PN}-zsh-completion"
+FILES:${PN}-zsh-completion = "${datadir}/zsh"
+
BBCLASSEXTEND = "native nativesdk"