mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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 <Hemanth.KumarMD@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
56c550a48e
commit
e2584b80b7
@@ -26,5 +26,9 @@ PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STA
|
|||||||
do_install:append() {
|
do_install:append() {
|
||||||
rm -rf ${D}${libdir}/charset.alias
|
rm -rf ${D}${libdir}/charset.alias
|
||||||
}
|
}
|
||||||
|
PACKAGES =+ "${PN}-zsh-completion"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/icons/hicolor"
|
FILES:${PN} += "${datadir}/icons/hicolor"
|
||||||
|
FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "perl bash readline"
|
RDEPENDS:${PN} = "perl bash readline"
|
||||||
|
|||||||
Reference in New Issue
Block a user