From b45e429b583db74f043198cd5b6d19b59ad56849 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 20 Aug 2025 16:39:20 +0800 Subject: bindfs: upgrade 1.18.1 -> 1.18.2 Changelog: * Added '-osubtype=argv[0]' to prevent some systems from auto-unmounting bindfs when the network goes down Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb | 14 -------------- meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb create mode 100644 meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb deleted file mode 100644 index abb7dceaa7..0000000000 --- a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "A FUSE filesystem for mounting a directory to another location" -DESCRIPTION = "bindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind." -HOMEPAGE = "https://bindfs.org/" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -DEPENDS = "fuse" -RDEPENDS:${PN} = "fuse" - -SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}" -SRCREV = "70a663b3476c0b9b21b626473c00c68a3dc97b92" - - -inherit autotools pkgconfig gettext diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb new file mode 100644 index 0000000000..63e5ac5aa6 --- /dev/null +++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb @@ -0,0 +1,14 @@ +SUMMARY = "A FUSE filesystem for mounting a directory to another location" +DESCRIPTION = "bindfs is a FUSE filesystem for mounting a directory to another location, similarly to mount --bind." +HOMEPAGE = "https://bindfs.org/" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "fuse" +RDEPENDS:${PN} = "fuse" + +SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}" +SRCREV = "755e0895040bbd43a8e2f3efc7f32f366160a408" + + +inherit autotools pkgconfig gettext -- cgit v1.2.3-54-g00ecf