mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
bb62f52e95
commit
1f2f07c30f
|
|
@ -353,7 +353,6 @@ RDEPENDS:packagegroup-meta-oe-extended ="\
|
|||
figlet \
|
||||
libcec \
|
||||
libdivecomputer \
|
||||
fluentbit \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "libgxim", "", d)} \
|
||||
liblognorm \
|
||||
libmodbus \
|
||||
|
|
|
|||
|
|
@ -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]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user