From e2584b80b7601f0bb8ac738ebf1c1a2b78a9bfcd Mon Sep 17 00:00:00 2001 From: Hemanth Kumar M D Date: Fri, 26 Jun 2026 04:41:33 -0700 Subject: [PATCH] lftp: add zsh completion subpackage 4.9.3 installs zsh completion via 'make install'. Package it as ${PN}-zsh-completion consistent with other recipes in meta-oe. Link: https://github.com/lavv17/lftp/commit/7f5c127878fa76a916b9ea80419d65e7df549d3e Signed-off-by: Hemanth Kumar M D Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/lftp/lftp_4.9.3.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.9.3.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.9.3.bb index c4d08bf071..d132813403 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.9.3.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.9.3.bb @@ -26,5 +26,9 @@ PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STA do_install:append() { rm -rf ${D}${libdir}/charset.alias } +PACKAGES =+ "${PN}-zsh-completion" + FILES:${PN} += "${datadir}/icons/hicolor" +FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions" + RDEPENDS:${PN} = "perl bash readline"