From 9ec19e76027db6bc5a2f6ea6ac79a98c7b913a6e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 3 Jul 2019 13:55:30 +0000 Subject: [PATCH] python-wstool: fix unpackaged files * fixes: ERROR: python-wstool-0.1.13-r0 do_package: QA Issue: python-wstool: Files/directories were installed but not shipped in any package: /usr/share /usr/share/zsh /usr/share/zsh/site-functions /usr/share/zsh/site-functions/_wstool /usr/share/zsh/site-functions/wstool-completion.bash Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. python-wstool: 5 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa --- recipes-devtools/python/python-wstool_0.1.13.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-devtools/python/python-wstool_0.1.13.bb b/recipes-devtools/python/python-wstool_0.1.13.bb index 6a0ac6c..b76ef1f 100644 --- a/recipes-devtools/python/python-wstool_0.1.13.bb +++ b/recipes-devtools/python/python-wstool_0.1.13.bb @@ -13,3 +13,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" RDEPENDS_${PN} += "python-vcstools python-pyyaml python-rosinstall" inherit setuptools + +PACKAGES =+ "${PN}-zsh-completion" +FILES_${PN}-zsh-completion += "${datadir}/zsh/" +RDEPENDS_${PN}-zsh-completion += "zsh"