summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-27 17:43:15 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-30 23:59:05 -0800
commit3223f320cef6486ef244af80f8306698c1259e74 (patch)
tree6ea57116fe40b62b25a1eafd88133abe7d3a561e
parent112b473a7f59bbf6c77d70a102e6cc58f6aa0baa (diff)
downloadmeta-openembedded-3223f320cef6486ef244af80f8306698c1259e74.tar.gz
bindfs: upgrade 1.18.3 -> 1.18.4
Changelog: ========== - Merged build fix for MacFUSE - Populate user and group cache eagerly on startup, if the cache is needed 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.4.bb (renamed from meta-filesystems/recipes-utils/binfs/bindfs_1.18.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.3.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.4.bb
index 1c32f443ca..a61997f703 100644
--- a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.3.bb
+++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.4.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 = "91fbfa48427c67f59c24e84f3855507531ba972c" 11SRCREV = "8cda89a91a836e106ad275b840f44485194bec91"
12 12
13 13
14inherit autotools pkgconfig gettext 14inherit autotools pkgconfig gettext