diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-03-31 08:19:29 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-31 10:44:26 -0700 |
| commit | 7810ed60ef2928a881832a1b83328c32d8b31cf0 (patch) | |
| tree | bfd74b61e98539fcfaf50041bcb6aa9cdd5308af /meta-xfce | |
| parent | a6e846dadc5dcb5e4248d37c5f971c8a1f55df4a (diff) | |
| download | meta-openembedded-7810ed60ef2928a881832a1b83328c32d8b31cf0.tar.gz | |
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>
Diffstat (limited to 'meta-xfce')
| -rw-r--r-- | meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
| 27 | do_split_packages(d, icondir, '^(.*)', '%s', 'Open Zone cursors %s', allow_dirs=True) | 27 | do_split_packages(d, icondir, '^(.*)', '%s', 'Open Zone cursors %s', allow_dirs=True) |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | FILES_${PN} += "${datadir}/icons" | ||
| 31 | |||
| 30 | PACKAGES_DYNAMIC += "^openzone-.*" | 32 | PACKAGES_DYNAMIC += "^openzone-.*" |
| 31 | ALLOW_EMPTY_${PN} = "1" | 33 | ALLOW_EMPTY_${PN} = "1" |
