From 9245fda941a140931086f51c9701214843aa5aa9 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 27 Nov 2025 15:18:50 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" RPROVIDES:${PN} += "python3-imaging" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"