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:
Martin Jansa 2019-07-03 13:55:30 +00:00
parent ebe2011819
commit 9ec19e7602
1 changed files with 4 additions and 0 deletions

View File

@ -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"