[oe-commits] [openembedded-core] 22/25: util-linux: Disable bfs support

git at git.openembedded.org git at git.openembedded.org
Thu Sep 15 21:57:46 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 682226dbbe70cc70c145c1a8dff32111897680bf
Author: Patrick Williams <patrick at stwcx.xyz>
AuthorDate: Thu Sep 15 16:11:17 2016 -0500

    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.
    
    Signed-off-by: Patrick Williams <patrick at stwcx.xyz>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/util-linux/util-linux.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 608f198..c635502 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 \
                        --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}' \
 "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list