[oe-commits] [meta-openembedded] 11/11: sshfs-fuse: upgrade 2.10 -> 3.5.2

git at git.openembedded.org git at git.openembedded.org
Mon Sep 23 15:33:34 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 97e769fc46734462c41a53836b0597a6c87ee047
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Mon Sep 23 15:39:52 2019 +0200

    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 at baylibre.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../sshfs-fuse/{sshfs-fuse_2.10.bb => sshfs-fuse_3.5.2.bb}  | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.10.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb
similarity index 51%
rename from meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.10.bb
rename to meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb
index 582e218..b10c5c5 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.10.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb
@@ -1,16 +1,13 @@
 SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE"
 AUTHOR = "Miklos Szeredi <miklos at szeredi.hu>"
-HOMEPAGE = "http://fuse.sourceforge.net/sshfs.html"
+HOMEPAGE = "https://github.com/libfuse/sshfs"
 SECTION = "console/network"
 LICENSE = "GPLv2"
-DEPENDS = "glib-2.0 fuse"
+DEPENDS = "glib-2.0 fuse3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "git://github.com/libfuse/sshfs;branch=sshfs_2.x \
-"
-SRCREV = "42dfaf9a5bdc1ee429c7718e8788ca37a5763e0d"
+SRC_URI = "git://github.com/libfuse/sshfs"
+SRCREV = "695cd8916f0e78d28009de3ffe112b9d1a1c9e5e"
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig
-
-FILES_${PN} += "${libdir}/sshnodelay.so"
+inherit meson

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list