python3-ninja: Set BBCLASSEXTEND = "native nativesdk"

python3-ninja is a build dependency for other python modules.
For this, python3-ninja must be built for native mode.

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

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 9b5ee4b0b2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Zoltán Böszörményi 2023-11-07 17:00:57 +01:00 committed by Armin Kuster
parent 65e06e7f4e
commit d14faecacc

View File

@ -22,3 +22,4 @@ RDEPENDS:${PN} = " \
python3-ninja-syntax \
"
BBCLASSEXTEND = "native nativesdk"