mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 16:05:18 +00:00
python3-blivet: support fat resize
According to release_notes.rst of 3.12.0 [1], it requires the `vfat-resize`
tool for FAT filesystem resize support. In Yocto, package libblockdev-bin
provides vfat-resize
[1] ce03a4869d (diff-b99febf52a7481dd33d7896edaaad85373851e76d8f01303491713e723b905ddR21-R25)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9c1a286b42
commit
09be9f040c
@ -24,7 +24,7 @@ REQUIRED_DISTRO_FEATURES = "systemd"
|
|||||||
|
|
||||||
RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \
|
RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \
|
||||||
parted python3-pyparted multipath-tools \
|
parted python3-pyparted multipath-tools \
|
||||||
lsof cryptsetup libblockdev \
|
lsof cryptsetup libblockdev libblockdev-bin \
|
||||||
libbytesize \
|
libbytesize \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user