diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-09-23 15:39:52 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-23 08:33:10 -0700 |
commit | 97e769fc46734462c41a53836b0597a6c87ee047 (patch) | |
tree | f5f250308354717fcb79d6f2ff3b55cf6daef706 /meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb | |
parent | 5d70b390436a36475e84bf45ffbfa9b192c5d6f8 (diff) | |
download | meta-openembedded-contrib-97e769fc46734462c41a53836b0597a6c87ee047.tar.gz |
sshfs-fuse: upgrade 2.10 -> 3.5.2
Build system has been changed to meson. The webpage has been moved from
sourceforge to github. The package also now depends on fuse3 not fuse2.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb')
-rw-r--r-- | meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb new file mode 100644 index 0000000000..b10c5c5fff --- /dev/null +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb @@ -0,0 +1,13 @@ +SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" +AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>" +HOMEPAGE = "https://github.com/libfuse/sshfs" +SECTION = "console/network" +LICENSE = "GPLv2" +DEPENDS = "glib-2.0 fuse3" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://github.com/libfuse/sshfs" +SRCREV = "695cd8916f0e78d28009de3ffe112b9d1a1c9e5e" +S = "${WORKDIR}/git" + +inherit meson |