summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.3.0.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.3.0.bb
index ebb6f6f5..e465ab3e 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.3.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.3.0.bb
@@ -133,8 +133,8 @@ FILES:${PN}-samples = "${datadir}/openvino \
133RDEPENDS:${PN}-samples += "python3-core" 133RDEPENDS:${PN}-samples += "python3-core"
134 134
135# Package for inference engine python API 135# Package for inference engine python API
136PACKAGES =+ "${PN}-${PYTHON_PN}" 136PACKAGES =+ "${PN}-python3"
137 137
138FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}" 138FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}"
139 139
140UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+\.\d+\.\d+))$" 140UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+\.\d+\.\d+))$"