summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
diff options
context:
space:
mode:
authorTom Geelen <t.f.g.geelen@gmail.com>2025-12-15 23:51:19 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-16 19:57:34 -0800
commit120f908fa0ed1ebd5b41675bc80979c207a426f0 (patch)
treed7341cbd7f41d2873f57c9b4fb0da7bbc162dff0 /meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
parentf11695a3041cc7fa002624b3042ba7f98f412473 (diff)
downloadmeta-openembedded-120f908fa0ed1ebd5b41675bc80979c207a426f0.tar.gz
python3-aiohttp: add BBCLASSEXTEND: native and nativesdk to the recipe
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/python/python3-aiohttp_3.13.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
index ca188911c9..5419db3535 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.13.2.bb
@@ -23,3 +23,5 @@ RDEPENDS:${PN} = "\
23" 23"
24 24
25CFLAGS:append:toolchain-gcc:arm = " -flax-vector-conversions" 25CFLAGS:append:toolchain-gcc:arm = " -flax-vector-conversions"
26
27BBCLASSEXTEND = "native nativesdk"