openzone: Package icons

Fixes
ERROR: QA Issue: openzone: Files/directories were installed but not shipped in any package:
  /usr
  /usr/share
  /usr/share/icons
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
openzone: 3 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2020-03-31 08:19:29 -07:00
parent a6e846dadc
commit 7810ed60ef

View File

@ -27,5 +27,7 @@ python populate_packages_prepend () {
do_split_packages(d, icondir, '^(.*)', '%s', 'Open Zone cursors %s', allow_dirs=True)
}
FILES_${PN} += "${datadir}/icons"
PACKAGES_DYNAMIC += "^openzone-.*"
ALLOW_EMPTY_${PN} = "1"