From bd2ebf22cc169f1a7ad04016d1c828c3afd6ea12 Mon Sep 17 00:00:00 2001 From: wangmy Date: Thu, 15 Jul 2021 15:27:20 +0800 Subject: 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 (#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 Signed-off-by: Khem Raj --- .../recipes-utils/fatresize/fatresize_1.0.2.bb | 15 --------------- .../recipes-utils/fatresize/fatresize_1.1.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb create mode 100644 meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb deleted file mode 100644 index 88d495b685..0000000000 --- a/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Resize FAT partitions using libparted" -SECTION = "console/tools" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https" -SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24" - -PV = "1.0.2-11" - -S = "${WORKDIR}/git" - -DEPENDS = "parted" - -inherit autotools pkgconfig diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb new file mode 100644 index 0000000000..32406077da --- /dev/null +++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "Resize FAT partitions using libparted" +SECTION = "console/tools" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https" +SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483" + +PV = "1.1.0" + +S = "${WORKDIR}/git" + +DEPENDS = "parted" + +inherit autotools pkgconfig -- cgit 1.2.3-korg