File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SRCREV = "v${PV}"
22
22
SRC_URI = "git://github.com/fluent/fluent-bit.git;nobranch=1"
23
23
24
24
S = "${WORKDIR} /git"
25
- DEPENDS = "zlib bison flex"
25
+ DEPENDS = "zlib bison-native flex-native "
26
26
INSANE_SKIP_${PN} -dev += "dev-elf"
27
27
28
28
# Use CMake 'Unix Makefiles' generator
@@ -49,5 +49,5 @@ EXTRA_OECMAKE += "-DFLB_SHARED_LIB=Off -DFLB_EXAMPLES=Off "
49
49
50
50
inherit cmake systemd
51
51
52
- SYSTEMD_SERVICE_${PN} = "td-agent -bit.service"
52
+ SYSTEMD_SERVICE_${PN} = "fluent -bit.service"
53
53
TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION} "
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SRCREV = "${AUTOREV}"
24
24
SRC_URI = "git://github.com/fluent/fluent-bit"
25
25
26
26
S = "${WORKDIR} /git"
27
- DEPENDS = "zlib"
27
+ DEPENDS = "zlib bison-native flex-native "
28
28
INSANE_SKIP_${PN} -dev += "dev-elf"
29
29
30
30
# Use CMake 'Unix Makefiles' generator
@@ -51,5 +51,5 @@ EXTRA_OECMAKE += "-DFLB_SHARED_LIB=Off -DFLB_EXAMPLES=Off "
51
51
52
52
inherit cmake systemd
53
53
54
- SYSTEMD_SERVICE_${PN} = "td-agent -bit.service"
54
+ SYSTEMD_SERVICE_${PN} = "fluent -bit.service"
55
55
TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION} "
You can’t perform that action at this time.
0 commit comments