diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/pythonnative.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/pythonnative.bbclass b/meta/classes/pythonnative.bbclass index fdd22bbc86..97029dc525 100644 --- a/meta/classes/pythonnative.bbclass +++ b/meta/classes/pythonnative.bbclass | |||
@@ -2,5 +2,7 @@ | |||
2 | inherit python-dir | 2 | inherit python-dir |
3 | 3 | ||
4 | PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}" | 4 | PYTHON="${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN}" |
5 | # PYTHON_EXECUTABLE is used by cmake | ||
6 | PYTHON_EXECUTABLE="${PYTHON}" | ||
5 | EXTRANATIVEPATH += "${PYTHON_PN}-native" | 7 | EXTRANATIVEPATH += "${PYTHON_PN}-native" |
6 | DEPENDS += " ${PYTHON_PN}-native " | 8 | DEPENDS += " ${PYTHON_PN}-native " |