mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
15 lines
517 B
BlitzBasic
15 lines
517 B
BlitzBasic
DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices connected via USB"
|
|
HOMEPAGE = "https://github.com/phatina/simple-mtpfs"
|
|
BUGTRACKER = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
|
|
|
|
DEPENDS = "fuse libmtp autoconf-archive"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
|
|
SRCREV = "5dfd25c72caf83bc85fc636804f1456bc0f6c1c6"
|
|
|
|
PV .= "+git"
|