From patchwork Tue Nov 13 08:38:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 198561 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 579162C00B0 for ; Tue, 13 Nov 2012 19:38:40 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 22AC2100C52; Tue, 13 Nov 2012 08:38:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KelNEjxNTM3g; Tue, 13 Nov 2012 08:38:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id DCBE9100B76; Tue, 13 Nov 2012 08:38:27 +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 C31308F753 for ; Tue, 13 Nov 2012 08:38:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 83E0489AA2 for ; Tue, 13 Nov 2012 08:38: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 d0v4lUdG4Kjj for ; Tue, 13 Nov 2012 08:38:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7BD1F898C1 for ; Tue, 13 Nov 2012 08:38:31 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id e49so1528162eek.16 for ; Tue, 13 Nov 2012 00:38:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=xnobIOroz4Nb0k2zD0iUj/w/e7tnQM3hmWHeP1yBrww=; b=0pjU+z42PJrocA2q9aldXMyZAIFSOpF9adLmkWPeVTWFN23gNXAR1+k7cSXKjhBqHv 5AGCBnbylGsKipuhgoSMXmgdPgvLvEE3u6CRijgd69UAq1d6T7bBfB3MQXpYRaS21RfI Yc7ja0lKoIsNCFjn7G8p5L7SdOcTz8oGsyt+0y3oFqQ32N8ZUf8mpjGuWR4ZZWFusqkA XbevuZ9Nx4EgWYVFHd4FMbF+dJK9+V21N2Bs2fd/5eeKyT+F11sXNcbApuoebUGbFUsx RPdTgovK5/sRUxr5X3yfK3N0tstrf6C9xriBgC0Hfg05O8Adiy7ipwgJ1xpqpvuARnfC tVcQ== Received: by 10.14.203.3 with SMTP id e3mr72500388eeo.35.1352795909799; Tue, 13 Nov 2012 00:38:29 -0800 (PST) Received: from localhost.localdomain ([212.183.128.100]) by mx.google.com with ESMTPS id o49sm21253935eep.5.2012.11.13.00.38.27 (version=SSLv3 cipher=OTHER); Tue, 13 Nov 2012 00:38:28 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Tue, 13 Nov 2012 08:38:21 +0000 Message-Id: <1352795901-29410-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] bluez-utils: 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 bluez-utils package does not build for the avr32 architecture; this results in autobuilder failures such as the following. http://autobuild.buildroot.net/results/d737d1220d7566289eee802fd580a49d8c456c97/build-end.log The underlying problem is with the header provided by the antiquated avr32 toolchain; this header lacks definitions for epoll_create1() and EPOLL_CLOEXEC. This patch disables support for the bluez-utils package on the avr32 architecture. Signed-off-by: Simon Dawson --- package/bluez_utils/Config.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/bluez_utils/Config.in b/package/bluez_utils/Config.in index 9836b21..5f0971a 100644 --- a/package/bluez_utils/Config.in +++ b/package/bluez_utils/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_BLUEZ_UTILS bool "bluez-utils" + depends on !BR2_avr32 depends on BR2_USE_WCHAR # libglib2 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib select BR2_PACKAGE_DBUS @@ -32,5 +33,8 @@ config BR2_PACKAGE_BLUEZ_UTILS_USB endif +comment "bluez-utils are not supported on avr32" + depends on BR2_avr32 + comment "bluez-utils require a toolchain with WCHAR and thread support" - depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_avr32 && (!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)