aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-29 16:01:13 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-09 08:59:46 -0700
commite5dbca1451bbaf99f05f9e985c81603caf732d28 (patch)
tree0abbe8304fd0ee7fc88c4162bca0095efd42a20d /meta-filesystems
parente91136043ec6f58a263eb2c26120e3aa12ff6d3d (diff)
downloadmeta-openembedded-e5dbca1451bbaf99f05f9e985c81603caf732d28.tar.gz
fuse3: upgrade 3.10.5 -> 3.11.0
Changelog: ========= Add support for flag FOPEN_NOFLUSH for avoiding flush on close. Fixed returning an error condition to ioctl(2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-support/fuse/fuse3_3.11.0.bb (renamed from meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb b/meta-filesystems/recipes-support/fuse/fuse3_3.11.0.bb
index e0cf2092a6..0b9164fd79 100644
--- a/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse3_3.11.0.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://GPL2.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz \
"
-SRC_URI[sha256sum] = "b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666"
+SRC_URI[sha256sum] = "8982c4c521daf3974dda8a5d55d575c988da13a571970f00aea149eb54fdf14c"
S = "${WORKDIR}/fuse-${PV}"