mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
fluentbit: Link with libatomic on riscv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -46,6 +46,7 @@ EXTRA_OECMAKE += "-DFLB_SHARED_LIB=Off -DFLB_EXAMPLES=Off "
|
|||||||
EXTRA_OECMAKE += "${@bb.utils.contains('DISTRO_FEATURES','systemd','-DFLB_SYSTEMD=On','',d)}"
|
EXTRA_OECMAKE += "${@bb.utils.contains('DISTRO_FEATURES','systemd','-DFLB_SYSTEMD=On','',d)}"
|
||||||
|
|
||||||
EXTRA_OECMAKE_append_riscv64 = " -DFLB_DEPS='atomic'"
|
EXTRA_OECMAKE_append_riscv64 = " -DFLB_DEPS='atomic'"
|
||||||
|
EXTRA_OECMAKE_append_riscv32 = " -DFLB_DEPS='atomic'"
|
||||||
|
|
||||||
# Kafka Output plugin (disabled by default): note that when
|
# Kafka Output plugin (disabled by default): note that when
|
||||||
# enabling Kafka output plugin, the backend library librdkafka
|
# enabling Kafka output plugin, the backend library librdkafka
|
||||||
|
|||||||
Reference in New Issue
Block a user