From 513e5f1a66ad14b10185f88fb288a45523a83546 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 30 Oct 2025 13:15:05 +0800 Subject: python3-aiohttp: apply compile option -flax-vector-conversions for gcc The clang does not need option -flax-vector-conversions to avoid build failure for 32bit arm target Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb') diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb index 6ca05d0596..b6344d4c68 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb @@ -22,4 +22,4 @@ RDEPENDS:${PN} = "\ python3-aiodns \ " -CFLAGS:append:arm = " -flax-vector-conversions" +CFLAGS:append:toolchain-gcc:arm = " -flax-vector-conversions" -- cgit v1.2.3-54-g00ecf