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 <t.f.g.geelen@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tom Geelen
2024-04-07 23:13:43 +00:00
committed by Khem Raj
parent 936b5effa1
commit 4704a41652

View File

@@ -13,3 +13,5 @@ RDEPENDS:${PN} += " \
python3-codecs \
python3-json \
"
BBCLASSEXTEND = "native nativesdk"