diff options
author | Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> | 2023-03-28 19:27:21 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-28 10:44:00 -0700 |
commit | 72ac8c30007e9200f31b6b9db71a3bf07c321175 (patch) | |
tree | 9f1061bfcce38b278a89c998f56607c06f21ba36 /meta-filesystems | |
parent | d11bf07b3dd1964c5562c0c41443ec30c96b5986 (diff) | |
download | meta-openembedded-72ac8c30007e9200f31b6b9db71a3bf07c321175.tar.gz |
exfat-utils: remove recipe
exfat-utils is superseded by exfatprogs.
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r-- | meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index abb8fece3..000000000 --- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
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 = "GPL-2.0-only" | ||
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 | UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" | ||
18 | |||
19 | DEPENDS = "virtual/libc" | ||
20 | |||
21 | inherit pkgconfig autotools | ||
22 | |||
23 | SRC_URI[md5sum] = "f8928571b152455e828ca0bd42af8b73" | ||
24 | SRC_URI[sha256sum] = "dfebd07a7b907e2d603d3a9626e6440bd43ec6c4e8c07ccfc57ce9502b724835" | ||