diff options
-rw-r--r-- | meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb new file mode 100644 index 000000000..f85977fd5 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb | |||
@@ -0,0 +1,13 @@ | |||
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" | ||