SUMMARY = "virtio-fs vhost-user daemon" DESCRIPTION = "A daemon that allows sharing of folders with a VM via virtio-fs" HOMEPAGE = "https://gitlab.com/virtio-fs/virtiofsd" LICENSE = "Apache-2.0 | BSD-3-Clause" LIC_FILES_CHKSUM = " \ file://LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ file://LICENSE-BSD-3-Clause;md5=b1ed361f9fc790c1054d81a7ef041a34 \ " DEPENDS = "libseccomp libcap-ng" inherit features_check REQUIRED_DISTRO_FEATURES = "seccomp" SRC_URI += "crate://crates.io/virtiofsd/1.13.3" SRC_URI[virtiofsd-1.13.3.sha256sum] = "162e60c45fbfeaf1d3f8407d788d4b5a0a718f49f469ccd3c7140480716d7677" inherit cargo inherit cargo-update-recipe-crates include virtiofsd-crates.inc