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>
This commit is contained in:
Khem Raj 2024-08-19 11:59:55 -07:00
parent bb62f52e95
commit 1f2f07c30f
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 2 additions and 1 deletions

View File

@ -353,7 +353,6 @@ RDEPENDS:packagegroup-meta-oe-extended ="\
figlet \
libcec \
libdivecomputer \
fluentbit \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "libgxim", "", d)} \
liblognorm \
libmodbus \

View File

@ -93,3 +93,5 @@ SYSTEMD_SERVICE:${PN} = "td-agent-bit.service"
EXTRA_OECMAKE += "-DCMAKE_DEBUG_SRCDIR=${TARGET_DBGSRC_DIR}/"
TARGET_CC_ARCH += " ${SELECTED_OPTIMIZATION}"
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]"