From b81ad5eb6433671d6d40f7e624a81c3ef40a18d1 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 28 Mar 2023 10:00:04 +0800 Subject: openvino: fix UPSTREAM_CHECK_GITTAGREGEX We don't need to match versions with suffixes signifying they are pre-releases. Signed-off-by: Anuj Mittal --- .../recipes-support/opencv/openvino-inference-engine_2022.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2022.3.0.bb') 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 d97e4ac9..7c89247a 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}" FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}" -UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+\.\d+\.\d+))" +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+\.\d+\.\d+))$" -- cgit v1.2.3-54-g00ecf