diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-filesystems/recipes-filesystems/sshfs-fuse | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/sshfs-fuse')
-rw-r--r-- | meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb new file mode 100644 index 0000000000..722d0ede98 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" | ||
2 | AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>" | ||
3 | HOMEPAGE = "http://fuse.sourceforge.net/sshfs.html" | ||
4 | SECTION = "console/network" | ||
5 | LICENSE = "GPLv2" | ||
6 | DEPENDS = "glib-2.0 fuse" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
8 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz" | ||
10 | S = "${WORKDIR}/${P}" | ||
11 | |||
12 | inherit autotools | ||
13 | |||
14 | FILES_${PN} += "${libdir}/sshnodelay.so" | ||
15 | |||
16 | SRC_URI[md5sum] = "17494910db8383a366b1301e5f5148a9" | ||
17 | SRC_URI[sha256sum] = "e9171452e5d0150b9c6a2158fd2e2dcefb5d5d03ba4d208949e00a3a46c6e63e" | ||