blob: baaacdb9f53c1a612e9ad1d9ce2a39636521e541 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
|