]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
patchelf: Upgrade 0.17.2 -> 0.18.0
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 May 2023 10:43:08 +0000 (11:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 May 2023 06:33:15 +0000 (07:33 +0100)
Add package to contain the new zsh completion files.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/patchelf/patchelf_0.18.0.bb [moved from meta/recipes-devtools/patchelf/patchelf_0.17.2.bb with 78% similarity]

similarity index 78%
rename from meta/recipes-devtools/patchelf/patchelf_0.17.2.bb
rename to meta/recipes-devtools/patchelf/patchelf_0.18.0.bb
index a9583419e80886e0bc77baf76a892d6e1f38488f..e8bc2ff83dda59ab82c9217d4c8d489b1a321931 100644 (file)
@@ -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"