]> code.ossystems Code Review - openembedded-core.git/commitdiff
cryptodev-linux: update SRC_URI
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Fri, 26 May 2017 07:32:46 +0000 (15:32 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 27 May 2017 13:52:04 +0000 (14:52 +0100)
Gna! project announced that the download site from gna.org HTTP server
will soon be closing down. We have verified that the site is no longer
accessible without network proxy cache. We need to update SRC_URI to
point to new alternative (nwl.cc HTTP server) in order to avoid fetcher
issues in future.

[YOCTO #11575]

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/cryptodev/cryptodev.inc

index 160ab308403bc480934f49a0b0e90feecdca634f..22c6977eff833f6cb5c1b327a3504f268c4abaee 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://cryptodev-linux.org/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "http://download.gna.org/cryptodev-linux/cryptodev-linux-${PV}.tar.gz \
+SRC_URI = "http://nwl.cc/pub/cryptodev-linux/cryptodev-linux-${PV}.tar.gz \
            file://06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch \
            file://cb186f682679383e8b5806240927903730ce85d9.patch"