[oe] [meta-oe][PATCH 2/2] sshfs-fuse : Import recipe from Openembedded Classic.

Philip Balister philip at balister.org
Thu Oct 18 21:36:57 UTC 2012


From: Philip Balister <philip at opensdr.com>

Signed-off-by: Philip Balister <philip at balister.org>
---
 .../sshfs-fuse/sshfs-fuse_2.4.bb                   |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-connectivity/sshfs-fuse/sshfs-fuse_2.4.bb

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 0000000..83d5c87
--- /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 at 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"
+
-- 
1.7.7.6





More information about the Openembedded-devel mailing list