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 <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2018-07-04 09:34:41 +08:00
parent 5da0fd1cea
commit d3d6951349

View File

@ -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 \
"