From: "John Willis" <John.Willis@Distant-earth.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [PATCH] Bump the SSHFS FUSE filesystem to version 2.2 from 1.8 and update checksums.ini.
Date: Wed, 11 Feb 2009 21:08:36 -0000 [thread overview]
Message-ID: <005101c98c8c$e82d4200$b887c600$@Willis@Distant-earth.com> (raw)
Just a simple recipe bump patch.
Tested on the OMAP3EVM and Pandora boards.
Regards,
John Willis
Signed-off-by: David-John Willis <John.Willis@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@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
reply other threads:[~2009-02-11 21:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='005101c98c8c$e82d4200$b887c600$@Willis@Distant-earth.com' \
--to=john.willis@distant-earth.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.