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

9 lines
231 B
Plaintext
Raw Permalink Normal View History

2024-09-09 08:57:42 +00:00
inherit python-dir
PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}"
# PYTHON_EXECUTABLE is used by cmake
PYTHON_EXECUTABLE="${PYTHON}"
EXTRANATIVEPATH += "${PYTHON_PN}-native"
DEPENDS += " ${PYTHON_PN}-native "