summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/fluentbit
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-29 17:29:28 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-29 09:28:51 -0800
commitd38cb37930392deeeea35fe53d547d868f9e30e8 (patch)
treec4e97af082130f6aeabf0807052bd1bbff5b237f /meta-oe/recipes-extended/fluentbit
parent363d98c80bb3579432d1019516224aafa681ac44 (diff)
downloadmeta-openembedded-d38cb37930392deeeea35fe53d547d868f9e30e8.tar.gz
fluentbit: upgrade 4.2.1 -> 4.2.2
Changelog: ========== - packaging: script: Use rockylinux prefix on package testing script - security: Update supporting timeline - out_cloudwatch_logs: increase MAX_EVENT_LEN to 1MB with tests - aws: Implement simple_aggregation operation - out_kinesis_firehose: enable HTTP debugging for AWS client requests - http_client: add ipv6 bracket if missing from host address - lib: updates 20251223 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/fluentbit')
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit_4.2.2.bb (renamed from meta-oe/recipes-extended/fluentbit/fluentbit_4.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_4.2.1.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_4.2.2.bb
index 4ca8c5ed77..d042293e3d 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit_4.2.1.bb
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit_4.2.2.bb
@@ -17,7 +17,7 @@ DEPENDS = "\
17" 17"
18DEPENDS:append:libc-musl = " fts" 18DEPENDS:append:libc-musl = " fts"
19 19
20SRCREV = "909b1a917b4f46c40657a73821541fa03581a823" 20SRCREV = "ddfef360d7f3ac5268942c47ccc9b01864424a05"
21SRC_URI = "\ 21SRC_URI = "\
22 git://github.com/fluent/fluent-bit.git;branch=master;protocol=https;tag=v${PV} \ 22 git://github.com/fluent/fluent-bit.git;branch=master;protocol=https;tag=v${PV} \
23 file://0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch \ 23 file://0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch \