From f4e4c9da5dd67dfb4138460b8b81fdcb594e8f63 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 21 Dec 2021 18:05:00 +0100 Subject: simple-mtpfs: update to 0.4.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb | 14 ++++++++++++++ .../recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb delete mode 100644 meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb (limited to 'meta-filesystems/recipes-filesystems') diff --git a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb new file mode 100644 index 0000000000..dfb7485596 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices connected via USB" +HOMEPAGE = "https://github.com/phatina/simple-mtpfs" +BUGTRACKER = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" + +DEPENDS = "fuse libmtp" + +inherit autotools pkgconfig + +SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master" +SRCREV = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529" + +S = "${WORKDIR}/git" diff --git a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb deleted file mode 100644 index 595b349005..0000000000 --- a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_git.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices connected via USB" -HOMEPAGE = "https://github.com/phatina/simple-mtpfs" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" - -DEPENDS = "fuse libmtp" - -inherit autotools pkgconfig - -# 0.3.0 -SRC_URI = "git://github.com/phatina/simple-mtpfs.git;protocol=https;branch=master" -SRCREV = "c9a691fc52fafaa55d26ac629856153c0514015a" - -S = "${WORKDIR}/git" -- cgit 1.2.3-korg