mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
The fatresize command line tool provides command line access to the libparted-fs-resize library implementation of the FAT partition resizing. This tool is useful for safely resizing FAT partitions which are commonly found as the boot partition on a variety of SoC targets (e.g. RaspberryPi). The Debian version of the source is used as the original upstream on SourceForge is no longer actively maintained. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
384 B
BlitzBasic
16 lines
384 B
BlitzBasic
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
|