From eada39ce0d35c0288d662b8dacd438a18968de53 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jun 2026 18:07:52 +0800 Subject: sshfs-fuse: upgrade 3.7.5 -> 3.7.6 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../sshfs-fuse/sshfs-fuse_3.7.5.bb | 29 ---------------------- .../sshfs-fuse/sshfs-fuse_3.7.6.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.5.bb create mode 100644 meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.6.bb (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.5.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.5.bb deleted file mode 100644 index ba27bc6312..0000000000 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.5.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" -HOMEPAGE = "https://github.com/libfuse/sshfs" -SECTION = "console/network" -LICENSE = "GPL-2.0-only" -DEPENDS = "glib-2.0 fuse3" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "git://github.com/libfuse/sshfs;branch=master;protocol=https;tag=sshfs-${PV}" -SRCREV = "9e35c39ba83f54a49a9df4bf0a629f26c60cc38c" - -inherit meson pkgconfig ptest - -SRC_URI += " \ - file://run-ptest \ -" -#python3-compile for filecmp module -RDEPENDS:${PN}-ptest += " \ - python3-compile \ - python3-pytest \ - python3-unittest-automake-output \ - bash \ - fuse \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/test - cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ - ln -sf ${bindir}/sshfs ${D}${PTEST_PATH}/sshfs -} diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.6.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.6.bb new file mode 100644 index 0000000000..6514599261 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.6.bb @@ -0,0 +1,29 @@ +SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" +HOMEPAGE = "https://github.com/libfuse/sshfs" +SECTION = "console/network" +LICENSE = "GPL-2.0-only" +DEPENDS = "glib-2.0 fuse3" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://github.com/libfuse/sshfs;branch=master;protocol=https;tag=sshfs-${PV}" +SRCREV = "7a2d988775446ebe7af9b01c99b3b8e86bddb05a" + +inherit meson pkgconfig ptest + +SRC_URI += " \ + file://run-ptest \ +" +#python3-compile for filecmp module +RDEPENDS:${PN}-ptest += " \ + python3-compile \ + python3-pytest \ + python3-unittest-automake-output \ + bash \ + fuse \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/test + cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ + ln -sf ${bindir}/sshfs ${D}${PTEST_PATH}/sshfs +} -- cgit v1.2.3-54-g00ecf