[meta-intel] [PATCH] mkl-dnn: fix upstream release checking

Naveen Saini naveen.kumar.saini at intel.com
Tue Apr 23 02:56:31 PDT 2019


Signed-off-by: Naveen Saini <naveen.kumar.saini at intel.com>
---
 recipes-core/mkl-dnn/mkl-dnn_0.17.4.bb | 2 ++
 1 file changed, 2 insertions(+)

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"
 SRCREV = "722901c9aaefa579698df778d061d4848ab8c3e3"
 SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.17"
 
+UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"
+
 COMPATIBLE_HOST = '(x86_64).*-linux'
 COMPATIBLE_HOST_libc-musl = 'null'
 
-- 
2.17.0



More information about the meta-intel mailing list