All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce][PATCH] openzone: Package icons
@ 2020-03-31 15:49 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2020-03-31 15:49 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

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>
---
 meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
index df0ed50c7b..5ff4856865 100644
--- a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb
+++ b/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"
-- 
2.26.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-31 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31 15:49 [meta-xfce][PATCH] openzone: Package icons Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.