summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-09-18 20:18:57 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2019-09-19 06:24:35 +0800
commit655dfaec95196b9c0e15d34f490e4a51a7d501e3 (patch)
tree366c2f4b5c4b743f3f698b811669208ea248ac3c
parent2b928a42fff88fb0278fd03ccc0e56a1fe6da027 (diff)
downloadmeta-intel-2.8_M3.tar.gz
compute-runtime: update UPSTREAM_CHECK_GITTAGREGEX2.8_M3
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@intel.com>
-rw-r--r--dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_19.35.13977.bb1
1 files changed, 1 insertions, 0 deletions
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"
42 42
43BBCLASSEXTEND = "native nativesdk" 43BBCLASSEXTEND = "native nativesdk"
44 44
45UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
45EXCLUDE_FROM_WORLD = "1" 46EXCLUDE_FROM_WORLD = "1"