summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb
index f85977fd59..595b349005 100644
--- a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb
+++ b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb
@@ -7,7 +7,8 @@ DEPENDS = "fuse libmtp"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
10# 0.3.0
10SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master" 11SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master"
11SRCREV = "a7ab64c7e4d7aca155cbc7ce9412aaf68ef6e404" 12SRCREV = "c9a691fc52fafaa55d26ac629856153c0514015a"
12 13
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"