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 <[email protected]> --- .../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 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
