summaryrefslogtreecommitdiffstats
path: root/package/elfutils
diff options
context:
space:
mode:
authorJulien BOIBESSOT <julien.boibessot@armadeus.com>2017-03-10 16:16:53 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-10 21:42:09 +0100
commit94fba6644e5e612befde675b18cc94c32ccc135b (patch)
treef041b07b333d108e06c22f875f2b90ae05fbf09d /package/elfutils
parent482dd2256905e6146cfa88e1779db4c0e21f32dd (diff)
downloadbuildroot-94fba6644e5e612befde675b18cc94c32ccc135b.tar.gz
buildroot-94fba6644e5e612befde675b18cc94c32ccc135b.zip
package/elfutils: change upstream site
fedorahosted.org has been closed on March 1st, 2017, so use a different upstream location for the elfutils project. Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/elfutils')
-rw-r--r--package/elfutils/Config.in2
-rw-r--r--package/elfutils/elfutils.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in
index 0419e27902..7db84724b5 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 566e0bf840..0bf105e528 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
OpenPOWER on IntegriCloud