diff mbox series

[meta-python,2/2] python3-ninja: Set BBCLASSEXTEND = "native nativesdk"

Message ID 20231107160057.312458-2-zboszor@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-ninja-syntax: Set BBCLASSEXTEND = "native nativesdk" | expand

Commit Message

Böszörményi Zoltán Nov. 7, 2023, 4 p.m. UTC
python3-ninja is a build dependency for other python modules.
For this, python3-ninja must be built for native mode.

This partially reverts d4aa17dc436beb96a804860bc6d18cf72283709e
("meta-python: Drop broken BBCLASSEXTEND variants")

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
---
 meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb b/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
index dd07968f0..3b9077f32 100644
--- a/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
@@ -22,3 +22,4 @@  RDEPENDS:${PN} = " \
     python3-ninja-syntax \
 "
 
+BBCLASSEXTEND = "native nativesdk"