summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-08-20 16:39:20 +0800
committerKhem Raj <raj.khem@gmail.com>2025-08-20 07:35:07 -0700
commitb45e429b583db74f043198cd5b6d19b59ad56849 (patch)
tree630ec0fb47133a642dab8ae7b8ef93ee7bbc2035
parenteaceb635f7d07c78ce1b5d2f7df74809d8e8f4f8 (diff)
downloadmeta-openembedded-b45e429b583db74f043198cd5b6d19b59ad56849.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb (renamed from meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb
index abb7dceaa7..63e5ac5aa6 100644
--- a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb
+++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb
@@ -8,7 +8,7 @@ DEPENDS = "fuse"
8RDEPENDS:${PN} = "fuse" 8RDEPENDS:${PN} = "fuse"
9 9
10SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}" 10SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}"
11SRCREV = "70a663b3476c0b9b21b626473c00c68a3dc97b92" 11SRCREV = "755e0895040bbd43a8e2f3efc7f32f366160a408"
12 12
13 13
14inherit autotools pkgconfig gettext 14inherit autotools pkgconfig gettext