From: Wang Mingyu <[email protected]> CHANGES : * exfatprogs: replace obsolete autoconf and libtool macros. * mkfs.exfat: prefer the physical block size over the logical block size for the exFAT sector size. * mkfs.exfat: add notes about the format of the volume GUID to the man page. * mkfs.exfat: fix an incorrect calculation of the number of used clusters.
BUG FIXES : * exfatlabel: fix an user input error when setting a volume serial or label. Signed-off-by: Wang Mingyu <[email protected]> --- .../exfatprogs/{exfatprogs_1.2.5.bb => exfatprogs_1.2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/exfatprogs/{exfatprogs_1.2.5.bb => exfatprogs_1.2.6.bb} (91%) diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.6.bb similarity index 91% rename from meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb rename to meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.6.bb index c3ae8b8381..39411b4cee 100644 --- a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb +++ b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.6.bb @@ -12,7 +12,7 @@ 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" +SRC_URI[sha256sum] = "89d05b7a9537f2413079b724ec8d02d7a2e291c29c52e7256303e9456200fb0f" UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#114147): https://lists.openembedded.org/g/openembedded-devel/message/114147 Mute This Topic: https://lists.openembedded.org/mt/109892010/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
