mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
aecd7f7f4a
* 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>
26 lines
810 B
BlitzBasic
26 lines
810 B
BlitzBasic
SUMMARY = "phodav is a WebDav server implementation using libsoup (RFC 4918)."
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0 \
|
|
libsoup \
|
|
"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
GTKDOC_MESON_OPTION = 'gtk_doc'
|
|
GTKDOC_MESON_ENABLE_FLAG = 'enabled'
|
|
GTKDOC_MESON_DISABLE_FLAG = 'disabled'
|
|
|
|
PACKAGECONFIG ??= "avahi"
|
|
PACKAGECONFIG[avahi] = "-Davahi=enabled,-Davahi=disabled,avahi"
|
|
|
|
inherit pkgconfig gnomebase gettext gtk-doc
|
|
|
|
EXTRA_OEMESON += "-Dsystemdsystemunitdir=${systemd_system_unitdir}"
|
|
|
|
SRC_URI = "https://download.gnome.org/sources/phodav/3.0/phodav-${PV}.tar.xz;name=archive"
|
|
SRC_URI[archive.sha256sum] = "392ec2d06d50300dcff1ef269a2a985304e29bce3520002fca29f2edc1d138d1"
|
|
|
|
FILES:${PN} += "${libdir} ${systemd_system_unitdir}"
|