mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
d8bfb74fbb
commit
ef763abc2c
|
@ -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+))$"
|
||||
|
|
Loading…
Reference in New Issue
Block a user