summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-08-30 18:34:04 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-30 14:45:47 -0700
commitaecd7f7f4a511c0dbfadac93b47104b4043514c1 (patch)
treeee52862cf8087b296d1d3dbce97d28e5a10b233e
parent9b37c1cc8841ef397f3b812085e2c70841246db0 (diff)
downloadmeta-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.bb4
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
18inherit pkgconfig gnomebase gettext gtk-doc 18inherit pkgconfig gnomebase gettext gtk-doc
19 19
20EXTRA_OEMESON += "-Dsystemdsystemunitdir=${systemd_system_unitdir}"
21
20SRC_URI = "https://download.gnome.org/sources/phodav/3.0/phodav-${PV}.tar.xz;name=archive" 22SRC_URI = "https://download.gnome.org/sources/phodav/3.0/phodav-${PV}.tar.xz;name=archive"
21SRC_URI[archive.sha256sum] = "392ec2d06d50300dcff1ef269a2a985304e29bce3520002fca29f2edc1d138d1" 23SRC_URI[archive.sha256sum] = "392ec2d06d50300dcff1ef269a2a985304e29bce3520002fca29f2edc1d138d1"
22 24
23FILES:${PN} += "${libdir}" 25FILES:${PN} += "${libdir} ${systemd_system_unitdir}"