From: Ross Burton Date: Mon, 24 Jul 2017 14:17:38 +0000 (+0100) Subject: elfutils: use HTTP instead of FTP to fetch X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20612 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9e38be6e9dcbeff033944f9a3a18e3838af10d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git elfutils: use HTTP instead of FTP to fetch FTP is inferiour to HTTP is all respects, so use the HTTP URL for the tarball. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/elfutils/elfutils_0.168.bb b/meta/recipes-devtools/elfutils/elfutils_0.168.bb index c0a4f234020..0717616ec0a 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.168.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.168.bb @@ -5,7 +5,7 @@ LICENSE = "(GPLv3 & Elfutils-Exception)" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "libtool bzip2 zlib virtual/libintl" DEPENDS_append_libc-musl = " argp-standalone fts " -SRC_URI = "ftp://sourceware.org/pub/elfutils/${PV}/${BP}.tar.bz2" +SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2" SRC_URI[md5sum] = "52adfa40758d0d39e5d5c57689bf38d6" SRC_URI[sha256sum] = "b88d07893ba1373c7dd69a7855974706d05377766568a7d9002706d5de72c276"