diff options
| -rw-r--r-- | meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb index b895c7da0d..30a62dbc12 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb +++ b/meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb | |||
| @@ -31,6 +31,9 @@ SRC_URI:append:libc-musl = "\ | |||
| 31 | file://0005-Use-posix-strerror_r-with-musl.patch \ | 31 | file://0005-Use-posix-strerror_r-with-musl.patch \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | # prefix tag with "v" to avoid upgrade to random tags like "20220215" | ||
| 35 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" | ||
| 36 | |||
| 34 | S = "${WORKDIR}/git" | 37 | S = "${WORKDIR}/git" |
| 35 | 38 | ||
| 36 | PACKAGECONFIG ??= "\ | 39 | PACKAGECONFIG ??= "\ |
