diff options
Diffstat (limited to 'recipes-extended/virtiofsd/virtiofsd_1.13.3.bb')
| -rw-r--r-- | recipes-extended/virtiofsd/virtiofsd_1.13.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-extended/virtiofsd/virtiofsd_1.13.3.bb b/recipes-extended/virtiofsd/virtiofsd_1.13.3.bb new file mode 100644 index 00000000..5327e844 --- /dev/null +++ b/recipes-extended/virtiofsd/virtiofsd_1.13.3.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "virtio-fs vhost-user daemon" | ||
| 2 | DESCRIPTION = "A daemon that allows sharing of folders with a VM via virtio-fs" | ||
| 3 | HOMEPAGE = "https://gitlab.com/virtio-fs/virtiofsd" | ||
| 4 | LICENSE = "Apache-2.0 | BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = " \ | ||
| 6 | file://LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
| 7 | file://LICENSE-BSD-3-Clause;md5=b1ed361f9fc790c1054d81a7ef041a34 \ | ||
| 8 | " | ||
| 9 | |||
| 10 | DEPENDS = "libseccomp libcap-ng" | ||
| 11 | |||
| 12 | inherit features_check | ||
| 13 | REQUIRED_DISTRO_FEATURES = "seccomp" | ||
| 14 | |||
| 15 | SRC_URI += "crate://crates.io/virtiofsd/1.13.3" | ||
| 16 | SRC_URI[virtiofsd-1.13.3.sha256sum] = "162e60c45fbfeaf1d3f8407d788d4b5a0a718f49f469ccd3c7140480716d7677" | ||
| 17 | |||
| 18 | inherit cargo | ||
| 19 | inherit cargo-update-recipe-crates | ||
| 20 | |||
| 21 | include virtiofsd-crates.inc | ||
