From 5a0d4d3e880b4b999743f0f65e11fbd7e7d707e8 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Mon, 3 Feb 2025 19:22:02 +0100 Subject: protobuf: remove unneeded atomic linker flag This is handled in protofuf cmake since 3.15: https://github.com/protocolbuffers/protobuf/commit/55ed1d427ccc0d200927746329ac9b811dee77b9 Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb index 89e1071b59..efd70d6474 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb @@ -115,9 +115,3 @@ RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'py MIPS_INSTRUCTION_SET = "mips" BBCLASSEXTEND = "native nativesdk" - -LDFLAGS:append:arm = " -latomic" -LDFLAGS:append:mips = " -latomic" -LDFLAGS:append:powerpc = " -latomic" -LDFLAGS:append:mipsel = " -latomic" -LDFLAGS:append:riscv32 = " -latomic" -- cgit v1.2.3-54-g00ecf