diff options
Diffstat (limited to 'meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.6.0.bb')
| -rw-r--r-- | meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.6.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.6.0.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.6.0.bb new file mode 100644 index 0000000000..2515d07d48 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.6.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" | ||
| 2 | AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>" | ||
| 3 | HOMEPAGE = "https://github.com/libfuse/sshfs" | ||
| 4 | SECTION = "console/network" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | DEPENDS = "glib-2.0 fuse3" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/libfuse/sshfs" | ||
| 10 | SRCREV = "a1e5f12c530ccf59434a7d59a34a049f160b3559" | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit meson | ||
