[oe-commits] [meta-openembedded] 06/33: Add simple-mtpfs recipe

git at git.openembedded.org git at git.openembedded.org
Tue Apr 12 09:49:45 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit a85129ca4dd8afd8e41cda3fa3ae51903d18a251
Author: Karlsson, Johnny <johnny.karlsson.2 at volvocars.com>
AuthorDate: Wed Apr 6 11:08:45 2016 +0000

    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 at volvocars.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb    | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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 0000000..f85977f
--- /dev/null
+++ b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices connected via USB"
+HOMEPAGE = "https://github.com/phatina/simple-mtpfs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
+
+DEPENDS = "fuse libmtp"
+
+inherit autotools pkgconfig
+
+SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
+SRCREV = "a7ab64c7e4d7aca155cbc7ce9412aaf68ef6e404"
+
+S = "${WORKDIR}/git"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list