mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +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:
@@ -353,7 +353,6 @@ RDEPENDS:packagegroup-meta-oe-extended ="\
|
|||||||
figlet \
|
figlet \
|
||||||
libcec \
|
libcec \
|
||||||
libdivecomputer \
|
libdivecomputer \
|
||||||
fluentbit \
|
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "libgxim", "", d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "libgxim", "", d)} \
|
||||||
liblognorm \
|
liblognorm \
|
||||||
libmodbus \
|
libmodbus \
|
||||||
|
|||||||
@@ -93,3 +93,5 @@ SYSTEMD_SERVICE:${PN} = "td-agent-bit.service"
|
|||||||
|
|
||||||
EXTRA_OECMAKE += "-DCMAKE_DEBUG_SRCDIR=${TARGET_DBGSRC_DIR}/"
|
EXTRA_OECMAKE += "-DCMAKE_DEBUG_SRCDIR=${TARGET_DBGSRC_DIR}/"
|
||||||
TARGET_CC_ARCH += " ${SELECTED_OPTIMIZATION}"
|
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]"
|
||||||
|
|||||||
Reference in New Issue
Block a user