aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ed
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-01-23 16:20:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 22:40:38 +0000
commit986f44933ee267b171612d7b0f1c53e9b3b4797e (patch)
tree24ac6055f82402457a28d0164f322ffe99fb403f /meta/recipes-extended/ed
parent16ab8fb9ee3817e8149d0b3c2ca735d031326441 (diff)
downloadopenembedded-core-contrib-986f44933ee267b171612d7b0f1c53e9b3b4797e.tar.gz
ed: use yoctoproject mirror for SRC_URI
Upstream has removed a number of releases from the canonical download site, including the 1.9 release we were using. We shoud upgrade to the latest release but as new releases are only compressed using lzip that means adding lzip-native to oe-core, so this is a suitable short-term fix. (From OE-Core rev: 7d24d476e03f88bf47385f7a85ceb7c82662ed76) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ed')
-rw-r--r--meta/recipes-extended/ed/ed_1.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ed/ed_1.9.bb b/meta/recipes-extended/ed/ed_1.9.bb
index f2ec42ad1a..83c31fc6db 100644
--- a/meta/recipes-extended/ed/ed_1.9.bb
+++ b/meta/recipes-extended/ed/ed_1.9.bb
@@ -11,7 +11,7 @@ SECTION = "base"
# LSB states that ed should be in /bin/
bindir = "${base_bindir}"
-SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz"
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz"
SRC_URI[md5sum] = "565b6d1d5a9a8816b9b304fc4ed9405d"
SRC_URI[sha256sum] = "d5b372cfadf073001823772272fceac2cfa87552c5cd5a8efc1c8aae61f45a88"