summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-04-11 00:29:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-11 22:02:04 +0100
commita820a2073bdfd9e423a431086728c268f1f3c723 (patch)
tree6ee91fd19ea6e06a5532318cfc3e82fd1d6fe137 /meta
parentbdd03ee4324122fb0ff50426447de9dbb451381e (diff)
downloadpoky-a820a2073bdfd9e423a431086728c268f1f3c723.tar.gz
ncurses: update SRC_URI
Upstream re-arranged their FTP server and deleted the tarball that we were downloading. This tarball is mirrors on downloads.yoctoproject.org but not everyone uses that, so Work around this by pointing the SRC_URI at the Yocto Project source mirror directly. [ YOCTO #9379 ] (From OE-Core rev: d64047b2e28f89b0efbfbced48149e1a86babc61) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/ncurses/ncurses_5.9.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_5.9.bb b/meta/recipes-core/ncurses/ncurses_5.9.bb
index 54d27a951b..35ef9c303b 100644
--- a/meta/recipes-core/ncurses/ncurses_5.9.bb
+++ b/meta/recipes-core/ncurses/ncurses_5.9.bb
@@ -4,9 +4,11 @@ REVISION = "20150329"
4 4
5PR = "${INC_PR}.1" 5PR = "${INC_PR}.1"
6 6
7SRC_URI += "file://tic-hang.patch \ 7SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/ncurses-5.9-20150329.tgz \
8 file://config.cache \ 8 file://tic-hang.patch \
9 file://config.cache \
9" 10"
11
10S = "${WORKDIR}/${BP}-${REVISION}" 12S = "${WORKDIR}/${BP}-${REVISION}"
11SRC_URI[md5sum] = "cee991d09e69e60ebedef424804c52d4" 13SRC_URI[md5sum] = "cee991d09e69e60ebedef424804c52d4"
12SRC_URI[sha256sum] = "5b64f40e4dce73e3aa83d15bd9257c6eff8790ec41150f0938bd87c0eb75828f" 14SRC_URI[sha256sum] = "5b64f40e4dce73e3aa83d15bd9257c6eff8790ec41150f0938bd87c0eb75828f"