diff options
| author | Ramon Fried <rfried.dev@gmail.com> | 2021-02-10 09:15:21 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-09 23:45:05 -0800 |
| commit | f4521965f6d5afe0fb64562bba147c4b405c6005 (patch) | |
| tree | 6ddee42f1e2fc964308c505e2a2fddc25e27c667 | |
| parent | 592101d0f3fbd2c5bbad79ed027423f9c5e779c1 (diff) | |
| download | meta-openembedded-f4521965f6d5afe0fb64562bba147c4b405c6005.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb index bc4cd0cf9c..0b7d11e166 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb +++ b/meta-oe/recipes-extended/fluentbit/fluentbit_1.3.5.bb | |||
| @@ -22,6 +22,8 @@ SRC_URI[sha256sum] = "e037c76c89269c8dc4027a08e442fefd2751b0f1e0f9c38f9a4b12d781 | |||
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/fluent-bit-${PV}" | 23 | S = "${WORKDIR}/fluent-bit-${PV}" |
| 24 | DEPENDS = "zlib bison-native flex-native" | 24 | DEPENDS = "zlib bison-native flex-native" |
| 25 | DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | ||
| 26 | |||
| 25 | DEPENDS_append_libc-musl = " fts " | 27 | DEPENDS_append_libc-musl = " fts " |
| 26 | 28 | ||
| 27 | INSANE_SKIP_${PN}-dev += "dev-elf" | 29 | INSANE_SKIP_${PN}-dev += "dev-elf" |
