mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
fluentbit: fix systemd input plugin
Because of missing dependency of systemd, Cmake configure step didn't find systemd and skipped the systemd input plugin. Added necessary dependency if systemd is available. Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -22,6 +22,8 @@ SRC_URI[sha256sum] = "e037c76c89269c8dc4027a08e442fefd2751b0f1e0f9c38f9a4b12d781
|
||||
|
||||
S = "${WORKDIR}/fluent-bit-${PV}"
|
||||
DEPENDS = "zlib bison-native flex-native"
|
||||
DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||
|
||||
DEPENDS_append_libc-musl = " fts "
|
||||
|
||||
INSANE_SKIP_${PN}-dev += "dev-elf"
|
||||
|
||||
Reference in New Issue
Block a user