aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fuse/sshfs-fuse_2.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fuse/sshfs-fuse_2.2.bb')
-rw-r--r--recipes/fuse/sshfs-fuse_2.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/fuse/sshfs-fuse_2.2.bb b/recipes/fuse/sshfs-fuse_2.2.bb
new file mode 100644
index 0000000000..0ca2e132bc
--- /dev/null
+++ b/recipes/fuse/sshfs-fuse_2.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE."
+AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>"
+HOMEPAGE = "http://fuse.sourceforge.net/sshfs.html"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "glib-2.0 fuse"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
+S = "${WORKDIR}/${P}"
+
+inherit autotools
+
+FILES_${PN} += "${libdir}/sshnodelay.so"