aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2012-10-18 21:36:57 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-19 11:42:45 +0200
commit2c1f670d731fb1c4a2167b110e9ae1c3288a8108 (patch)
tree12a6adb0644482739fb6a60d232738474d32f168 /meta-oe
parent4f767925eceeb7751c12c786e833d538ba7ba15b (diff)
downloadmeta-openembedded-2c1f670d731fb1c4a2167b110e9ae1c3288a8108.tar.gz
sshfs-fuse : Import recipe from Openembedded Classic.
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/sshfs-fuse/sshfs-fuse_2.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/sshfs-fuse/sshfs-fuse_2.4.bb b/meta-oe/recipes-connectivity/sshfs-fuse/sshfs-fuse_2.4.bb
new file mode 100644
index 0000000000..83d5c87f53
--- /dev/null
+++ b/meta-oe/recipes-connectivity/sshfs-fuse/sshfs-fuse_2.4.bb
@@ -0,0 +1,19 @@
+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"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
+S = "${WORKDIR}/${P}"
+
+inherit autotools
+
+FILES_${PN} += "${libdir}/sshnodelay.so"
+
+SRC_URI[md5sum] = "3c7c3647c52ce84d09486f1da3a3ce24"
+SRC_URI[sha256sum] = "3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1"
+