From patchwork Fri Mar 10 15:16:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Boibessot X-Patchwork-Id: 737440 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vfrTg1mF1z9rxw for ; Sat, 11 Mar 2017 02:17:11 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id ACD132FAA7; Fri, 10 Mar 2017 15:17:06 +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 xwB73zh3G0eX; Fri, 10 Mar 2017 15:17:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5460E2F9DD; Fri, 10 Mar 2017 15:17:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 277081BFB06 for ; Fri, 10 Mar 2017 15:17:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 211588A431 for ; Fri, 10 Mar 2017 15:17: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 P7ljs16lhBDR for ; Fri, 10 Mar 2017 15:17:02 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by whitealder.osuosl.org (Postfix) with ESMTPS id 43EA08A36A for ; Fri, 10 Mar 2017 15:17:02 +0000 (UTC) Received: from localhost.localdomain (unknown [78.249.46.175]) by smtp3-g21.free.fr (Postfix) with ESMTP id 95F6013F8E7; Fri, 10 Mar 2017 16:16:59 +0100 (CET) From: julien.boibessot@free.fr To: buildroot@busybox.net Date: Fri, 10 Mar 2017 16:16:53 +0100 Message-Id: <1489159013-11420-1-git-send-email-julien.boibessot@free.fr> X-Mailer: git-send-email 2.1.4 Cc: Julien BOIBESSOT Subject: [Buildroot] [PATCH] package/elfutils: fixes download site due to recent fedorahosted.org closing 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" From: Julien BOIBESSOT Signed-off-by: Julien BOIBESSOT --- package/elfutils/Config.in | 2 +- package/elfutils/elfutils.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in index 0419e27..7db8472 100644 --- a/package/elfutils/Config.in +++ b/package/elfutils/Config.in @@ -22,7 +22,7 @@ config BR2_PACKAGE_ELFUTILS Note that this option only installs the libraries, and not the programs. - https://fedorahosted.org/elfutils + https://sourceware.org/elfutils/ if BR2_PACKAGE_ELFUTILS diff --git a/package/elfutils/elfutils.mk b/package/elfutils/elfutils.mk index 566e0bf..0bf105e 100644 --- a/package/elfutils/elfutils.mk +++ b/package/elfutils/elfutils.mk @@ -6,7 +6,7 @@ ELFUTILS_VERSION = 0.166 ELFUTILS_SOURCE = elfutils-$(ELFUTILS_VERSION).tar.bz2 -ELFUTILS_SITE = https://fedorahosted.org/releases/e/l/elfutils/$(ELFUTILS_VERSION) +ELFUTILS_SITE = https://sourceware.org/elfutils/ftp/$(ELFUTILS_VERSION) ELFUTILS_INSTALL_STAGING = YES ELFUTILS_LICENSE = GPLv2+ or LGPLv3+ (library) ELFUTILS_LICENSE_FILES = COPYING-GPLV2 COPYING-LGPLV3