[oe] [PATCH] Bump the SSHFS FUSE filesystem to version 2.2 from 1.8 and update checksums.ini.

John Willis John.Willis at Distant-earth.com
Wed Feb 11 21:08:36 UTC 2009


Just a simple recipe bump patch.

Tested on the OMAP3EVM and Pandora boards.

Regards,

John Willis

Signed-off-by: David-John Willis <John.Willis at Distant-earth.com>
---
 conf/checksums.ini              |    4 ++++
 packages/fuse/sshfs-fuse_2.2.bb |   15 +++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100755 packages/fuse/sshfs-fuse_2.2.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index bf21834..7ee2f81 100755
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -20034,6 +20034,10 @@
sha256=057626d78e5ade840568ab0e171a1d1ae87348ab51bf9e35d1cdc074fc4e2edb
 md5=3c575cf89a6d3d8ab6063c2f60bd5b25
 sha256=057626d78e5ade840568ab0e171a1d1ae87348ab51bf9e35d1cdc074fc4e2edb
 
+[http://downloads.sourceforge.net/fuse/sshfs-fuse-2.2.tar.gz]
+md5=26e9206eb5169e87e6f95f54bc005a4f
+sha256=206ebcbc4cb9f5039bfcc7059678a0f61120605a5cdcbffa3ae5716c113e5423
+
 [ftp://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.61.orig.tar.gz]
 md5=957e6fff08625fe34f4fc33d0925bbc9
 sha256=2151ad18cb73f9a254f796dde2b48be7318b45410b59fedbb258db5a41044fb5
diff --git a/packages/fuse/sshfs-fuse_2.2.bb
b/packages/fuse/sshfs-fuse_2.2.bb
new file mode 100755
index 0000000..0ca2e13
--- /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 at 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"
-- 
1.6.0.5







More information about the Openembedded-devel mailing list