From 1d9e805c4be60f9f6c6e7caa065d6b769d177a43 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 22 Nov 2021 16:24:18 +0800 Subject: openvino-inference-engine: fix upstream check Match only the release versions and not the ones like 11102021. Signed-off-by: Anuj Mittal --- .../recipes-support/opencv/openvino-inference-engine_2021.4.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.2.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.2.bb index b025e2cd..14a3c8ee 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.2.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.2.bb @@ -128,3 +128,5 @@ FILES:${PN}-vpu-firmware += "${libdir}/*.mvcmd" PACKAGES =+ "${PN}-${PYTHON_PN}" FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}/openvino" + +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" -- cgit v1.2.3-54-g00ecf