diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-24 15:17:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-29 11:57:28 +0100 |
commit | 24b0fa7324843681de12d770d9bf134af3f7974d (patch) | |
tree | 8494101761f893ff02103d29ed5bf521288e0781 /meta/recipes-devtools/elfutils | |
parent | 39e40d24903da4681d8ddc4d0270675dbfcecc5f (diff) | |
download | poky-24b0fa7324843681de12d770d9bf134af3f7974d.tar.gz |
elfutils: use HTTP instead of FTP to fetch
FTP is inferiour to HTTP is all respects, so use the HTTP URL for the tarball.
(From OE-Core rev: c190e5a884d85cb8d8783e78ad1a0489e56fac58)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6a9e38be6e9dcbeff033944f9a3a18e3838af10d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.168.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.168.bb b/meta/recipes-devtools/elfutils/elfutils_0.168.bb index 3b8f2a3147..b977ce0ea5 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)" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | DEPENDS = "libtool bzip2 zlib virtual/libintl" | 6 | DEPENDS = "libtool bzip2 zlib virtual/libintl" |
7 | DEPENDS_append_libc-musl = " argp-standalone fts " | 7 | DEPENDS_append_libc-musl = " argp-standalone fts " |
8 | SRC_URI = "ftp://sourceware.org/pub/elfutils/${PV}/${BP}.tar.bz2" | 8 | SRC_URI = "https://sourceware.org/elfutils/ftp/${PV}/${BP}.tar.bz2" |
9 | SRC_URI[md5sum] = "52adfa40758d0d39e5d5c57689bf38d6" | 9 | SRC_URI[md5sum] = "52adfa40758d0d39e5d5c57689bf38d6" |
10 | SRC_URI[sha256sum] = "b88d07893ba1373c7dd69a7855974706d05377766568a7d9002706d5de72c276" | 10 | SRC_URI[sha256sum] = "b88d07893ba1373c7dd69a7855974706d05377766568a7d9002706d5de72c276" |
11 | 11 | ||