mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
fluentbit: set UPSTREAM_CHECK_GITTAGREGEX
"devtool latest-version fluentbit" shows currently: INFO: Latest version: 20220215 which is something old. This change switches it to: INFO: Latest version: 3.2.8 which was released on 2025-02-27. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
93bf51cd7e
commit
f342e18d83
|
|
@ -31,6 +31,9 @@ SRC_URI:append:libc-musl = "\
|
|||
file://0005-Use-posix-strerror_r-with-musl.patch \
|
||||
"
|
||||
|
||||
# prefix tag with "v" to avoid upgrade to random tags like "20220215"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= "\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user