From: Samuel Ortiz Date: Fri, 7 Nov 2008 00:32:22 +0000 (+0100) Subject: mtpfs: Initial commit X-Git-Tag: 2011-1~7826 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=67aaacacf9cd57313c8a7015aaf647f7ccb0e54c;p=openembedded-core.git mtpfs: Initial commit There is no official mtpfs release, nor SVN tags. Only trunk for now.. --- diff --git a/meta/packages/mtpfs/mtpfs_svn.bb b/meta/packages/mtpfs/mtpfs_svn.bb new file mode 100644 index 0000000000..148ace2de2 --- /dev/null +++ b/meta/packages/mtpfs/mtpfs_svn.bb @@ -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" \ No newline at end of file