simple-mtpfs_git.bb 453 B

1234567891011121314
  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. DEPENDS = "fuse libmtp"
  6. inherit autotools pkgconfig
  7. # 0.3.0
  8. SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
  9. SRCREV = "c9a691fc52fafaa55d26ac629856153c0514015a"
  10. S = "${WORKDIR}/git"