From patchwork Thu Dec 5 08:08:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 296745 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 9E2452C0089 for ; Thu, 5 Dec 2013 19:08:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 98B5B932FD; Thu, 5 Dec 2013 08:08:30 +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 59bVzA2A5ig9; Thu, 5 Dec 2013 08:08:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5119D899B2; Thu, 5 Dec 2013 08:08:29 +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 66C211BF9F2 for ; Thu, 5 Dec 2013 08:08:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 63F358C1FC for ; Thu, 5 Dec 2013 08:08:28 +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 2yibHk6kGrNa for ; Thu, 5 Dec 2013 08:08:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3FB408C1A6 for ; Thu, 5 Dec 2013 08:08:27 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id ca18so9398622wib.5 for ; Thu, 05 Dec 2013 00:08:25 -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=UiqvldO7CjKXOllaYJrmSmhspg6O7r7CVfHmFr9+pj8=; b=iS3JnxCXPhscS4lY9D93TwBSCt39Z+fCYGTPiwtYoY1G3igxljtEIA6VwXT1Fy9Vt6 ow/LJraJF7nR/xi5hR6h2VqFJqvBFW0EkwOzMsofTD893T9AJ6V2NXH/BcvElRvQvAyF hacCqYMPUvF0mB7CyrhQiZn1i7qu9tRlFo+Lzex330F9r7Z6YiVVTLy4F5TK89IyJsJw Ud+boWWHzI7NhqCkTOtwn3M6XOT2vc8hSiO+tqHR6132KHdtEZblvnmsxYrJiUBlEcA3 J/x87uegkJ4/pjScHAnWUdNK4rv3DuHFxnagPwWSAkG1ObNfqbFfXMRdVbwLW+S+02bJ cXJA== X-Received: by 10.194.93.3 with SMTP id cq3mr67965999wjb.26.1386230905824; Thu, 05 Dec 2013 00:08:25 -0800 (PST) Received: from localhost.localdomain (host109-150-80-255.range109-150.btcentralplus.com. [109.150.80.255]) by mx.google.com with ESMTPSA id dn2sm3887688wid.1.2013.12.05.00.08.24 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Dec 2013 00:08:24 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Thu, 5 Dec 2013 08:08:22 +0000 Message-Id: <1386230902-10012-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] gpsd: switch to Git snapshot 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 Since the gpsd version bump from 3.9 to 3.10, gpsd has been generating a lot of autobuild failures. See, for example, the following. http://autobuild.buildroot.net/results/c8f/c8f2eed70cfbdcb7e7af820977aa531b59f0575a/ A 3.11 release is expected shortly; in the interim, switch to a recent Git snapshot in which the most serious build problems appear to have been fixed. Signed-off-by: Simon Dawson --- package/gpsd/gpsd-02-sconstruct-disable-rpath.patch | 10 +++++----- package/gpsd/gpsd.mk | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch b/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch index eca3cbf..8d2d31e 100644 --- a/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch +++ b/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch @@ -5,11 +5,11 @@ Signed-off-by: Thomas Petazzoni diff -Nurp a/SConstruct b/SConstruct --- a/SConstruct 2013-11-22 13:10:01.000000000 +0000 +++ b/SConstruct 2013-11-23 11:26:57.698486777 +0000 -@@ -287,8 +287,6 @@ def installdir(dir, add_destdir=True): - # Honor the specified installation prefix in link paths. - if env["sysroot"]: - env.Prepend(LIBPATH=[env["sysroot"] + installdir('libdir', add_destdir=False)]) --if env["shared"]: +@@ -299,8 +299,6 @@ if env["sysroot"]: + # prefix=/usr/local build want to put our libraries there. Ideally + # we'd query the default load path here and test against wharever it + # is, but we haven't found a way to do that. +-if env["shared"] and env["libdir"] not in {"/lib","/usr/lib","/usr/local/lib"}: - env.Prepend(RPATH=[installdir('libdir')]) # Give deheader a way to set compiler flags diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk index 92db00e..43c945a 100644 --- a/package/gpsd/gpsd.mk +++ b/package/gpsd/gpsd.mk @@ -4,8 +4,8 @@ # ################################################################################ -GPSD_VERSION = 3.10 -GPSD_SITE = http://download-mirror.savannah.gnu.org/releases/gpsd/ +GPSD_VERSION = 327a3ef7c83c1b3b2cf7cdfcddf0c6fd7aaa8963 +GPSD_SITE = git://git.savannah.nongnu.org/gpsd.git GPSD_LICENSE = BSD-3c GPSD_LICENSE_FILES = COPYING GPSD_INSTALL_STAGING = YES