[oe-commits] [openembedded-core] 05/15: cryptodev-linux: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 09:48:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit f28d763bd73275068ed0a5a7b8efba073c5f8a62
Author: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
AuthorDate: Fri Sep 8 16:21:46 2017 -0700

    cryptodev-linux: update SRC_URI
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit dc8b21ae0ed3bceb9f3df4f6cd8f8f55b9c306fb)
    
    Tweak commit to apply to older cryptodev 1.6 recipe in OE 1.6
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/cryptodev/cryptodev_1.6.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/cryptodev/cryptodev_1.6.inc b/meta/recipes-kernel/cryptodev/cryptodev_1.6.inc
index 946faac..4a9d0ab 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev_1.6.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev_1.6.inc
@@ -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"
 
 SRC_URI[md5sum] = "eade38998313c25fd7934719cdf8a2ea"
 SRC_URI[sha256sum] = "75f1425c8ea1f8cae523905a5a046a35092327a6152800b0b86efc4e56fb3e2f"

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


More information about the Openembedded-commits mailing list