summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/mkl-dnn/mkl-dnn_0.19.bb (renamed from recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb b/recipes-core/mkl-dnn/mkl-dnn_0.19.bb
index 798e6cce..79c95de7 100644
--- a/recipes-core/mkl-dnn/mkl-dnn_0.18.1.bb
+++ b/recipes-core/mkl-dnn/mkl-dnn_0.19.bb
@@ -10,8 +10,8 @@ SECTION = "lib"
10inherit pkgconfig cmake 10inherit pkgconfig cmake
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13SRCREV = "7de7e5d02bf687f971e7668963649728356e0c20" 13SRCREV = "41bee20d7eb4a67feeeeb8d597b3598994eb1959"
14SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.18" 14SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.19"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" 16UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"
17 17