diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-08-19 11:59:55 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-19 19:18:30 -0700 |
commit | 1f2f07c30f034f079ff3b7d16605ec2f0c2da0ee (patch) | |
tree | 2b36fb8e59c7ae5279ae0efa3c91d31736c20443 | |
parent | bb62f52e95b4171ea96d1ea8b9db18acd6f9b443 (diff) | |
download | meta-openembedded-1f2f07c30f034f079ff3b7d16605ec2f0c2da0ee.tar.gz |
fluentbit: Make it deprecated
It does not build in a reproducible way that is now enforced by
yocto project. Fails with
WARNING: fluentbit-1.9.9-r0 do_package_qa: QA Issue: File /usr/bin/.debug/td-agent-bit in package fluentbit-dbg contains reference to TMPDIR [buildpaths]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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]" | ||