rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices connected via USB" |
2 | HOMEPAGE = "https://github.com/phatina/simple-mtpfs" | ||||
3 | LICENSE = "GPLv2" | ||||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" | ||||
5 | |||||
6 | DEPENDS = "fuse libmtp" | ||||
7 | |||||
8 | inherit autotools pkgconfig | ||||
9 | |||||
10 | SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master" | ||||
11 | SRCREV = "a7ab64c7e4d7aca155cbc7ce9412aaf68ef6e404" | ||||
12 | |||||
13 | S = "${WORKDIR}/git" |