surpport seeking the recorded video
[vuplus_openembedded] / recipes / fuse / sshfs-fuse_1.8.bb
1 DESCRIPTION = "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 PRIORITY = "optional"
6 LICENSE = "GPLv2"
7 DEPENDS = "glib-2.0 fuse"
8 PR = "r0"
9
10 SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz"
11 S = "${WORKDIR}/${P}"
12
13 inherit autotools
14
15 FILES_${PN} += "${libdir}/sshnodelay.so"