diff options
Diffstat (limited to 'meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb')
| -rw-r--r-- | meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb new file mode 100644 index 0000000000..1f2bfa6a0c --- /dev/null +++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "utilities to create, check, label and dump exFAT filesystem" | ||
| 2 | DESCRIPTION = "Utilities to manage extended file allocation table filesystem. \ | ||
| 3 | This package provides tools to create, check and label the filesystem. It \ | ||
| 4 | contains \ | ||
| 5 | - dumpexfat to dump properties of the filesystem \ | ||
| 6 | - exfatfsck / fsck.exfat to report errors found on a exFAT filesystem \ | ||
| 7 | - exfatlabel to label a exFAT filesystem \ | ||
| 8 | - mkexfatfs / mkfs.exfat to create a exFAT filesystem. \ | ||
| 9 | " | ||
| 10 | HOMEPAGE = "https://github.com/relan/exfat" | ||
| 11 | SECTION = "universe/otherosfs" | ||
| 12 | LICENSE = "GPLv2" | ||
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 14 | |||
| 15 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" | ||
| 16 | |||
| 17 | DEPENDS = "virtual/libc" | ||
| 18 | |||
| 19 | inherit pkgconfig autotools | ||
| 20 | |||
| 21 | SRC_URI[md5sum] = "f8928571b152455e828ca0bd42af8b73" | ||
| 22 | SRC_URI[sha256sum] = "dfebd07a7b907e2d603d3a9626e6440bd43ec6c4e8c07ccfc57ce9502b724835" | ||
