summaryrefslogtreecommitdiffstats
path: root/common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-09 10:46:22 -0800
committerSaul Wold <sgw@linux.intel.com>2017-02-10 07:52:49 -0800
commit66cb81c1b39c6714749fe0e0ba611630454751e4 (patch)
tree4088f668b5482c4a38ebb86c3248f309a5cf4bc9 /common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb
parentbaef6680416aadeb582f44c5a6272b71c3430aa6 (diff)
downloadmeta-intel-66cb81c1b39c6714749fe0e0ba611630454751e4.tar.gz
openssl-qat: Add patch to support MUSL
openssl-qat was using pthread_yield() instead of the POSIX API of sched_yield() which MUSL supports Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb')
-rw-r--r--common/recipes-extended/openssl-qat/openssl-qat_0.4.9-009.bb2
1 files changed, 2 insertions, 0 deletions
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 f2c479ef..e3d8ccc0 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
@@ -7,6 +7,8 @@ SRC_URI += "git://opensslfoundation.com/openssl-async.git;branch=OpenSSL_1_0_1-
7 file://openssl-qat_0.4.9-009-openssl_qat-add-openssl-async-specific-symbols.patch \ 7 file://openssl-qat_0.4.9-009-openssl_qat-add-openssl-async-specific-symbols.patch \
8 " 8 "
9 9
10SRC_URI_append_libc-musl = " file://0001-Use_sched_yield_api.patch"
11
10SRC_URI[openssl_qat.md5sum]="8e2b45cf9b345356bdff0956845c6103" 12SRC_URI[openssl_qat.md5sum]="8e2b45cf9b345356bdff0956845c6103"
11SRC_URI[openssl_qat.sha256sum]="c2334b4d1fc8498e06f0554ef155041a6bf441de134cfdd3635e5a449a34bf81" 13SRC_URI[openssl_qat.sha256sum]="c2334b4d1fc8498e06f0554ef155041a6bf441de134cfdd3635e5a449a34bf81"
12 14