mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
fluentbit: use Unix Makefiles OECMAKE generator
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
d2fece4621
commit
c51d0b8f48
@@ -21,6 +21,10 @@ inherit cmake systemd
|
||||
|
||||
EXTRA_OECMAKE = "-DGNU_HOST=${HOST_SYS} -DFLB_ALL=ON -DFLB_TD=1"
|
||||
|
||||
# With Ninja it fails with:
|
||||
# ninja: error: build.ninja:134: bad $-escape (literal $ must be written as $$)
|
||||
OECMAKE_GENERATOR = "Unix Makefiles"
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "td-agent-bit.service"
|
||||
|
||||
TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}"
|
||||
|
||||
Reference in New Issue
Block a user