mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
fuse-exfat: upgrade 1.3.0 -> 1.4.0
Changelog: * Added exfatattrib utility which prints or changes file attributes [Will Thompson]. * Added FUSE 3 support. FUSE 2 continues to be supported. * Added support for timezone offsets [Nathan Hunsperger]. * Fixed device opening error being reported as FS error. * Fixed possible data leakage when uninitialized clusters were allocated using NtSetInformationFile() call under Windows and FS was not unmounted correctly. * Improved compatibility with autoconf 2.70. * Fixed disk size reading on NetBSD [Dave Vasilevsky]. * Fixed "automounted" option handling on FreeBSD [Iouri V. Ivliev]. * Allowed to specify the "nonempty" mount option. * Fixed file data contiguity handling bug which could cause performance degradation [noctis]. * Fixed possible crashes on invalid UTF-8 sequences. * Fixed a situation when FS could be erroneously marked as dirty (not cleanly unmounted). Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ RRECOMMENDS:${PN} = "util-linux-mount"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI[md5sum] = "846b8c36bfa4684719f9e08e9d3a6bff"
|
||||
SRC_URI[sha256sum] = "07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3"
|
||||
SRC_URI[md5sum] = "765bf2484d48e5c253d0d8cb8de4f8c0"
|
||||
SRC_URI[sha256sum] = "a1cfedc55e0e7a12c184605aa0f0bf44b24a3fb272449b20b2c8bbe6edb3001e"
|
||||
|
||||
EXTRA_OECONF += "sbindir=${base_sbindir}"
|
||||
Reference in New Issue
Block a user