summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.4.bb')
-rw-r--r--meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.4.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.4.bb
new file mode 100644
index 000000000..f550f71af
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.4.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE."
2AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>"
3HOMEPAGE = "http://fuse.sourceforge.net/sshfs.html"
4SECTION = "console/network"
5LICENSE = "GPLv2"
6DEPENDS = "glib-2.0 fuse"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8
9SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
10S = "${WORKDIR}/${P}"
11
12inherit autotools
13
14FILES_${PN} += "${libdir}/sshnodelay.so"
15
16SRC_URI[md5sum] = "3c7c3647c52ce84d09486f1da3a3ce24"
17SRC_URI[sha256sum] = "3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1"
18