From d9c5f429a13edf23618b4daf24e9000098d52b3e Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 4 Jun 2024 09:10:04 +0800 Subject: embree: fix UPSTREAM_CHECK_GITTAGREGEX Match only the releases and not tags like v4.3.2-blender. Signed-off-by: Anuj Mittal --- dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb index 71db4651..1eeaf339 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb @@ -28,3 +28,5 @@ EXTRA_OECMAKE += " \ -DEMBREE_ISPC_SUPPORT=ON \ -DEMBREE_ZIP_MODE=OFF \ " + +UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" -- cgit v1.2.3-54-g00ecf