diff options
-rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-extended/fluentbit/fluentbit_1.9.9.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index f9b3e742aa..d6d8cfd32b 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
@@ -353,7 +353,6 @@ RDEPENDS:packagegroup-meta-oe-extended ="\ | |||
353 | figlet \ | 353 | figlet \ |
354 | libcec \ | 354 | libcec \ |
355 | libdivecomputer \ | 355 | libdivecomputer \ |
356 | fluentbit \ | ||
357 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "libgxim", "", d)} \ | 356 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "libgxim", "", d)} \ |
358 | liblognorm \ | 357 | liblognorm \ |
359 | libmodbus \ | 358 | libmodbus \ |
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.9.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.9.bb index ef04111131..660a3a63eb 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.9.bb +++ b/meta-oe/recipes-extended/fluentbit/fluentbit_1.9.9.bb | |||
@@ -93,3 +93,5 @@ SYSTEMD_SERVICE:${PN} = "td-agent-bit.service" | |||
93 | 93 | ||
94 | EXTRA_OECMAKE += "-DCMAKE_DEBUG_SRCDIR=${TARGET_DBGSRC_DIR}/" | 94 | EXTRA_OECMAKE += "-DCMAKE_DEBUG_SRCDIR=${TARGET_DBGSRC_DIR}/" |
95 | TARGET_CC_ARCH += " ${SELECTED_OPTIMIZATION}" | 95 | TARGET_CC_ARCH += " ${SELECTED_OPTIMIZATION}" |
96 | |||
97 | SKIP_RECIPE[fluentbit] ?= "It is not reproducible. QA Issue: File /usr/bin/.debug/td-agent-bit in package fluentbit-dbg contains reference to TMPDIR [buildpaths]" | ||