From 493fd81169528c26f33b4df409edbb3990100260 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Sat, 26 Oct 2019 04:12:19 +0800 Subject: simple-mtpfs: upgrade to 0.3.0. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-filesystems') 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" inherit autotools pkgconfig +# 0.3.0 SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master" -SRCREV = "a7ab64c7e4d7aca155cbc7ce9412aaf68ef6e404" +SRCREV = "c9a691fc52fafaa55d26ac629856153c0514015a" S = "${WORKDIR}/git" -- cgit 1.2.3-korg