Browse Source

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>
Khem Raj 4 years ago
parent
commit
7810ed60ef
1 changed files with 2 additions and 0 deletions
  1. 2 0
      meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb

+ 2 - 0
meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb

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