Skip to content

Commit

Permalink
fatresize: upgrade 1.0.2 -> 1.1.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
wangmingyu84 authored and kraj committed Jul 16, 2021
1 parent b77c432 commit 7b15a81
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 7b15a81

Please sign in to comment.