summaryrefslogtreecommitdiffstats
path: root/meta/classes/python3native.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/python3native.bbclass')
-rw-r--r--meta/classes/python3native.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass
index 182c11aa2e..d98fb4c758 100644
--- a/meta/classes/python3native.bbclass
+++ b/meta/classes/python3native.bbclass
@@ -1,8 +1,6 @@
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}"
6EXTRANATIVEPATH += "python3-native" 4EXTRANATIVEPATH += "python3-native"
7DEPENDS_append = " python3-native " 5DEPENDS_append = " python3-native "
8 6