mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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 \
|
extended file allocation table as a filesystem in userspace. A mounthelper \
|
||||||
is provided under the name mount.exfat-fuse. \
|
is provided under the name mount.exfat-fuse. \
|
||||||
"
|
"
|
||||||
HOMEPAGE = "http://code.google.com/p/exfat/"
|
HOMEPAGE = "https://github.com/relan/exfat"
|
||||||
SECTION = "universe/otherosfs"
|
SECTION = "universe/otherosfs"
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
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"
|
DEPENDS = "fuse virtual/libc"
|
||||||
RRECOMMENDS_${PN} = "util-linux-mount"
|
RRECOMMENDS_${PN} = "util-linux-mount"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user