diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-23 15:11:08 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-26 07:24:00 -0700 |
commit | 1e4cae632222957e655b012df71c69fe57aba1d5 (patch) | |
tree | ccc53fda7952b3c276fca263caab74b20b4b56fe | |
parent | 020fd219e032d7fefef845a9bc6325b9c6dc5c25 (diff) | |
download | meta-openembedded-1e4cae632222957e655b012df71c69fe57aba1d5.tar.gz |
bindfs: upgrade 1.18.0 -> 1.18.1
Changelog:
===========
* Enabled noattrcache by default with fuse-t
* Dropped official support for MacFUSE, because Apple makes it too
difficult to test without access to a physical Mac.
There is best-effort support for fuse-t.
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.1.bb (renamed from meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb index eda41010a9..abb7dceaa7 100644 --- a/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb +++ b/meta-filesystems/recipes-utils/binfs/bindfs_1.18.1.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "fuse" | |||
8 | RDEPENDS:${PN} = "fuse" | 8 | RDEPENDS:${PN} = "fuse" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}" | 10 | SRC_URI = "git://github.com/mpartel/bindfs;protocol=https;branch=master;tag=${PV}" |
11 | SRCREV = "a276dbe66faaf7af02d967a648f7598589bf5c5b" | 11 | SRCREV = "70a663b3476c0b9b21b626473c00c68a3dc97b92" |
12 | 12 | ||
13 | 13 | ||
14 | inherit autotools pkgconfig gettext | 14 | inherit autotools pkgconfig gettext |