diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-26 20:09:58 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-26 17:36:58 -0800 |
| commit | d8bb3195b048504be04d64ff4dc01a924483ac9e (patch) | |
| tree | e65b40adb8bd3ba0a086da72a92a6cb168a15bde | |
| parent | 868b4b2959c1f6be13693e31eae5b27a1fa697e6 (diff) | |
| download | meta-openembedded-d8bb3195b048504be04d64ff4dc01a924483ac9e.tar.gz | |
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 <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" | |||
| 9 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master" |
| 12 | SRCREV = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529" | 12 | SRCREV = "5dfd25c72caf83bc85fc636804f1456bc0f6c1c6" |
| 13 | 13 | ||
| 14 | PV .= "+git" | ||
