From 301650531ab392aed3a212ee4ff919d3ed6df0ab Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Oct 2025 17:18:46 +0800 Subject: bindfs: upgrade 1.18.2 -> 1.18.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb | 14 -------------- meta-filesystems/recipes-utils/binfs/bindfs_1.18.3.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb create mode 100644 meta-filesystems/recipes-utils/binfs/bindfs_1.18.3.bb diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.bb deleted file mode 100644 index 63e5ac5aa6..0000000000 --- a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.2.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 = "755e0895040bbd43a8e2f3efc7f32f366160a408" - - -inherit autotools pkgconfig gettext diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.3.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.3.bb new file mode 100644 index 0000000000..1c32f443ca --- /dev/null +++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.3.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 = "91fbfa48427c67f59c24e84f3855507531ba972c" + + +inherit autotools pkgconfig gettext -- cgit v1.2.3-54-g00ecf