diff options
| author | Tom Geelen <t.f.g.geelen@gmail.com> | 2024-04-07 23:13:43 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:38 -0700 |
| commit | 4704a41652a231c7ecc0e8bb907c8672932895e6 (patch) | |
| tree | 303488ddd11adf2dbd5f7196478ce4eb3102ee6c /meta-python/recipes-devtools | |
| parent | 936b5effa11afd15411a6e384018269040ecf0e0 (diff) | |
| download | meta-openembedded-4704a41652a231c7ecc0e8bb907c8672932895e6.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-charset-normalizer_3.3.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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} += " \ | |||
| 13 | python3-codecs \ | 13 | python3-codecs \ |
| 14 | python3-json \ | 14 | python3-json \ |
| 15 | " | 15 | " |
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
