blob: ac18fe90fe7c00a743f13fddfd590a14010acac0 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "read and write exFAT driver for FUSE"
2DESCRIPTION = "fuse-exfat is a read and write driver implementing the \
3extended file allocation table as a filesystem in userspace. A mounthelper \
4is provided under the name mount.exfat-fuse. \
5"
Brad Bishop26bdd442019-08-16 17:08:17 -04006HOMEPAGE = "https://github.com/relan/exfat"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05007SECTION = "universe/otherosfs"
Andrew Geissler9aee5002022-03-30 16:27:02 +00008LICENSE = "GPL-2.0-or-later"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05009LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
Brad Bishop26bdd442019-08-16 17:08:17 -040010SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
11
Andrew Geissler82c905d2020-04-13 13:39:40 -050012UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases"
13
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014DEPENDS = "fuse virtual/libc"
Patrick Williams213cb262021-08-07 19:21:33 -050015RRECOMMENDS:${PN} = "util-linux-mount"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016
17inherit autotools pkgconfig
18
Brad Bishop26bdd442019-08-16 17:08:17 -040019SRC_URI[md5sum] = "846b8c36bfa4684719f9e08e9d3a6bff"
20SRC_URI[sha256sum] = "07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050021
Brad Bishop6e60e8b2018-02-01 10:27:11 -050022EXTRA_OECONF += "sbindir=${base_sbindir}"