Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [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 | |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 10 | # 0.3.0 |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master" |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 12 | SRCREV = "c9a691fc52fafaa55d26ac629856153c0514015a" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 13 | |
| 14 | S = "${WORKDIR}/git" |