From patchwork Fri Feb 22 06:08:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Talis X-Patchwork-Id: 222468 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 84CC92C02A4 for ; Fri, 22 Feb 2013 17:09:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 91E8487FF1; Fri, 22 Feb 2013 06:09:12 +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 TDGRUF8coOfe; Fri, 22 Feb 2013 06:09:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 61BB38681E; Fri, 22 Feb 2013 06:09:11 +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 217CA8F7A0 for ; Fri, 22 Feb 2013 06:09:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9CCBE8688C for ; Fri, 22 Feb 2013 06:09: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 S88VW-eeXGuD for ; Fri, 22 Feb 2013 06:09:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4BD5585E1C for ; Fri, 22 Feb 2013 06:09:09 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id bh2so279075pad.2 for ; Thu, 21 Feb 2013 22:09:08 -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=sjMAwKX5Xwe9k57lNFQLAFUEBgAuW8sU51R6N5c8xtc=; b=ZXJ6Y2vJXjtqaTMaIKBwZDnoYSO3s4+IykmzW/VTe6XPUazB6L/Zyc/CzarTPMAecH BePDUojJiYobA2DNbM+nJyLWyVe6C13x20+NYRubKmzQvyDcTkAFeIuPRiMfoDS4+cLM ahlgeUIgUfq4/jASDyyYov5OE156OV02iQaTim+McmYkowZYd5HysAvjdFyfOqExduaM 4Qj3NcbsqiCBIkCfcjpfE0JFOcJ4UbF4XL1pB92a3n4BHZY1YSqNvT2hBnAuhXoK2cQO W3GJ6x5vGuG6M8dOh4yBcxz3v2paOiHEAAhoy97tCOI0AT3wHhAYBlTW5iZqexnIpnNk xkbw== X-Received: by 10.68.41.66 with SMTP id d2mr1221524pbl.154.1361513348793; Thu, 21 Feb 2013 22:09:08 -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 vd4sm1364068pbc.35.2013.02.21.22.09.07 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Feb 2013 22:09:08 -0800 (PST) From: Gilles Talis To: buildroot@busybox.net Date: Thu, 21 Feb 2013 22:08:56 -0800 Message-Id: <1361513336-16816-1-git-send-email-gilles.talis@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: Subject: [Buildroot] [PATCH] keyutils: 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/ff84ee5335e3302dbb47d881d9903db81884014c Signed-off-by: Gilles Talis --- package/keyutils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/keyutils/Config.in b/package/keyutils/Config.in index 9b9f9bc..6978687 100644 --- a/package/keyutils/Config.in +++ b/package/keyutils/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_KEYUTILS bool "keyutils" depends on !BR2_avr32 && !BR2_microblaze + depends on BR2_USE_MMU # fork() help These tools are used to control the key management system built into the Linux kernel.