diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2008-11-07 01:32:22 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2008-11-07 01:32:22 +0100 |
commit | 67aaacacf9cd57313c8a7015aaf647f7ccb0e54c (patch) | |
tree | 1fd373825d9cf46a985cac1a0238b982fba584e7 | |
parent | 186d324db168eedd284732cf767d9355f89185df (diff) | |
download | openembedded-core-67aaacacf9cd57313c8a7015aaf647f7ccb0e54c.tar.gz openembedded-core-67aaacacf9cd57313c8a7015aaf647f7ccb0e54c.tar.bz2 openembedded-core-67aaacacf9cd57313c8a7015aaf647f7ccb0e54c.zip |
mtpfs: Initial commit
There is no official mtpfs release, nor SVN tags. Only trunk for now..
-rw-r--r-- | meta/packages/mtpfs/mtpfs_svn.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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 |