diff options
| author | Zoltán Böszörményi <zboszor@gmail.com> | 2023-11-07 17:00:57 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-07 23:11:24 -0800 |
| commit | 9b5ee4b0b2bf1a2abb181983a960a3802bca688f (patch) | |
| tree | 38b0bd2f1d2326af46df1fb94e27b356b5c3821d /meta-python/recipes-devtools/python | |
| parent | 0010c0c0553acb8a360b9743cec655950009d6b6 (diff) | |
| download | meta-openembedded-9b5ee4b0b2bf1a2abb181983a960a3802bca688f.tar.gz | |
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 d4aa17dc436beb96a804860bc6d18cf72283709e
("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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 dd07968f03..3b9077f326 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} = " \ | |||
| 22 | python3-ninja-syntax \ | 22 | python3-ninja-syntax \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | BBCLASSEXTEND = "native nativesdk" | ||
