summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2024-02-23 13:23:58 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2024-02-23 16:10:31 +0800
commitef763abc2c02a1a3ec0f1280d742421c43606fcc (patch)
tree197b9ef9354cd06f8c3aca3f832db60ad2fb1253
parentd8bfb74fbb144e39acad406ccf49225d4bb8efc0 (diff)
downloadmeta-intel-ef763abc2c02a1a3ec0f1280d742421c43606fcc.tar.gz
openvino-inference-engine: drop usage of PYTHON_PN
Follow OE-core in removing usage of PYTHON_PN. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-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+))$"