Follow OE-core in removing usage of PYTHON_PN.
Signed-off-by: Anuj Mittal <[email protected]>
---
.../opencv/openvino-inference-engine_2023.3.0.bb | 4 ++--
1 file 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 \
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<pver>(\d+\.\d+\.\d+))$"
--
2.43.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8226):
https://lists.yoctoproject.org/g/meta-intel/message/8226
Mute This Topic: https://lists.yoctoproject.org/mt/104524737/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-