compute-runtime: update UPSTREAM_CHECK_GITTAGREGEX

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>
This commit is contained in:
Anuj Mittal 2019-09-18 20:18:57 +08:00
parent 2b928a42ff
commit 655dfaec95

View File

@ -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"