diff options
Diffstat (limited to 'meta/classes/python3native.bbclass')
| -rw-r--r-- | meta/classes/python3native.bbclass | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass new file mode 100644 index 0000000000..f86374fd33 --- /dev/null +++ b/meta/classes/python3native.bbclass | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | PYTHON_BASEVERSION = "3.3" | ||
| 2 | |||
| 3 | inherit python-dir | ||
| 4 | |||
| 5 | PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}" | ||
| 6 | EXTRANATIVEPATH += "${PYTHON_PN}-native" | ||
| 7 | DEPENDS += " ${PYTHON_PN}-native " | ||
