diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-29 16:01:13 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-09 08:59:46 -0700 |
| commit | e5dbca1451bbaf99f05f9e985c81603caf732d28 (patch) | |
| tree | 0abbe8304fd0ee7fc88c4162bca0095efd42a20d | |
| parent | e91136043ec6f58a263eb2c26120e3aa12ff6d3d (diff) | |
| download | meta-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>
| -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 \ | |||
| 13 | 13 | ||
| 14 | SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz \ | 14 | SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz \ |
| 15 | " | 15 | " |
| 16 | SRC_URI[sha256sum] = "b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666" | 16 | SRC_URI[sha256sum] = "8982c4c521daf3974dda8a5d55d575c988da13a571970f00aea149eb54fdf14c" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/fuse-${PV}" | 18 | S = "${WORKDIR}/fuse-${PV}" |
| 19 | 19 | ||
