From 7810ed60ef2928a881832a1b83328c32d8b31cf0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 31 Mar 2020 08:19:29 -0700 Subject: 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 --- meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-xfce') 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" -- cgit 1.2.3-korg