diff mbox series

[meta-filesystems,2/5] simple-mtpfs: update to latest revision

Message ID 20251226191001.2920748-2-skandigraun@gmail.com
State Under Review
Headers show
Series [meta-oe,1/5] redis: ignore CVE-2025-46686 | expand

Commit Message

Gyorgy Sarvari Dec. 26, 2025, 7:09 p.m. UTC
The application hasn't received updates lately, but there is a bugfix
that is missing from the recipe.

Changelog:
On partial read/write, keep reading:
This avoids rsync errors and avoids data loss with cp, due to
failing to copy the last byte of 0.1953125% of files.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb
index 05a1004b65..97c5940e15 100644
--- a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb
+++ b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb
@@ -9,5 +9,6 @@  DEPENDS = "fuse libmtp autoconf-archive"
 inherit autotools pkgconfig
 
 SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
-SRCREV = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529"
+SRCREV = "5dfd25c72caf83bc85fc636804f1456bc0f6c1c6"
 
+PV .= "+git"