[meta-intel] [PATCH 3/3] compute-runtime: update UPSTREAM_CHECK_GITTAGREGEX

Anuj Mittal anuj.mittal at intel.com
Wed Sep 18 05:31:27 PDT 2019


We'd like to ignore the older tags using year and work week strings like
2018ww19-010806 and use only the ones that have numbers and are in
x.y.z format.

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 .../compute-runtime/intel-compute-runtime_19.35.13977.bb         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb
index 8c023480..71330a65 100644
--- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb
+++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb
@@ -42,4 +42,5 @@ FILES_${PN} += "${libdir}/intel-opencl/libigdrcl.so"
 
 BBCLASSEXTEND = "native nativesdk"
 
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 EXCLUDE_FROM_WORLD = "1"
-- 
2.21.0



More information about the meta-intel mailing list