From patchwork Tue Feb 4 16:32:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Barnett X-Patchwork-Id: 316665 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 94F532C009B for ; Wed, 5 Feb 2014 03:32:28 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6B34093CCD; Tue, 4 Feb 2014 16:32:27 +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 PRXKVhtZfUo1; Tue, 4 Feb 2014 16:32:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B88B693CBC; Tue, 4 Feb 2014 16:32:25 +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 7BE621BF94F for ; Tue, 4 Feb 2014 16:32:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7558A8C356 for ; Tue, 4 Feb 2014 16:32:24 +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 5d0m1Lk0F9J2 for ; Tue, 4 Feb 2014 16:32:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6B6388AA19 for ; Tue, 4 Feb 2014 16:32:23 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id t61so4448321wes.14 for ; Tue, 04 Feb 2014 08:32:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=pnp4Xn9VqxtwVBvEOdmo6NCJXJRhn6ONVWxIYIBPnlE=; b=Mn2WtNY/p4grkoirfczvWOMuOtVvHWQE0bQrVyt4OUhsJMf617lu1TnEhf+oOYFbRt K1QDC+J2duLCL2W96SYOChNvt2E1080ouRNdGmtQRF/HSiYp6j57fVghUSV1AsmyGGWB rB8nJgnXAbGTmJLH5yzSUKaIhXE07b+2GkphdmMXt6FJDX8ARSho0BWO0T9jNBZfn2SY IPwon/TnfC08+77HtdDDk/rZXQ/ksij+t4j1DVZkN/YHr4MtfIhyDhNKuSOPyr9Obala 7du/H1FBT93M67X7Hpx3b3N1Cm3aec8wlOvhSP7RXOcSsnHy8jxXWephJQQ0TVH9QIER QAjA== X-Received: by 10.180.182.199 with SMTP id eg7mr13484816wic.13.1391531541924; Tue, 04 Feb 2014 08:32:21 -0800 (PST) Received: from localhost.localdomain ([74.125.61.14]) by mx.google.com with ESMTPSA id jw4sm53998577wjc.20.2014.02.04.08.32.21 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Feb 2014 08:32:21 -0800 (PST) From: Ryan Barnett To: buildroot@busybox.net Date: Tue, 4 Feb 2014 17:32:13 +0100 Message-Id: <1391531533-28500-1-git-send-email-rjbarnet@rockwellcollins.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH 1/1] elf2flt: change source site 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 The CVS repository for this package is no longer available. So changing the repository to be a mirror git repository. Fixes: http://autobuild.buildroot.net/results/779/77997fd75282c355f6270b92371c161c9457d1dd Signed-off-by: Ryan Barnett --- Peter - could you please add the old source to sources.buildroot.net for legacy support? http://www.zacarias.com.ar/src/elf2flt-20130904.tar.gz Signed-off-by: Ryan Barnett --- package/elf2flt/elf2flt.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/elf2flt/elf2flt.mk b/package/elf2flt/elf2flt.mk index ce40f8d..6f54fb2 100644 --- a/package/elf2flt/elf2flt.mk +++ b/package/elf2flt/elf2flt.mk @@ -4,9 +4,9 @@ # ################################################################################ -ELF2FLT_VERSION = 20130904 -ELF2FLT_SITE = cvs://cvs.uclinux.org:/var/cvs -ELF2FLT_SITE_METHOD = cvs +ELF2FLT_VERSION = 21c6a41885ad544763ccd19883c1353f3b0b7a47 +ELF2FLT_SITE = git://wh0rd.org/elf2flt.git +ELF2FLT_SITE_METHOD = git ELF2FLT_LICENSE = GPLv2+ ELF2FLT_LICENSE_FILES = LICENSE.TXT