From d8bb3195b048504be04d64ff4dc01a924483ac9e Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Fri, 26 Dec 2025 20:09:58 +0100 Subject: [PATCH] simple-mtpfs: update to latest revision 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 Signed-off-by: Khem Raj --- .../recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"