From patchwork Sun Mar 10 09:27:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 226418 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id D03692C0308 for ; Sun, 10 Mar 2013 20:27:21 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 960B5101C5F; Sun, 10 Mar 2013 09:27:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3TSo0u3P16ur; Sun, 10 Mar 2013 09:27:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3C3C3101B0B; Sun, 10 Mar 2013 09:27:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 882A68F74B for ; Sun, 10 Mar 2013 09:27:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0CA828BC2C for ; Sun, 10 Mar 2013 09:27:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P74I6KvfVine for ; Sun, 10 Mar 2013 09:27:12 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3B8C88B9DB for ; Sun, 10 Mar 2013 09:27:11 +0000 (UTC) Received: from asgard (host204.190-138-222.telecom.net.ar [190.138.222.204]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r2A9R3t9022568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 10 Mar 2013 09:27:06 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1362907628; bh=BaylCOoiqsEXDxCWslsepi3JKZKwTzKdLi0CwFmRKFQ=; h=From:To:Cc:Subject:Date; b=CEp66nN6oaviq/DxZ8dp6GiLwZpGcvUoMXxhMQpOJ5WKPj26v35PsoeKgMLbGt6/F 6Uhk46y0pLrA7wyevvjxk7/OEASYq+v83L8s288uLs+PscPX01EM6GnmOaa7YUItE8 ct/ejGyu/AQI5j2wRfkJgV3VNc7p95lhdGHKvH3M= Received: by asgard (sSMTP sendmail emulation); Sun, 10 Mar 2013 06:27:02 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 10 Mar 2013 06:27:02 -0300 Message-Id: <1362907622-27511-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.6 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] quota: select BR2_PACKAGE_UTIL_LINUX_BINARIES X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Missed this one package that needs a util-linux binary, fixes: http://autobuild.buildroot.net/results/bc3c75e7c60fe6db54ea56dd7c398ba7878bff83/ Signed-off-by: Gustavo Zacarias --- package/quota/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/quota/Config.in b/package/quota/Config.in index f6341d3..9f1704b 100644 --- a/package/quota/Config.in +++ b/package/quota/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_QUOTA depends on BR2_USE_WCHAR depends on BR2_USE_MMU # fork() select BR2_PACKAGE_UTIL_LINUX + select BR2_PACKAGE_UTIL_LINUX_BINARIES select BR2_PACKAGE_UTIL_LINUX_MOUNT select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC