diff options
author | Karlsson, Johnny <johnny.karlsson.2@volvocars.com> | 2016-04-06 11:08:45 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-21 21:34:09 +0200 |
commit | ff70a6010f8a4a2c06789e8791a0bffdad549715 (patch) | |
tree | 815db3b66c3b859612114c9bcd671d4fe2c7bc93 | |
parent | 834392bfada652260f6d5924278dd5839d095941 (diff) | |
download | meta-openembedded-ff70a6010f8a4a2c06789e8791a0bffdad549715.tar.gz |
Add simple-mtpfs recipe
SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
Linux (and other operating systems with a FUSE implementation, such as
Mac OS X or FreeBSD) capable of operating on files on MTP devices attached
via USB to local machine.
Signed-off-by: Johnny Karlsson <johnny.karlsson.2@volvocars.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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" | ||