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-08 14:59:26 -0700 |
| commit | 50fa6543cc58ac2bb1a253a0461f3b288f2b3bee (patch) | |
| tree | 0793dc181d190cd36e366cf314c382c7ab9da59b | |
| parent | f3769f875a21eff6e865f493745e38fb3c4e31d1 (diff) | |
| download | meta-openembedded-50fa6543cc58ac2bb1a253a0461f3b288f2b3bee.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>
| -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" | ||
