diff options
Diffstat (limited to 'meta/classes/python3native.bbclass')
-rw-r--r-- | meta/classes/python3native.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass index 8ec6b769da..18998636b4 100644 --- a/meta/classes/python3native.bbclass +++ b/meta/classes/python3native.bbclass | |||
@@ -1,6 +1,4 @@ | |||
1 | PYTHON_BASEVERSION = "3.5" | 1 | inherit python3-dir |
2 | |||
3 | inherit python-dir | ||
4 | 2 | ||
5 | PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}" | 3 | PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}" |
6 | EXTRANATIVEPATH += "${PYTHON_PN}-native" | 4 | EXTRANATIVEPATH += "${PYTHON_PN}-native" |