mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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 <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -115,9 +115,3 @@ RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'py
|
|||||||
MIPS_INSTRUCTION_SET = "mips"
|
MIPS_INSTRUCTION_SET = "mips"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
LDFLAGS:append:arm = " -latomic"
|
|
||||||
LDFLAGS:append:mips = " -latomic"
|
|
||||||
LDFLAGS:append:powerpc = " -latomic"
|
|
||||||
LDFLAGS:append:mipsel = " -latomic"
|
|
||||||
LDFLAGS:append:riscv32 = " -latomic"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user