diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2016-09-15 16:11:17 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-16 15:24:03 +0100 |
commit | a4f10da74ae3b91af403f9ee1a2d94e0a1795224 (patch) | |
tree | 64fde0d97b6cda56db1845bf826ae194b4b72c2f | |
parent | e88cee8cc31d096ccc7ae0213919a9c53a710482 (diff) | |
download | poky-a4f10da74ae3b91af403f9ee1a2d94e0a1795224.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 608f1987c9..c6355021fc 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -46,7 +46,7 @@ SHARED_EXTRA_OECONF = "--disable-use-tty-group \ | |||
46 | --disable-vipw --disable-newgrp --disable-chfn-chsh \ | 46 | --disable-vipw --disable-newgrp --disable-chfn-chsh \ |
47 | --enable-write --enable-mount \ | 47 | --enable-write --enable-mount \ |
48 | --enable-libuuid --enable-libblkid --enable-fsck \ | 48 | --enable-libuuid --enable-libblkid --enable-fsck \ |
49 | --disable-minix --without-udev \ | 49 | --disable-minix --disable-bfs --without-udev \ |
50 | usrsbin_execdir='${sbindir}' \ | 50 | usrsbin_execdir='${sbindir}' \ |
51 | " | 51 | " |
52 | 52 | ||