mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
util-linux: Disable bfs support
Disable building of mkfs.bfs, which is used to create BFS file-systems used by SCO UnixWare. This is highly unlikely to be utilized and there are otherwise no references to 'bfs' throughout the rest of the tree. (From OE-Core rev: 3226d89ff743c223181fda90f605c7579337941a) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e88cee8cc3
commit
a4f10da74a
@@ -46,7 +46,7 @@ SHARED_EXTRA_OECONF = "--disable-use-tty-group \
|
||||
--disable-vipw --disable-newgrp --disable-chfn-chsh \
|
||||
--enable-write --enable-mount \
|
||||
--enable-libuuid --enable-libblkid --enable-fsck \
|
||||
--disable-minix --without-udev \
|
||||
--disable-minix --disable-bfs --without-udev \
|
||||
usrsbin_execdir='${sbindir}' \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user