aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2019-07-15 16:48:58 +0200
committerArmin Kuster <akuster808@gmail.com>2019-09-02 19:39:29 -0700
commit1377a2bc66d6390c49f1ad03bc6b77d0576c5d58 (patch)
tree8c2bc94fee47b4e8a5840ba486156b53fb676018
parent779f35fa10b8e920a2a9b86c865f48e6ba5f2595 (diff)
downloadmeta-openembedded-contrib-1377a2bc66d6390c49f1ad03bc6b77d0576c5d58.tar.gz
fuse-exfat: moved to github
fuse-exfat has been moved long ago to github. Update URLs. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
index 18fc9cd6f1..a70653f607 100644
--- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
+++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.2.3.bb
@@ -3,12 +3,12 @@ DESCRIPTION = "fuse-exfat is a read and write driver implementing the \
extended file allocation table as a filesystem in userspace. A mounthelper \
is provided under the name mount.exfat-fuse. \
"
-HOMEPAGE = "http://code.google.com/p/exfat/"
+HOMEPAGE = "https://github.com/relan/exfat"
SECTION = "universe/otherosfs"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \
-"
+SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
+
DEPENDS = "fuse virtual/libc"
RRECOMMENDS_${PN} = "util-linux-mount"