diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-08-30 18:34:04 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-30 14:45:47 -0700 |
commit | aecd7f7f4a511c0dbfadac93b47104b4043514c1 (patch) | |
tree | ee52862cf8087b296d1d3dbce97d28e5a10b233e | |
parent | 9b37c1cc8841ef397f3b812085e2c70841246db0 (diff) | |
download | meta-openembedded-aecd7f7f4a511c0dbfadac93b47104b4043514c1.tar.gz |
phodav: make sure systemd files are packaged correctly
* fixes installed-vs-shipped QA issue with multilib:
ERROR: lib32-phodav-3.0-r0 do_package: QA Issue: lib32-phodav: Files/directories were installed but not shipped in any package:
/usr/lib/systemd
/usr/lib/systemd/system
/usr/lib/systemd/system/spice-webdavd.service
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
lib32-phodav: 3 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/spice/phodav_3.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/spice/phodav_3.0.bb b/meta-networking/recipes-support/spice/phodav_3.0.bb index 03e3caee27..990e017022 100644 --- a/meta-networking/recipes-support/spice/phodav_3.0.bb +++ b/meta-networking/recipes-support/spice/phodav_3.0.bb | |||
@@ -17,7 +17,9 @@ PACKAGECONFIG[avahi] = "-Davahi=enabled,-Davahi=disabled,avahi" | |||
17 | 17 | ||
18 | inherit pkgconfig gnomebase gettext gtk-doc | 18 | inherit pkgconfig gnomebase gettext gtk-doc |
19 | 19 | ||
20 | EXTRA_OEMESON += "-Dsystemdsystemunitdir=${systemd_system_unitdir}" | ||
21 | |||
20 | SRC_URI = "https://download.gnome.org/sources/phodav/3.0/phodav-${PV}.tar.xz;name=archive" | 22 | SRC_URI = "https://download.gnome.org/sources/phodav/3.0/phodav-${PV}.tar.xz;name=archive" |
21 | SRC_URI[archive.sha256sum] = "392ec2d06d50300dcff1ef269a2a985304e29bce3520002fca29f2edc1d138d1" | 23 | SRC_URI[archive.sha256sum] = "392ec2d06d50300dcff1ef269a2a985304e29bce3520002fca29f2edc1d138d1" |
22 | 24 | ||
23 | FILES:${PN} += "${libdir}" | 25 | FILES:${PN} += "${libdir} ${systemd_system_unitdir}" |