Something on the line of:

diff --git a/meta/classes/python3native.bbclass
b/meta/classes/python3native.bbclass
index d98fb4c758..e5bde4a0f1 100644
--- a/meta/classes/python3native.bbclass
+++ b/meta/classes/python3native.bbclass
@@ -24,3 +24,5 @@ export PYTHONNOUSERSITE = "1"

 # autoconf macros will use their internal default preference otherwise
 export PYTHON
+
+BBCLASSEXTEND = "native nativesdk"
\ No newline at end of file
diff --git a/meta/classes/pythonnative.bbclass
b/meta/classes/pythonnative.bbclass
index 0e9019d1e2..1fe8d29a14 100644
--- a/meta/classes/pythonnative.bbclass
+++ b/meta/classes/pythonnative.bbclass
@@ -25,3 +25,5 @@ export PYTHONNOUSERSITE = "1"

 # autoconf macros will use their internal default preference otherwise
 export PYTHON
+
+BBCLASSEXTEND = "native nativesdk"
\ No newline at end of file
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to