All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-filesystems] [PATCH] fatresize: upgrade 1.0.2 -> 1.1.0
@ 2021-07-15  7:27 wangmy
  2021-07-15  7:27 ` [oe] [meta-filesystems] [PATCH] xfsprogs: upgrade 5.10.0 -> 5.12.0 wangmy
  0 siblings, 1 reply; 2+ messages in thread
From: wangmy @ 2021-07-15  7:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

License_Update: Update license to GPLv3

version 1.1.0:
 - drop support for libparted older than 2.4 (#16)
 - introduce `-n, --partition` to set a partition number when
   dealing with file dumps, /dev/loop and /dev/ram devices (#15)
 - ask confirmation for operations (e.g. FAT32 -> FAT16 conversion),
   add `-f, --force` option to not prompt (#13)
 - do not limit FAT32 usage on small partitions (#11)
 - update ChangeLog (#10)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../fatresize/{fatresize_1.0.2.bb => fatresize_1.1.0.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-filesystems/recipes-utils/fatresize/{fatresize_1.0.2.bb => fatresize_1.1.0.bb} (63%)

diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb
similarity index 63%
rename from meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb
rename to meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb
index 88d495b685..32406077da 100644
--- a/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb
+++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb
@@ -1,12 +1,12 @@
 SUMMARY = "Resize FAT partitions using libparted"
 SECTION = "console/tools"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
 SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https"
-SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24"
+SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483"
 
-PV = "1.0.2-11"
+PV = "1.1.0"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [oe] [meta-filesystems] [PATCH] xfsprogs: upgrade 5.10.0 -> 5.12.0
  2021-07-15  7:27 [oe] [meta-filesystems] [PATCH] fatresize: upgrade 1.0.2 -> 1.1.0 wangmy
@ 2021-07-15  7:27 ` wangmy
  0 siblings, 0 replies; 2+ messages in thread
From: wangmy @ 2021-07-15  7:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xfsprogs/{xfsprogs_5.10.0.bb => xfsprogs_5.12.0.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_5.10.0.bb => xfsprogs_5.12.0.bb} (96%)

diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.10.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.12.0.bb
similarity index 96%
rename from meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.10.0.bb
rename to meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.12.0.bb
index 509dbd620b..c2d0595290 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.10.0.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.12.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
            file://0002-include-include-xfs-linux.h-after-sys-mman.h.patch \
            file://0001-support-usrmerge.patch \
            "
-SRC_URI[sha256sum] = "e04017e46d43e4d54b9a560fd7cea922520f8f6ef882404969d20cd4e5c790e9"
+SRC_URI[sha256sum] = "bec44445cf18f49e63971d4f27dc4e90a17b118b852714a1104b621ea30e3507"
 inherit autotools-brokensep
 
 PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-15  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15  7:27 [oe] [meta-filesystems] [PATCH] fatresize: upgrade 1.0.2 -> 1.1.0 wangmy
2021-07-15  7:27 ` [oe] [meta-filesystems] [PATCH] xfsprogs: upgrade 5.10.0 -> 5.12.0 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.