From b2783f8e0e8d2e47068ed5be2f9e02b036348b41 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 17 Apr 2024 09:40:15 +0800 Subject: bindfs: upgrade 1.17.6 -> 1.17.7 Changelog: ============ * Enabled -Wextra and fixed many compiler warnings -(MacOS) Added './configure' option '--disable-macos-fs-link' Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/binfs/bindfs_1.17.6.bb | 15 --------------- meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/binfs/bindfs_1.17.6.bb create mode 100644 meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.6.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.6.bb deleted file mode 100644 index 673198e2dd..0000000000 --- a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.6.bb +++ /dev/null @@ -1,15 +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" -SRCREV = "b982aee1161307cdd0e90f7f9597b11872440efc" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig gettext diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb new file mode 100644 index 0000000000..788c85b7ce --- /dev/null +++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.17.7.bb @@ -0,0 +1,15 @@ +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" +SRCREV = "3f5e3cb1fcac5fb8034fa4712764317fab51ebe0" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig gettext -- cgit v1.2.3-54-g00ecf