M7350/oe-core/meta/classes/python3native.bbclass

8 lines
191 B
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
PYTHON_BASEVERSION = "3.3"
inherit python-dir
PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}"
EXTRANATIVEPATH += "${PYTHON_PN}-native"
DEPENDS += " ${PYTHON_PN}-native "