From patchwork Sat Mar 1 14:53:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 325433 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 567BF2C0099 for ; Sun, 2 Mar 2014 01:54:06 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A83DA330E0; Sat, 1 Mar 2014 14:54:05 +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 zGvNTHwZA+k2; Sat, 1 Mar 2014 14:54:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4BA01330F0; Sat, 1 Mar 2014 14:53:32 +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 CAF761CE99E for ; Sat, 1 Mar 2014 14:53:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C71878C7CA for ; Sat, 1 Mar 2014 14:53:26 +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 umgmb83ta3kN for ; Sat, 1 Mar 2014 14:53:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by whitealder.osuosl.org (Postfix) with ESMTPS id 216568C796 for ; Sat, 1 Mar 2014 14:53:25 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id a1so1557157wgh.10 for ; Sat, 01 Mar 2014 06:53:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=k8pVe6bdroXXsNi3Ir1Sn5AQg+BT7+DPWBgU7ZNGNPo=; b=aD9FMhVerwAKTLW/lYxdW1KlgFOQr+Kpe2I6uajuksVyt1nFEpovj/h4NTIHBS+kLH Tzeaexlry3ppOzNgaocfSL5ypXYYbWIXLsBTwSuzwuUpf6HLeLTws7CuQVECu2Jii7tS 4DCSsU5knrLFBydYBAZY4btaoJCCKjQxpwDF8p4W8mIAm2w/WbjxbL7JtOVdP+9ICJb6 xm6NBwm4X9+w5KhxHUaPhdS+cmSQMYfPNGtgLUPP5wxZCZNLwqh+bYZ+iF+xMipOg1nc ktRjBLJyIiraMu6okK6gbu2hWGBRIy4WkVwr/L+6CNXPsOlG+tDqd0jQkdIPe9wTsPCw iTrA== X-Received: by 10.180.38.7 with SMTP id c7mr7398513wik.0.1393685604678; Sat, 01 Mar 2014 06:53:24 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id t5sm12972077wjw.15.2014.03.01.06.53.23 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Mar 2014 06:53:24 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sat, 1 Mar 2014 15:53:07 +0100 Message-Id: <8a812d7fdca91d5514ba0e84f44529b08948f3f6.1393685422.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 12/13] package/tvheadend: requires kernel headers >= 3.2 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 From: "Yann E. MORIN" tvheadend requires SYS_TURBO, introduced in linux 3.2. Fixes: http://autobuild.buildroot.net/results/4df/4df8cd85e0287910567df81c0394b2914570e98a Signed-off-by: "Yann E. MORIN" --- package/tvheadend/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/tvheadend/Config.in b/package/tvheadend/Config.in index 74df825..a5bbeee 100644 --- a/package/tvheadend/Config.in +++ b/package/tvheadend/Config.in @@ -1,10 +1,11 @@ -comment "tvheadend needs a toolchain w/ largefile, IPv6, NPTL" - depends on !BR2_LARGEFILE || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS_NPTL +comment "tvheadend needs a toolchain w/ largefile, IPv6, NPTL, headers >= 3.2" + depends on !BR2_LARGEFILE || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 config BR2_PACKAGE_TVHEADEND bool "tvheadend" depends on BR2_LARGEFILE && BR2_INET_IPV6 depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2 # tvheadend requires an atomic_add operation. Either you have # a gcc >= 4.3 toolchain and it uses the gcc intrinsics, or it # has special code for x86, x86-64, PPC and ARM. So in the