summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/python3native.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass
index d98fb4c758..182c11aa2e 100644
--- a/meta/classes/python3native.bbclass
+++ b/meta/classes/python3native.bbclass
@@ -1,6 +1,8 @@
1inherit python3-dir 1inherit python3-dir
2 2
3PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" 3PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3"
4# PYTHON_EXECUTABLE is used by cmake
5PYTHON_EXECUTABLE="${PYTHON}"
4EXTRANATIVEPATH += "python3-native" 6EXTRANATIVEPATH += "python3-native"
5DEPENDS_append = " python3-native " 7DEPENDS_append = " python3-native "
6 8