From patchwork Sat Oct 27 08:33:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 194607 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 717D82C00AE for ; Sat, 27 Oct 2012 19:34:11 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B52D231249; Sat, 27 Oct 2012 08:34:07 +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 XMAihWRoWw7D; Sat, 27 Oct 2012 08:34:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7894031240; Sat, 27 Oct 2012 08:34: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 ADB2B8F74A for ; Sat, 27 Oct 2012 08:34:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 395D38D315 for ; Sat, 27 Oct 2012 08:34:03 +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 O1ejH-vuVDPH for ; Sat, 27 Oct 2012 08:34:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9DE048D119 for ; Sat, 27 Oct 2012 08:34:01 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hq4so807237wib.10 for ; Sat, 27 Oct 2012 01:34:00 -0700 (PDT) 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=MH8BUrcjgy4AqSZ0Q+V/PYopFtB6LmulNslK+i2Vkd4=; b=JTkjGKFzphDbLhGQ/KWCJUwxYQh/k0HEdYLs2SZHxgLZKYdCfHWWYZLfVbobPkJFAr IwEobhdZNPkho68Is9V+gw3JVjmtww42j7CdsFRlP+D0zDYby2LblmcZBaexy7RC4J0j JcXKImH7oVWKMOkkbW/uerVj5vGRdFtml+gvVEJlsjKxgCguJvDvmoKhHF9K2un5r4do ySOr6+RM4VyH1qNpv+DNiMrFY3RHw3b2sbBaLogHdSCujaI1tAH9tiTmrhCp/rO+2P97 a1jL2qwDKIaQCBRCe4gQctSiYwvFtq2veSB3hyF7bBBc4BdIihQbpX+KIUvJG2ZW7rrT rqYg== Received: by 10.180.87.42 with SMTP id u10mr8064381wiz.0.1351326839771; Sat, 27 Oct 2012 01:33:59 -0700 (PDT) Received: from localhost.localdomain (host-84-13-103-17.opaltelecom.net. [84.13.103.17]) by mx.google.com with ESMTPS id bn7sm1648111wib.8.2012.10.27.01.33.57 (version=SSLv3 cipher=OTHER); Sat, 27 Oct 2012 01:33:58 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Sat, 27 Oct 2012 09:33:55 +0100 Message-Id: <1351326835-9339-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH] sconeserver: fix bluetooth module build problem 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 This fixes a build problem in the sconeserver bluetooth module, as reported by the Buildroot autobuild system: http://autobuild.buildroot.net/results/d1133da3f8d74c58fd271e0cab197a1108000e90/build-end.log The build problem, due to the use of BDADDR_ANY, has been fixed upstream; consequently, this patch simply bumps the sconeserver svn revision. Further details of the underlying problem at the following URL. http://stackoverflow.com/questions/9751710/c-c-warning-address-of-temporary-with-bdaddr-any-bluetooth-library Signed-off-by: Simon Dawson Acked-by: Samuel Martin Tested-by: Samuel Martin --- package/sconeserver/sconeserver.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sconeserver/sconeserver.mk b/package/sconeserver/sconeserver.mk index 2313cd2..15a1edc 100644 --- a/package/sconeserver/sconeserver.mk +++ b/package/sconeserver/sconeserver.mk @@ -5,7 +5,7 @@ ############################################################# # Release 0.6.0 doesn't build cleanly, so use a recent # Subversion trunk snapshot. -SCONESERVER_VERSION = 178 +SCONESERVER_VERSION = 180 SCONESERVER_SITE = \ https://sconeserver.svn.sourceforge.net/svnroot/sconeserver/trunk SCONESERVER_SITE_METHOD = svn