Files
meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb
Khem Raj 1f6cf6779e fatresize: Disable building documentation files
It needs docbook-to-man tool and we do not have native version of this
recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-17 09:08:47 -07:00

18 lines
455 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 \
file://0001-build-Do-not-build-.sgml-file.patch \
"
SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483"
PV = "1.1.0"
S = "${WORKDIR}/git"
DEPENDS = "parted"
inherit autotools pkgconfig