diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-02-23 13:23:58 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-02-23 16:10:31 +0800 |
commit | ef763abc2c02a1a3ec0f1280d742421c43606fcc (patch) | |
tree | 197b9ef9354cd06f8c3aca3f832db60ad2fb1253 /dynamic-layers | |
parent | d8bfb74fbb144e39acad406ccf49225d4bb8efc0 (diff) | |
download | meta-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>
Diffstat (limited to 'dynamic-layers')
-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+))$" |