| Message ID | 20260715140507.2329605-4-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/12] libxml2: clean up xmlconf mode fixups | expand |
diff --git a/meta/recipes-devtools/patchelf/patchelf_git.bb b/meta/recipes-devtools/patchelf/patchelf_git.bb index 6c88da1b098..adc1198937d 100644 --- a/meta/recipes-devtools/patchelf/patchelf_git.bb +++ b/meta/recipes-devtools/patchelf/patchelf_git.bb @@ -4,15 +4,14 @@ HOMEPAGE = "https://github.com/NixOS/patchelf" LICENSE = "GPL-3.0-only" -SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \ -" +SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master" SRCREV = "7688b17c18d16f67fa8d5a82a2404c2e3a18648d" PV = "0.19.1" LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" -inherit autotools +inherit meson PACKAGES += "${PN}-zsh-completion" FILES:${PN}-zsh-completion = "${datadir}/zsh"
Upstream has meson support, so use it. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/patchelf/patchelf_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)