mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
bd2ebf22cc
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
381 B
BlitzBasic
16 lines
381 B
BlitzBasic
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
|