summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/mkl-dnn/mkl-dnn_1.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/mkl-dnn/mkl-dnn_1.1.bb b/recipes-core/mkl-dnn/mkl-dnn_1.1.bb
index 799a58aa..b4fa4167 100644
--- a/recipes-core/mkl-dnn/mkl-dnn_1.1.bb
+++ b/recipes-core/mkl-dnn/mkl-dnn_1.1.bb
@@ -22,6 +22,8 @@ SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v1.1 \
22 22
23UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" 23UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"
24 24
25CVE_PRODUCT = "intel:math_kernel_library"
26
25COMPATIBLE_HOST = '(x86_64).*-linux' 27COMPATIBLE_HOST = '(x86_64).*-linux'
26COMPATIBLE_HOST_libc-musl = 'null' 28COMPATIBLE_HOST_libc-musl = 'null'
27 29