blob: f86374fd3338a7806c10fbc6fd9a1c3416a12dcf (
plain)
1
2
3
4
5
6
7
|
PYTHON_BASEVERSION = "3.3"
inherit python-dir
PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}"
EXTRANATIVEPATH += "${PYTHON_PN}-native"
DEPENDS += " ${PYTHON_PN}-native "
|