mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
sshfs-fuse : Import recipe from Openembedded Classic.
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
4f767925ec
commit
2c1f670d73
@@ -0,0 +1,19 @@
|
|||||||
|
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"
|
||||||
|
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"
|
||||||
|
|
||||||
Reference in New Issue
Block a user