blob: 595b3490057f774b2d300b1a8f65adda852f6375 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices connected via USB"
2HOMEPAGE = "https://github.com/phatina/simple-mtpfs"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
5
6DEPENDS = "fuse libmtp"
7
8inherit autotools pkgconfig
9
Brad Bishop2d39a062019-10-28 08:33:36 -040010# 0.3.0
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
Brad Bishop2d39a062019-10-28 08:33:36 -040012SRCREV = "c9a691fc52fafaa55d26ac629856153c0514015a"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013
14S = "${WORKDIR}/git"