summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ed/ed_1.14.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/ed/ed_1.14.1.bb b/meta/recipes-extended/ed/ed_1.14.1.bb
index 5d89a87805..7e6bde450f 100644
--- a/meta/recipes-extended/ed/ed_1.14.1.bb
+++ b/meta/recipes-extended/ed/ed_1.14.1.bb
@@ -11,7 +11,9 @@ SECTION = "base"
11# LSB states that ed should be in /bin/ 11# LSB states that ed should be in /bin/
12bindir = "${base_bindir}" 12bindir = "${base_bindir}"
13 13
14SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.lz" 14# Upstream regularly removes previous releases from https://ftp.gnu.org/gnu/ed/
15SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.lz"
16UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/"
15 17
16SRC_URI[md5sum] = "7f4a54fa7f366479f03654b8af645fd0" 18SRC_URI[md5sum] = "7f4a54fa7f366479f03654b8af645fd0"
17SRC_URI[sha256sum] = "ffb97eb8f2a2b5a71a9b97e3872adce953aa1b8958e04c5b7bf11d556f32552a" 19SRC_URI[sha256sum] = "ffb97eb8f2a2b5a71a9b97e3872adce953aa1b8958e04c5b7bf11d556f32552a"