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 <Martin.Jansa@gmail.com>
This commit is contained in:
parent
ebe2011819
commit
9ec19e7602
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue