From patchwork Wed Nov 6 13:08:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 288878 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 EE5202C0086 for ; Thu, 7 Nov 2013 00:08:14 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6D34E8C1F5; Wed, 6 Nov 2013 13:08:13 +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 XfTu6-esTTu0; Wed, 6 Nov 2013 13:08:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A74318C0C9; Wed, 6 Nov 2013 13:08:10 +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 CD3171BFA5F for ; Wed, 6 Nov 2013 13:08:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CB3988C0C9 for ; Wed, 6 Nov 2013 13:08:09 +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 BCtuVbKlL-P6 for ; Wed, 6 Nov 2013 13:08:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 10F178C078 for ; Wed, 6 Nov 2013 13:08:08 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id x55so4833482wes.22 for ; Wed, 06 Nov 2013 05:08:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=U/CEdGBN3IDWkvyEH+I7wgs3VRmjUvDpAnboaAErZeU=; b=z9P504PpN50jZujcFEXoR0m24La8Ke0SG0dUQfCds9Nx6lKS3Aeh8DAZei6nMrvONe PTq3mkhJcF5sXQjDHw2vgb6EZSTzQbaqEGWas5UGH5r1TFpxKSXVCnphFrw+sza8WI/0 fqJFt6CGXw/zXF6l6W5g+jIwbO0Re/+447/8UhERYBfa9xaFXR/M5DGngkn0Ykcn8AR+ J9gIxEcQuq4smBH3CfYHASXKvITYGszyqeVP4esIALS39PXYaYUkhLOhlJGojCzNYwgw lCAMvqswMD0Zy5reSboJUwA/Drm7ETt9y3MO/DGyWJKtBIH+Dy5dAGSx2BQzojR4PNPd 1jSg== X-Received: by 10.180.73.70 with SMTP id j6mr20797833wiv.47.1383743287417; Wed, 06 Nov 2013 05:08:07 -0800 (PST) Received: from localhost.localdomain (host86-134-30-28.range86-134.btcentralplus.com. [86.134.30.28]) by mx.google.com with ESMTPSA id y20sm24036873wib.0.2013.11.06.05.08.06 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Nov 2013 05:08:06 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Wed, 6 Nov 2013 13:08:03 +0000 Message-Id: <1383743283-13069-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH v2] connman: disable on avr32 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: Simon Dawson The inotify_init1 syscall is not available on avr32. Fixes build failures such as the following. http://autobuild.buildroot.net/results/0d8/0d8e7bd8bd3f227fabfb0d5feb59a5d316026d3f Signed-off-by: Simon Dawson --- v2: Disable comment on avr32, as suggested by Thomas De Schampheleire package/connman/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/connman/Config.in b/package/connman/Config.in index c74618a..e0a6782 100644 --- a/package/connman/Config.in +++ b/package/connman/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_CONNMAN select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_IPTABLES select BR2_PACKAGE_GNUTLS + depends on !BR2_avr32 # no inotify_init1 depends on !BR2_UCLIBC_VERSION_0_9_32 depends on BR2_USE_WCHAR # libglib2 and gnutls depends on BR2_INET_IPV6 @@ -50,5 +51,6 @@ config BR2_PACKAGE_CONNMAN_CLIENT endif # BR2_PACKAGE_CONNMAN comment "connman needs a toolchain w/ IPv6, wchar, threads, resolver" - depends on BR2_UCLIBC_VERSION_0_9_32 || \ + depends on !BR2_avr32 && \ + BR2_UCLIBC_VERSION_0_9_32 || \ !BR2_USE_WCHAR || !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS