From patchwork Wed Oct 14 21:51:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alan Ott X-Patchwork-Id: 530387 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 81F3E140E44 for ; Thu, 15 Oct 2015 08:50:52 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b=ZmFgBKm3; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0F05B89341; Wed, 14 Oct 2015 21:50:51 +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 gbbdlec3OG0y; Wed, 14 Oct 2015 21:50:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9083589079; Wed, 14 Oct 2015 21:50:47 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 2D7931C67EA for ; Wed, 14 Oct 2015 21:50:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2A7C72757E for ; Wed, 14 Oct 2015 21:50:46 +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 lMD0HNUQ9cGq for ; Wed, 14 Oct 2015 21:50:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by silver.osuosl.org (Postfix) with ESMTPS id 7E1EF271F8 for ; Wed, 14 Oct 2015 21:50:45 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id DB98F20D1C for ; Wed, 14 Oct 2015 17:50:44 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Wed, 14 Oct 2015 17:50:44 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=/5in aNfwH2KEpEBIaCKt7Hv6SSk=; b=ZmFgBKm30GJdjCr9ymaRHuycBi6mchrZS6Vq 3Yu+DHAF8y6kkI7lmjNai9OSrbynBLOGHtO2z27jIyRzY0yON5TA7nQGyK4ush+Y YddX1oCapZCAw4qyjCJLUrSk7bNiigRSq06H52UszXhki5jFl58U4Mi/4/x/NUYe yfmy1kQ= X-Sasl-enc: Y0f73mptkuN/yGzIzPOmlGGc1v7/IGRCtiSWbM3DW/f+ 1444859444 Received: from ato-lappy.lan (c-73-21-204-125.hsd1.fl.comcast.net [73.21.204.125]) by mail.messagingengine.com (Postfix) with ESMTPA id 877ECC0001D; Wed, 14 Oct 2015 17:50:44 -0400 (EDT) From: Alan Ott To: buildroot@buildroot.org Date: Wed, 14 Oct 2015 17:51:19 -0400 Message-Id: <1444859483-2268-2-git-send-email-alan@softiron.co.uk> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1444859483-2268-1-git-send-email-alan@softiron.co.uk> References: <1444859483-2268-1-git-send-email-alan@softiron.co.uk> Cc: Alan Ott Subject: [Buildroot] [PATCH 1/5] dsp-tools: Move download link away from Google Code X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Google Code is being shut down. The google code site which hosts the source .tar.gz references github/felipec, which has a dsp-tools repository with the same code as the tar.gz previously referenced. Change the DSP_TOOLS_SITE to this github repo. Signed-off-by: Alan Ott --- package/dsp-tools/dsp-tools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/dsp-tools/dsp-tools.mk b/package/dsp-tools/dsp-tools.mk index 64490b8..c91ed20 100644 --- a/package/dsp-tools/dsp-tools.mk +++ b/package/dsp-tools/dsp-tools.mk @@ -4,8 +4,8 @@ # ################################################################################ -DSP_TOOLS_VERSION = 2.0 -DSP_TOOLS_SITE = http://gst-dsp.googlecode.com/files +DSP_TOOLS_VERSION = v2.0 +DSP_TOOLS_SITE = $(call github,felipec,dsp-tools,$(DSP_TOOLS_VERSION)) DSP_TOOLS_DEPENDENCIES = tidsp-binaries DSP_TOOLS_LICENSE = LGPLv2.1 DSP_TOOLS_LICENSE_FILES = LICENSE