Skip to content

Commit aa0659f

Browse files
wangmingyu84kraj
authored andcommitted
fatresize: upgrade 1.0.2 -> 1.1.0
License_Update: Update license to GPLv3 version 1.1.0: - drop support for libparted older than 2.4 (openembedded#16) - introduce `-n, --partition` to set a partition number when dealing with file dumps, /dev/loop and /dev/ram devices (openembedded#15) - ask confirmation for operations (e.g. FAT32 -> FAT16 conversion), add `-f, --force` option to not prompt (openembedded#13) - do not limit FAT32 usage on small partitions (openembedded#11) - update ChangeLog (openembedded#10) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent cf77799 commit aa0659f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb renamed to meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
SUMMARY = "Resize FAT partitions using libparted"
22
SECTION = "console/tools"
33
LICENSE = "GPLv2"
4-
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4+
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
55

66
SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https"
7-
SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24"
7+
SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483"
88

9-
PV = "1.0.2-11"
9+
PV = "1.1.0"
1010

1111
S = "${WORKDIR}/git"
1212

0 commit comments

Comments
 (0)