diff options
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 3 | ||||
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.166.bb | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index 6080c179fa..d18b732fe2 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb | |||
@@ -8,8 +8,7 @@ DEPENDS = "libtool bzip2 zlib virtual/libintl" | |||
8 | 8 | ||
9 | PR = "r11" | 9 | PR = "r11" |
10 | 10 | ||
11 | SRC_URI = "https://fedorahosted.org/releases/e/l/${BPN}/${BP}.tar.bz2" | 11 | SRC_URI = "ftp://sourceware.org/pub/elfutils/${PV}/${BP}.tar.bz2" |
12 | |||
13 | SRC_URI[md5sum] = "a0bed1130135f17ad27533b0034dba8d" | 12 | SRC_URI[md5sum] = "a0bed1130135f17ad27533b0034dba8d" |
14 | SRC_URI[sha256sum] = "8aebfa4a745db21cf5429c9541fe482729b62efc7e53e9110151b4169fe887da" | 13 | SRC_URI[sha256sum] = "8aebfa4a745db21cf5429c9541fe482729b62efc7e53e9110151b4169fe887da" |
15 | 14 | ||
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.166.bb b/meta/recipes-devtools/elfutils/elfutils_0.166.bb index 5c436d3864..5d934281b3 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.166.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.166.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | SUMMARY = "Utilities and libraries for handling compiled object files" | 1 | SUMMARY = "Utilities and libraries for handling compiled object files" |
2 | HOMEPAGE = "https://fedorahosted.org/elfutils" | 2 | HOMEPAGE = "https://sourceware.org/elfutils" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "(GPLv3 & Elfutils-Exception)" | 4 | 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 | 8 | ||
9 | SRC_URI = "https://fedorahosted.org/releases/e/l/elfutils/${PV}/${BP}.tar.bz2" | 9 | SRC_URI = "ftp://sourceware.org/pub/elfutils/${PV}/${BP}.tar.bz2" |
10 | SRC_URI[md5sum] = "d4e462b7891915dc5326bccefa2024ff" | 10 | SRC_URI[md5sum] = "d4e462b7891915dc5326bccefa2024ff" |
11 | SRC_URI[sha256sum] = "3c056914c8a438b210be0d790463b960fc79d234c3f05ce707cbff80e94cba30" | 11 | SRC_URI[sha256sum] = "3c056914c8a438b210be0d790463b960fc79d234c3f05ce707cbff80e94cba30" |
12 | 12 | ||