mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a05f5a41b5)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
25 lines
1.1 KiB
BlitzBasic
25 lines
1.1 KiB
BlitzBasic
SUMMARY = "exFAT filesystem userspace utilities"
|
|
DESCRIPTION = "\
|
|
As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is \
|
|
created as an official userspace utilities that contain all of the standard \
|
|
utilities for creating and fixing and debugging exfat filesystem in linux \
|
|
system. The goal of exfatprogs is to provide high performance and quality \
|
|
at the level of exfat utilities in windows. And this software is licensed \
|
|
under the GNU General Public License Version 2."
|
|
HOMEPAGE = "https://github.com/${BPN}/${BPN}"
|
|
SECTION = "universe/otherosfs"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
|
|
SRC_URI[sha256sum] = "61d517231f8ec177eeb5955fd6edb89748d3f88ba412c48bcb32741b430e359a"
|
|
|
|
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
|
|
UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
|
|
|
|
inherit autotools
|
|
|
|
RPROVIDES:${PN} = "exfat-utils"
|
|
RCONFLICTS:${PN} = "exfat-utils"
|
|
RREPLACES:${PN} = "exfat-utils"
|