diff options
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/opencv/openvino-inference-engine_2023.3.0.bb | 4 |
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 \ | |||
133 | RDEPENDS:${PN}-samples += "python3-core" | 133 | RDEPENDS:${PN}-samples += "python3-core" |
134 | 134 | ||
135 | # Package for inference engine python API | 135 | # Package for inference engine python API |
136 | PACKAGES =+ "${PN}-${PYTHON_PN}" | 136 | PACKAGES =+ "${PN}-python3" |
137 | 137 | ||
138 | FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}" | 138 | FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" |
139 | 139 | ||
140 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+\.\d+\.\d+))$" | 140 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+\.\d+\.\d+))$" |