From d3d6951349a025488804ff256144da94eac535b3 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 4 Jul 2018 09:34:41 +0800 Subject: openssl-qat: point SRC_URI to different location openssl async patches have been merged in 1.1.0 and the original repo holding that work is no longer present. Since we still need it for pyro, point to a github fork instead. Signed-off-by: Anuj Mittal --- common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb b/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb index e3d8ccc0..07358425 100644 --- a/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb +++ b/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb @@ -2,7 +2,7 @@ include openssl-qat.inc OPENSSL_VERSION = "1.0.1async" -SRC_URI += "git://opensslfoundation.com/openssl-async.git;branch=OpenSSL_1_0_1-async;rev=asynch_v0.4.9-009 \ +SRC_URI += "git://github.com/RIFTIO/openssl-async.git;protocol=https;branch=OpenSSL_1_0_1-async;rev=asynch_v0.4.9-009 \ file://openssl-qat_0.4.9-009-openssl_qat-add-version-script.patch \ file://openssl-qat_0.4.9-009-openssl_qat-add-openssl-async-specific-symbols.patch \ " -- cgit v1.2.3-54-g00ecf