From a9cb23d9414d841748738235230c68823e61ed98 Mon Sep 17 00:00:00 2001 From: Christophe Vu-Brugier Date: Mon, 19 Aug 2024 22:31:07 +0200 Subject: exfatprogs: upgrade 1.2.4 -> 1.2.5 Signed-off-by: Christophe Vu-Brugier Signed-off-by: Khem Raj --- .../recipes-utils/exfatprogs/exfatprogs_1.2.4.bb | 24 ---------------------- .../recipes-utils/exfatprogs/exfatprogs_1.2.5.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.4.bb create mode 100644 meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.4.bb b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.4.bb deleted file mode 100644 index aa6a199784..0000000000 --- a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.4.bb +++ /dev/null @@ -1,24 +0,0 @@ -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] = "ad38126dfd9f74f8c6ecb35ddfd34d2582601d6c3ff26756610b8418360c8ee2" - -UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" -UPSTREAM_CHECK_REGEX = "${BPN}-(?P\d+(\.\d+)+)" - -inherit autotools - -RPROVIDES:${PN} = "exfat-utils" -RCONFLICTS:${PN} = "exfat-utils" -RREPLACES:${PN} = "exfat-utils" diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb new file mode 100644 index 0000000000..c3ae8b8381 --- /dev/null +++ b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb @@ -0,0 +1,24 @@ +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] = "f27160dcc1ddd17c96cd41a6ceef7037adc2796ab5c5633d3d85cf532c3ee2f0" + +UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" +UPSTREAM_CHECK_REGEX = "${BPN}-(?P\d+(\.\d+)+)" + +inherit autotools + +RPROVIDES:${PN} = "exfat-utils" +RCONFLICTS:${PN} = "exfat-utils" +RREPLACES:${PN} = "exfat-utils" -- cgit v1.2.3-54-g00ecf