summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-22 16:24:18 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-24 22:34:33 +0800
commit1d9e805c4be60f9f6c6e7caa065d6b769d177a43 (patch)
tree3636dbc3fd9eb6d5c39de5a3a1c222352aeeec45 /dynamic-layers
parentf4c64d717947353275567d586eaa4fd69e64acb9 (diff)
downloadmeta-intel-1d9e805c4be60f9f6c6e7caa065d6b769d177a43.tar.gz
openvino-inference-engine: fix upstream check
Match only the release versions and not the ones like 11102021. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2021.4.2.bb2
1 files changed, 2 insertions, 0 deletions
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"
128PACKAGES =+ "${PN}-${PYTHON_PN}" 128PACKAGES =+ "${PN}-${PYTHON_PN}"
129 129
130FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}/openvino" 130FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}/openvino"
131
132UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"