summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-03-14 10:22:21 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-03-14 10:22:21 +0800
commite338dcb73ee7cb11a942332e62edfdfcbd872093 (patch)
tree3d77e8f6b8b7c81dcb9256b944343e2efba38761
parent9b29afcdd58edff10fda2a9f3cae6adad06461c4 (diff)
downloadmeta-intel-e338dcb73ee7cb11a942332e62edfdfcbd872093.tar.gz
openvino: fix UPSTREAM_CHECK_GITTAGREGEX
Make sure we don't match the pre-releases. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2022.3.0.bb2
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.3.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2022.3.0.bb b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2022.3.0.bb
index db1d1c16..280bc9a7 100644
--- a/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2022.3.0.bb
+++ b/dynamic-layers/meta-python/recipes-opencv/dldt/openvino-model-optimizer_2022.3.0.bb
@@ -29,4 +29,4 @@ RDEPENDS:${PN} += " \
29 bash \ 29 bash \
30 " 30 "
31 31
32UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 32UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+\.\d+\.\d+))"
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.3.0.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.3.0.bb
index 964c36c3..3da2f340 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.3.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.3.0.bb
@@ -117,4 +117,4 @@ PACKAGES =+ "${PN}-${PYTHON_PN}"
117 117
118FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}" 118FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}"
119 119
120UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 120UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+\.\d+\.\d+))"