package/e2fsprogs: fix fsck overwrite in HOST_DIR
host-e2fsprogs package overwrites the fsck program and some manpages previously installed by host-util-linux package. This patch simply disables fsck in host-e2fsprogs. host-e2fsprogs is used to build final ext{2,3,4} images. The missing host-e2fsprogs fsck tool (filesystem integrity check tool) in HOST_DIR should not lead to issues. Signed-off-by: Herve Codina <herve.codina@bootlin.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
60aa896904
commit
7b7c8cc672
@ -27,6 +27,7 @@ HOST_E2FSPROGS_CONF_OPTS = \
|
||||
--disable-defrag \
|
||||
--disable-e2initrd-helper \
|
||||
--disable-fuse2fs \
|
||||
--disable-fsck \
|
||||
--disable-libblkid \
|
||||
--disable-libuuid \
|
||||
--disable-testio-debug \
|
||||
|
Loading…
Reference in New Issue
Block a user