diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-11-27 15:18:50 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-27 08:49:32 -0800 |
| commit | 9245fda941a140931086f51c9701214843aa5aa9 (patch) | |
| tree | dd42a9ca81156799a742d68eb3a492f384d35131 /meta-python | |
| parent | 39ccbba725d3652e5691162a3b0302966a9247e7 (diff) | |
| download | meta-openembedded-9245fda941a140931086f51c9701214843aa5aa9.tar.gz | |
python3-pillow: Add nativesdk to BBCLASSEXTEND
Add nativesdk to BBCLASSEXTEND because python3-pikepdf requires
nativesdk-python3-pillow.
This work was sponsored by GOVCERT.LU.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb index 4db5db1572..0730ac7d32 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb | |||
| @@ -64,4 +64,4 @@ CVE_PRODUCT = "pillow" | |||
| 64 | 64 | ||
| 65 | RPROVIDES:${PN} += "python3-imaging" | 65 | RPROVIDES:${PN} += "python3-imaging" |
| 66 | 66 | ||
| 67 | BBCLASSEXTEND = "native" | 67 | BBCLASSEXTEND = "native nativesdk" |
