From ef763abc2c02a1a3ec0f1280d742421c43606fcc Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 23 Feb 2024 13:23:58 +0800 Subject: openvino-inference-engine: drop usage of PYTHON_PN Follow OE-core in removing usage of PYTHON_PN. Signed-off-by: Anuj Mittal --- .../recipes-support/opencv/openvino-inference-engine_2023.3.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dynamic-layers/openembedded-layer') 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+))$" -- cgit v1.2.3-54-g00ecf