From patchwork Tue Mar 5 04:41:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 224942 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 8C2D92C034F for ; Tue, 5 Mar 2013 15:42:10 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 42ACD8BD02; Tue, 5 Mar 2013 04:42:09 +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 Bgg7AvRl6Lja; Tue, 5 Mar 2013 04:42:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0A3B98BCE0; Tue, 5 Mar 2013 04:42:08 +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 99C4C8F7A5 for ; Tue, 5 Mar 2013 04:42:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9BDA68BCE0 for ; Tue, 5 Mar 2013 04:42:06 +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 f8Pc3-GedLn2 for ; Tue, 5 Mar 2013 04:42:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com [209.85.223.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id C18918BCDC for ; Tue, 5 Mar 2013 04:42:05 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id c11so7295913ieb.15 for ; Mon, 04 Mar 2013 20:42:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=SwQyi1OZ7bssuXZ0/ZSIcp2O0QVi3UHNjTbDUlrPOh0=; b=BU0Jf65W3DJ5sZYRJCneqctk92nf07/aT30sqnp/VhQAdbwocKuzpiz9F+F5+T/LBM Sw95pYj1UocDkJyEmJAg4DoO+iMAE1AsjF5OEdZ8y1MVjKESlREImCnWMFFBtL7jLJki qH1ZVfgNHzn8VNgqYZnwUBYcOxis7ZCHgVxD4g1+qvb6olQ5HL7uGmIQ/6j//fWBg4sa K8r/S0EZQ2uQOdvJDUMvTGSnQB/fLfv58uonlRDj0Lmq6b0BSd1v+gwsec+hoiZpBnOH 9DRyo+wY3Y7QnawAE8y3TVtYWAFgFx2fHNMx13+x2z7ybIrnyc8M/aWcKM3VW9vme3la 30Lg== X-Received: by 10.50.180.197 with SMTP id dq5mr4768922igc.22.1362458524378; Mon, 04 Mar 2013 20:42:04 -0800 (PST) Received: from localhost.localdomain (c-69-181-251-46.hsd1.ca.comcast.net. [69.181.251.46]) by mx.google.com with ESMTPS id qn10sm13462927igc.6.2013.03.04.20.42.02 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Mar 2013 20:42:03 -0800 (PST) From: Gilles Talis To: buildroot@busybox.net Date: Mon, 4 Mar 2013 20:41:55 -0800 Message-Id: <1362458515-7743-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: Subject: [Buildroot] [PATCH] htop: 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.org/results/023b40f48c8006cd49c585efae3cfa065b21bf51 Signed-off-by: Gilles Talis --- package/htop/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/htop/Config.in b/package/htop/Config.in index 55b4b15..51304af 100644 --- a/package/htop/Config.in +++ b/package/htop/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_HTOP bool "htop" + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_NCURSES help htop is an interactive text-mode process viewer for Linux.