From patchwork Wed Dec 26 10:49:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 208157 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 820CA2C00A6 for ; Wed, 26 Dec 2012 21:49:43 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A0F2720183; Wed, 26 Dec 2012 10:49:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pmQxmZX7R2ct; Wed, 26 Dec 2012 10:49:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0EA342DEF9; Wed, 26 Dec 2012 10:49:33 +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 DF9208F74B for ; Wed, 26 Dec 2012 10:49:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 24A7785AA8 for ; Wed, 26 Dec 2012 10:49:32 +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 eusa6lpRbzex for ; Wed, 26 Dec 2012 10:49:30 +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 9260D84C3F for ; Wed, 26 Dec 2012 10:49:29 +0000 (UTC) Received: from asgard (host204.190-231-107.telecom.net.ar [190.231.107.204]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBQAnLC9027562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 26 Dec 2012 10:49:24 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1356518966; bh=zarwbde3AkJY/BdTwdhtOEiWIfZhqSyPoIvsbN8PuKY=; h=From:To:Cc:Subject:Date; b=OpMPeQqAm475QYJrICD9uot74uayNqxQquUjT9ySrT119A/bD7FE9kRl97ksJ0U1L AvZvZAhNYyMD/JzCZKUJbZ9Cd2G7Zz2J8tznhVO7btVYWWz04yJ6kadqQexLJJJRNe 1T1ZsnKDUeXYJOwbG+49po7fL5YhfPDNeTaOceXU= Received: by asgard (sSMTP sendmail emulation); Wed, 26 Dec 2012 07:49:20 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 26 Dec 2012 07:49:18 -0300 Message-Id: <1356518959-30055-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] cdrkit: 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 autobuild.buildroot.net/results/10129d06088149a5ce9bd9762b5a17e5d89eec34 Signed-off-by: Gustavo Zacarias --- package/cdrkit/Config.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/cdrkit/Config.in b/package/cdrkit/Config.in index 7ff50f3..dfe3811 100644 --- a/package/cdrkit/Config.in +++ b/package/cdrkit/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_CDRKIT select BR2_PACKAGE_BZIP2 select BR2_PACKAGE_LIBCAP depends on BR2_LARGEFILE + depends on BR2_USE_MMU # fork bool "cdrkit" help cdrkit is a suite of programs for recording CDs and DVDs,