summaryrefslogtreecommitdiff
path: root/packages/fuse
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2009-02-13 23:48:49 -0600
committerMike Westerhof <mwester@dls.net>2009-02-13 23:48:49 -0600
commit046592e90ebf4aa7a721e5f81c154d6dbd0ac76d (patch)
tree61eea085063b5852dd5a48ddffcd8bb417dc60cc /packages/fuse
parent25d120a1f030ec587326ddf7396a20697db0f690 (diff)
sshfs-fuse: bump up to upstream version 2.2
simple recipe bump patch, tested on the OMAP3EVM and Pandora boards. Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
Diffstat (limited to 'packages/fuse')
-rw-r--r--packages/fuse/sshfs-fuse_2.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/fuse/sshfs-fuse_2.2.bb b/packages/fuse/sshfs-fuse_2.2.bb
new file mode 100644
index 0000000000..0ca2e132bc
--- /dev/null
+++ b/packages/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"