summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>2023-03-28 19:27:20 +0200
committerKhem Raj <raj.khem@gmail.com>2023-03-28 10:44:00 -0700
commitd11bf07b3dd1964c5562c0c41443ec30c96b5986 (patch)
tree97fdc9a51d806ebb969888e822520aede0b04e3a /meta-filesystems
parenta67da92aa4cf973a20e57284b41222ebe3349b7e (diff)
downloadmeta-openembedded-d11bf07b3dd1964c5562c0c41443ec30c96b5986.tar.gz
exfatprogs: add new recipe
exfatprogs provides utilities to create, modify, and check exFAT file systems on Linux. The developers of exfatprogs also maintain the Linux kernel exFAT driver. exfatprogs has replaced exfat-utils in Debian bookworm. References: * https://github.com/exfatprogs/exfatprogs/ * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002871 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/exfatprogs/exfatprogs_1.2.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.0.bb b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.0.bb
new file mode 100644
index 0000000000..8cc59329f3
--- /dev/null
+++ b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "exFAT filesystem userspace utilities"
2DESCRIPTION = "\
3As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is \
4created as an official userspace utilities that contain all of the standard \
5utilities for creating and fixing and debugging exfat filesystem in linux \
6system. The goal of exfatprogs is to provide high performance and quality \
7at the level of exfat utilities in windows. And this software is licensed \
8under the GNU General Public License Version 2."
9HOMEPAGE = "https://github.com/${BPN}/${BPN}"
10SECTION = "universe/otherosfs"
11LICENSE = "GPL-2.0-only"
12LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
13
14SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
15SRC_URI[sha256sum] = "56d9a49465deafc367d428afc71c8098705a30ee19a3cdf3c5320650b8880742"
16
17UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
18UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
19
20inherit autotools
21
22RPROVIDES:${PN} = "exfat-utils"
23RCONFLICTS:${PN} = "exfat-utils"
24RREPLACES:${PN} = "exfat-utils"