From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) by mail.openembedded.org (Postfix) with ESMTP id 4508E7318D for ; Thu, 15 Sep 2016 19:06:19 +0000 (UTC) Received: from localhost (76-250-84-236.lightspeed.austtx.sbcglobal.net [76.250.84.236]) by mx.zohomail.com with SMTPS id 1473966378541909.3444005206034; Thu, 15 Sep 2016 12:06:18 -0700 (PDT) From: Patrick Williams To: openembedded-core@lists.openembedded.org Date: Thu, 15 Sep 2016 14:05:59 -0500 Message-Id: <1473966359-13292-2-git-send-email-patrick@stwcx.xyz> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1473966359-13292-1-git-send-email-patrick@stwcx.xyz> References: <1473966359-13292-1-git-send-email-patrick@stwcx.xyz> Cc: Patrick Williams Subject: [PATCH 2/2] util-linux: Disable bfs support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 19:06:20 -0000 Disable building of mkfs.bfs. Signed-off-by: Patrick Williams --- 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}' \ " -- 2.7.3