[oe-commits] Philip Balister : sshfs-fuse : Import recipe from Openembedded Classic.

git at git.openembedded.org git at git.openembedded.org
Fri Oct 19 09:53:00 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 2c1f670d731fb1c4a2167b110e9ae1c3288a8108
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2c1f670d731fb1c4a2167b110e9ae1c3288a8108

Author: Philip Balister <philip at opensdr.com>
Date:   Thu Oct 18 21:36:57 2012 +0000

sshfs-fuse : Import recipe from Openembedded Classic.

Signed-off-by: Philip Balister <philip at balister.org>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../sshfs-fuse/sshfs-fuse_2.4.bb                   |   19 +++++++++++++++++++
 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 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"
+





More information about the Openembedded-commits mailing list