mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-08-21 08:22:00 +02:00
22 lines
700 B
BlitzBasic
22 lines
700 B
BlitzBasic
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.2"
|
|
SRC_URI[virtiofsd-1.13.2.sha256sum] = "3a9b54fcc6a1de125ef205f98a442c0e1d8f52977f21f80889382ec37a3bd14a"
|
|
|
|
inherit cargo
|
|
inherit cargo-update-recipe-crates
|
|
|
|
include virtiofsd-crates.inc
|