[oe-commits] [openembedded-core] 13/18: ncurses: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Apr 11 21:04:02 UTC 2016


rpurdie pushed a commit to branch jethro
in repository openembedded-core.

commit d64047b2e28f89b0efbfbced48149e1a86babc61
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Apr 11 00:29:16 2016 -0700

    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 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/ncurses/ncurses_5.9.bb | 6 ++++--
 1 file 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 54d27a9..35ef9c3 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"
 
 PR = "${INC_PR}.1"
 
-SRC_URI += "file://tic-hang.patch \
-            file://config.cache \
+SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/ncurses-5.9-20150329.tgz \
+           file://tic-hang.patch \
+           file://config.cache \
 "
+
 S = "${WORKDIR}/${BP}-${REVISION}"
 SRC_URI[md5sum] = "cee991d09e69e60ebedef424804c52d4"
 SRC_URI[sha256sum] = "5b64f40e4dce73e3aa83d15bd9257c6eff8790ec41150f0938bd87c0eb75828f"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list