]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/elfutils: change upstream site
authorJulien BOIBESSOT <julien.boibessot@armadeus.com>
Fri, 10 Mar 2017 15:16:53 +0000 (16:16 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 10 Mar 2017 20:42:09 +0000 (21:42 +0100)
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>
package/elfutils/Config.in
package/elfutils/elfutils.mk

index 0419e27902e4460ffe4417c0865eda39da6d6df6..7db84724b597f89f0dbffbbd5aa7de20f668a909 100644 (file)
@@ -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
 
index 566e0bf84037d3eba138f64731d0ad2532629f75..0bf105e52816ac1e9df3ee94a59eab5d69693363 100644 (file)
@@ -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