From 82c2959678a0183e337ce2d1a5139ce75ed7004d Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 16 Nov 2025 23:50:13 +0100 Subject: [PATCH] python3-yarl: add BBCLASSEXTEND = "native nativesdk" Signed-off-by: Tom Geelen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-yarl_1.22.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.22.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.22.0.bb index 6be8a6773c..6c2e2259b7 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.22.0.bb @@ -33,3 +33,4 @@ RDEPENDS:${PN}-ptest += " \ python3-unittest-automake-output \ " +BBCLASSEXTEND = "native nativesdk"