mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
mtpfs: Initial commit
There is no official mtpfs release, nor SVN tags. Only trunk for now..
This commit is contained in:
20
meta/packages/mtpfs/mtpfs_svn.bb
Normal file
20
meta/packages/mtpfs/mtpfs_svn.bb
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION = "FUSE file system for MTP devices"
|
||||
HOMEPAGE = "http://libmtp.sourceforge.net"
|
||||
SECTION = "libs"
|
||||
PROVIDES = "mtpfs"
|
||||
DEPENDS = "fuse libmtp libmad libid3tag"
|
||||
LICENSE = "GPL"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
SRC_URI = "svn://mtpfs.googlecode.com/svn/;module=trunk;proto=http"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
Reference in New Issue
Block a user