summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb b/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb
index f2b3ae7d..c7572256 100644
--- a/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb
+++ b/recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb
@@ -13,6 +13,8 @@ S = "${WORKDIR}/git"
13SRCREV = "722901c9aaefa579698df778d061d4848ab8c3e3" 13SRCREV = "722901c9aaefa579698df778d061d4848ab8c3e3"
14SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.17" 14SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.17"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"
17
16COMPATIBLE_HOST = '(x86_64).*-linux' 18COMPATIBLE_HOST = '(x86_64).*-linux'
17COMPATIBLE_HOST_libc-musl = 'null' 19COMPATIBLE_HOST_libc-musl = 'null'
18 20