From patchwork Mon Jan 14 23:55:37 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: 211958 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 81AC32C00A0 for ; Tue, 15 Jan 2013 10:55:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 114A9A013F; Mon, 14 Jan 2013 23:55:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LEFd9A+oqQZn; Mon, 14 Jan 2013 23:55:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AB425A00F0; Mon, 14 Jan 2013 23:55:50 +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 BBF1D8F74B for ; Mon, 14 Jan 2013 23:55:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 52E85814C0 for ; Mon, 14 Jan 2013 23:55:48 +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 pmR3b29NwYst for ; Mon, 14 Jan 2013 23:55:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7322D8A3AB for ; Mon, 14 Jan 2013 23:55:46 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id o1so1759006wic.17 for ; Mon, 14 Jan 2013 15:55:44 -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; bh=L8XgowA9PFEBXRTD55abwAqldtPRcee86pltMss+Oe4=; b=Lvb0qGP6Ap6XgORXKXA+Vw1TgIEL9HXISdt4dv4ikvVTfXT0HGh23yK5XC4ijDPRoy LRgvFmrDYfP/MDuay68UyVKyHKGgNLlaycAU8p1p8EOtTQPIXhqNyYrDw2AdSdUfRCPR F+9Qb1P53Z8p4VusofOSf4vf+1nJYlPARdo0XhX716sgjK2Af6aJdfGRhP8sXXeOBgX9 wG21U69uv84+eo9k0XprWIJ736X1E+uRSZnL9TEDGuz4YJfUiEyoSwl1lYizWCx5SIdA vTOsAvO6Zs+4AespCZLEA/xJYVSFLG8FMuztxRXJE3TxKKafEZonLNYA6fVO9VTmx+8a cimA== X-Received: by 10.180.82.69 with SMTP id g5mr381400wiy.21.1358207744546; Mon, 14 Jan 2013 15:55:44 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-68-44.w90-32.abo.wanadoo.fr. [90.32.147.44]) by mx.google.com with ESMTPS id p2sm1138237wic.7.2013.01.14.15.55.41 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 14 Jan 2013 15:55:43 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Tue, 15 Jan 2013 00:55:37 +0100 Message-Id: <1358207737-6188-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH] package/tvheadend: requires IPv6 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 failure: http://autobuild.buildroot.org/results/40cc7428b25afe3cddae50ec2098ee43127a2f41/ Signed-off-by: "Yann E. MORIN" --- package/tvheadend/Config.in | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/tvheadend/Config.in b/package/tvheadend/Config.in index e6dee3a..67badce 100644 --- a/package/tvheadend/Config.in +++ b/package/tvheadend/Config.in @@ -1,9 +1,9 @@ -comment "tvheadend requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE +comment "tvheadend requires a toolchain with LARGEFILE and IPv6 support" + depends on !BR2_LARGEFILE || !BR2_INET_IPV6 config BR2_PACKAGE_TVHEADEND bool "tvheadend" - depends on BR2_LARGEFILE + depends on BR2_LARGEFILE && BR2_INET_IPV6 select BR2_PACKAGE_DVB_APPS select BR2_PACKAGE_OPENSSL help