summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2019-07-15 16:48:58 +0200
committerKhem Raj <raj.khem@gmail.com>2019-07-15 12:35:42 -0700
commitb3a4f78219181301bac038b8b03d473cbdbce20a (patch)
treef8ff7cb1faf351218f5f5e6b5cde253491c1fd7d /meta-filesystems
parentdbe4429e739ede16fbee008b736c08390b3c62f4 (diff)
downloadmeta-openembedded-b3a4f78219181301bac038b8b03d473cbdbce20a.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>
Diffstat (limited to 'meta-filesystems')
-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 18fc9cd6f..a70653f60 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 \
3extended file allocation table as a filesystem in userspace. A mounthelper \ 3extended file allocation table as a filesystem in userspace. A mounthelper \
4is provided under the name mount.exfat-fuse. \ 4is provided under the name mount.exfat-fuse. \
5" 5"
6HOMEPAGE = "http://code.google.com/p/exfat/" 6HOMEPAGE = "https://github.com/relan/exfat"
7SECTION = "universe/otherosfs" 7SECTION = "universe/otherosfs"
8LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
10SRC_URI = "${DEBIAN_MIRROR}/main/f/fuse-exfat/fuse-exfat_${PV}.orig.tar.gz \ 10SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
11" 11
12DEPENDS = "fuse virtual/libc" 12DEPENDS = "fuse virtual/libc"
13RRECOMMENDS_${PN} = "util-linux-mount" 13RRECOMMENDS_${PN} = "util-linux-mount"
14 14