diff options
Diffstat (limited to 'meta-filesystems/recipes-filesystems/sshfs-fuse')
-rw-r--r-- | meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb new file mode 100644 index 0000000000..722d0ede98 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb | |||
@@ -0,0 +1,17 @@ | |||
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 = "http://fuse.sourceforge.net/sshfs.html" | ||
4 | SECTION = "console/network" | ||
5 | LICENSE = "GPLv2" | ||
6 | DEPENDS = "glib-2.0 fuse" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz" | ||
10 | S = "${WORKDIR}/${P}" | ||
11 | |||
12 | inherit autotools | ||
13 | |||
14 | FILES_${PN} += "${libdir}/sshnodelay.so" | ||
15 | |||
16 | SRC_URI[md5sum] = "17494910db8383a366b1301e5f5148a9" | ||
17 | SRC_URI[sha256sum] = "e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e" | ||