blob: f85977fd598b220728ab4145dd6072dc8a8ef779 [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
10SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
11SRCREV = "a7ab64c7e4d7aca155cbc7ce9412aaf68ef6e404"
12
13S = "${WORKDIR}/git"