From: Patrick Wicki <[email protected]>

With https://github.com/fluent/fluent-bit/pull/9572 it is now possible
to unbundle these and use the system libs instead.

Signed-off-by: Patrick Wicki <[email protected]>
---
 meta-oe/recipes-extended/fluentbit/fluentbit_4.2.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_4.2.0.bb 
b/meta-oe/recipes-extended/fluentbit/fluentbit_4.2.0.bb
index 279486eee3..2c9b874e50 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit_4.2.0.bb
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit_4.2.0.bb
@@ -57,10 +57,11 @@ PACKAGECONFIG ??= "\
 PACKAGECONFIG:remove:toolchain-clang = "ipo"
 
 # Use system libs
-PACKAGECONFIG[prefer-system-libs] = 
"-DFLB_PREFER_SYSTEM_LIBS=Yes,-DFLB_PREFER_SYSTEM_LIBS=No, nghttp2 c-ares"
+PACKAGECONFIG[prefer-system-libs] = 
"-DFLB_PREFER_SYSTEM_LIBS=Yes,-DFLB_PREFER_SYSTEM_LIBS=No, nghttp2 c-ares 
msgpack-c zstd"
 DEPENDS += " ${@bb.utils.contains('PACKAGECONFIG', 'prefer-system-libs 
backtrace', 'libbacktrace', '', d)}"
 DEPENDS += " ${@bb.utils.contains('PACKAGECONFIG', 'prefer-system-libs 
jemalloc', 'jemalloc', '', d)}"
 DEPENDS += " ${@bb.utils.contains('PACKAGECONFIG', 'prefer-system-libs 
luajit', 'luajit', '', d)}"
+DEPENDS += " ${@bb.utils.contains('PACKAGECONFIG', 'prefer-system-libs sqldb', 
'sqlite3', '', d)}"
 
 PACKAGECONFIG[all] = "-DFLB_ALL=Yes,-DFLB_ALL=No"
 PACKAGECONFIG[arrow] = "-DFLB_ARROW=Yes,-DFLB_ARROW=No"
-- 
2.52.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#122153): 
https://lists.openembedded.org/g/openembedded-devel/message/122153
Mute This Topic: https://lists.openembedded.org/mt/116518755/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to