From 50fa6543cc58ac2bb1a253a0461f3b288f2b3bee Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sun, 7 Apr 2024 23:13:43 +0000 Subject: python3-charset-normalizer: add native build option to recipe Packages such as aiooui need charset-normalizer as a DEPENDS instead of RDEPENDS. Therefore a the charset-normalizer recipe is extended. Signed-off-by: Tom Geelen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb index 0e6d62fc2b..ca9a88ccfb 100644 --- a/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb @@ -13,3 +13,5 @@ RDEPENDS:${PN} += " \ python3-codecs \ python3-json \ " + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf