From patchwork Tue Jan 8 19:11:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 210481 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 4EA0E2C0095 for ; Wed, 9 Jan 2013 06:12:20 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id ED30131121; Tue, 8 Jan 2013 19:12:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id icgxgnJ5iMun; Tue, 8 Jan 2013 19:12:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id BE23831119; Tue, 8 Jan 2013 19:12:04 +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 BB9238F753 for ; Tue, 8 Jan 2013 19:12:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 83E0E8C473 for ; Tue, 8 Jan 2013 19:12:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q87u+571lZAU for ; Tue, 8 Jan 2013 19:11:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id 75E048C938 for ; Tue, 8 Jan 2013 19:11:59 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id o1so28745wic.12 for ; Tue, 08 Jan 2013 11:11:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references; bh=oPf5Gb2YlrD3ed7dHa45CmfAauQYbP4BNh0Zp2Kh9s4=; b=xEy7j+4ESknugYuxo+sJvns7Isrg6mga7MhjZfxHFjMusEcBttZ2VshncMNhbxmpTv mK+Ms9nhsM7SxlJ+/OuS/GdeCBRkVWYpxl8uhh85tp016lv7+S+EEe05dy/KEJCrPRvG 1tXVlJe/Wq6vAhosGw9vXCswIhYZHv+shh5QMIC4W2lP5/uFB9feGE4tx1fZpXhRwlkT utEzJOEY5SwVsxjBGiO6P1AFwTislNuiWPYLhzby+/TENZjo+2YUREj4Q+57L8W4HINB FkRF6jYWsR5G5GVCZPEXdZRE4Hp5B5Qah4Ic4Xt1Np02XJRzA3m1wQgFACOY+T/Wr6KD p5tw== X-Received: by 10.194.109.10 with SMTP id ho10mr12830663wjb.16.1357672317803; Tue, 08 Jan 2013 11:11:57 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-33-7.w90-32.abo.wanadoo.fr. [90.32.16.7]) by mx.google.com with ESMTPS id bw9sm363626wib.5.2013.01.08.11.11.56 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 08 Jan 2013 11:11:56 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Tue, 8 Jan 2013 20:11:50 +0100 Message-Id: <20276649bfceb884061dda4c1352ca0072eb63cd.1357672284.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 1/2] package/dvb-apps: requires largefiles 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 (for example): http://autobuild.buildroot.net/results/5e12820c6537b176c49671a65afcbdb86c5154c9 Signed-off-by: "Yann E. MORIN" --- package/dvb-apps/Config.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/package/dvb-apps/Config.in b/package/dvb-apps/Config.in index 5d0b6f5..ca8dc54 100644 --- a/package/dvb-apps/Config.in +++ b/package/dvb-apps/Config.in @@ -8,8 +8,12 @@ config BR2_PACKAGE_DVB_APPS if BR2_PACKAGE_DVB_APPS +comment "dvb-apps utils needs LARGEFILE support in the toolchain" + depends on !BR2_LARGEFILE + config BR2_PACKAGE_DVB_APPS_UTILS bool "dvb-apps utilities" + depends on BR2_LARGEFILE help A small number of DVB test and utility programs, including szap and dvbscan.