blob: 572043079911f30c81ca501e78e6d77f6eaad7d7 [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"
8LICENSE = "GPLv2+"
9LIC_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
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012DEPENDS = "fuse virtual/libc"
13RRECOMMENDS_${PN} = "util-linux-mount"
14
15inherit autotools pkgconfig
16
Brad Bishop26bdd442019-08-16 17:08:17 -040017SRC_URI[md5sum] = "846b8c36bfa4684719f9e08e9d3a6bff"
18SRC_URI[sha256sum] = "07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050019
Brad Bishop6e60e8b2018-02-01 10:27:11 -050020EXTRA_OECONF += "sbindir=${base_sbindir}"