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 \ RDEPENDS:${PN}-samples += "python3-core" # Package for inference engine python API -PACKAGES =+ "${PN}-${PYTHON_PN}" +PACKAGES =+ "${PN}-python3" -FILES:${PN}-${PYTHON_PN} = "${PYTHON_SITEPACKAGES_DIR}" +FILES:${PN}-python3 = "${PYTHON_SITEPACKAGES_DIR}" UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+\.\d+\.\d+))$"