From patchwork Thu Feb 7 10:37:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 218885 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 52F042C0291 for ; Thu, 7 Feb 2013 21:38:13 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0712B8C642; Thu, 7 Feb 2013 10:38:10 +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 1D2uRTqjTpFA; Thu, 7 Feb 2013 10:38:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 823638C209; Thu, 7 Feb 2013 10:38:05 +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 2747D8F753 for ; Thu, 7 Feb 2013 10:38:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A19418BCCF for ; Thu, 7 Feb 2013 10:38:03 +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 DQdBrG7FhjPW for ; Thu, 7 Feb 2013 10:38:01 +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 8BE2F8BC11 for ; Thu, 7 Feb 2013 10:38:01 +0000 (UTC) Received: from asgard (host132.190-136-125.telecom.net.ar [190.136.125.132]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r17Abs73023849 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 7 Feb 2013 10:37:56 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1360233478; bh=aC5Pce3gY16ApE1eQDWn44R2+VxyrA8JGRKVWNkriGo=; h=From:To:Cc:Subject:Date; b=nZ7CsEibqMzC+Mgl4KmSUu+ffRL3MuCbr1sh94SdB9pz0Vi1CWfWFx4qgkN2RPnah 12xkVbvbsC0AzsQkERf7CL6Tbq/VNZ/H6odHb2UkKoMknIzwC6ZwtTZxakbpp8LoQP PMUJqcAFTnxZnJ9u2qriuf0v3VRmZjaXXb7gg5u4= Received: by asgard (sSMTP sendmail emulation); Thu, 07 Feb 2013 07:37:53 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 7 Feb 2013 07:37:52 -0300 Message-Id: <1360233472-15279-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] coreutils: needs mmu 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 Fixes: http://autobuild.buildroot.net/results/bb975d928c08d31d0c1ecfb9519034865120b244/ Signed-off-by: Gustavo Zacarias --- package/coreutils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/coreutils/Config.in b/package/coreutils/Config.in index bfd6f26..c416ab1 100644 --- a/package/coreutils/Config.in +++ b/package/coreutils/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_COREUTILS bool "coreutils" depends on BR2_USE_WCHAR + depends on BR2_USE_MMU # fork() help All of the basic file/text/shell utilities. These are the core utilities which are expected to exist on every system.