From patchwork Sat Sep 5 16:32:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Douglas RAILLARD X-Patchwork-Id: 514830 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id E733A1401E7 for ; Sun, 6 Sep 2015 02:32:57 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=CMKvNyGB; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DA0938B04B; Sat, 5 Sep 2015 16:32:55 +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 9BJ1PPDPEJBj; Sat, 5 Sep 2015 16:32:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2BBE88B00B; Sat, 5 Sep 2015 16:32:54 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 661301C13AD for ; Sat, 5 Sep 2015 16:32:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 627A1950BD for ; Sat, 5 Sep 2015 16:32:53 +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 ZongVwIEnEas for ; Sat, 5 Sep 2015 16:32:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by hemlock.osuosl.org (Postfix) with ESMTPS id 592D4950AF for ; Sat, 5 Sep 2015 16:32:52 +0000 (UTC) Received: by wicge5 with SMTP id ge5so44143524wic.0 for ; Sat, 05 Sep 2015 09:32:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=NRX9Qzc+TchnmdmPfyFF0ltZOeM4Y5GEOFKPnuXWZ5w=; b=CMKvNyGBdGxlLkGftaKRS07qOJcYC5zmHHFAyRk2VypEReUfuaHRA+x3o7BkKzR/0p 78unRZkl1g5eg5A9Es4uCuANsxHbbbxaqGCTMlztFQQoZ7lIqFZGd1b80659qKTg/frr kJATFOIqQHrsBi/PtCKIBs5xCfP0xZ0VmtvNZd6bmMaPnWx2BZCsH2sXrJ8QGos6wFCw Bw6r7zMFlKJCc6YnTlHytLL8VMRSBminL6e52ODFVprJ/qhBMAHATzQwCdSjvMZiNF8j NRB/XKdoKP3GX1TviEUt4BHgmIhzMlpudE/AuiCscXlxfLwsGqgJr7DcLiOrPKAv7oLe qPNA== X-Received: by 10.180.37.133 with SMTP id y5mr1613289wij.15.1441470770889; Sat, 05 Sep 2015 09:32:50 -0700 (PDT) Received: from localhost.localdomain (ARennes-556-1-197-54.w2-14.abo.wanadoo.fr. [2.14.108.54]) by smtp.gmail.com with ESMTPSA id xs1sm10708343wjc.7.2015.09.05.09.32.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 05 Sep 2015 09:32:50 -0700 (PDT) From: Douglas RAILLARD To: buildroot@buildroot.org Date: Sat, 5 Sep 2015 18:32:31 +0200 Message-Id: <1441470751-22909-1-git-send-email-public.douglas.raillard@gmail.com> X-Mailer: git-send-email 2.5.1 Cc: Douglas RAILLARD Subject: [Buildroot] [PATCH 1/3] Change elf2flt upstream repository 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" Use Waldemar Brodkorb's repository (at least) until an "official" upstream repository is established, to get the ARM noMMU patches Signed-off-by: Douglas RAILLARD --- package/elf2flt/elf2flt.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/elf2flt/elf2flt.mk b/package/elf2flt/elf2flt.mk index 0233ed5..3fcada4 100644 --- a/package/elf2flt/elf2flt.mk +++ b/package/elf2flt/elf2flt.mk @@ -4,8 +4,8 @@ # ################################################################################ -ELF2FLT_VERSION = 21c6a41885ad544763ccd19883c1353f3b0b7a47 -ELF2FLT_SITE = git://wh0rd.org/elf2flt.git +ELF2FLT_VERSION = f859213b18a67fcfc09961267e0a1122d35186f4 +ELF2FLT_SITE = http://cgit.openadk.org/cgi/cgit/elf2flt.git ELF2FLT_SITE_METHOD = git ELF2FLT_LICENSE = GPLv2+ ELF2FLT_LICENSE_FILES = LICENSE.TXT